Closed cartovarc closed 5 years ago
I am very surprised at the work you have done, Congratulations! now I have a problem.
I am trying stream different channels and see it in different browser tabs, I can see first one, but second channel cant receive data:
Sometimes when I start second rtc peer in a different tab, first tab swap the stream with the second tab stream.
I am new with WebRTC, can you explain me please how I can to separate the RTC peers connections?
Thank you so much!
In createStream method, reset videoPort and audioPort solve the problem. I was using same port in gstreamer. videoPort = null; audioPort = null;
I am very surprised at the work you have done, Congratulations! now I have a problem.
I am trying stream different channels and see it in different browser tabs, I can see first one, but second channel cant receive data:
Sometimes when I start second rtc peer in a different tab, first tab swap the stream with the second tab stream.
I am new with WebRTC, can you explain me please how I can to separate the RTC peers connections?
Thank you so much!