-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete support for multi-stream calls and renegotiation #63
Comments
|
Hi. This ticket is not abandoned, just the situation changed a little. As you may already know - Firefox implemented support for renegotiation in v.38, byt they did it according the latest spec editors draft, so they did not implement method pc.removeStream(), till it is not in the spec any more. Now pc.addTrack(), pc.removeTrack() and 'track' events are used to send media data via peerconnection, no more streams at all. So i think there migth be no need to implement pc.removeStream() method at all, because no one could use it to implement a cross-browser solution (Firefor will not support it: https://bugzilla.mozilla.org/show_bug.cgi?id=842455). I am currently implementing a new renegotiation solution:
|
Hi. So, I am using the following aproach with the new version of the plugin:
|
Hi, 1 - @magmaerupts can you try reproducing this on Safari, IE and Chrome, and fill a JIRA if necessary ? |
Hi, what about camera lock? Is it confirmed and would it be fixed in the next release? |
Hi, The camera was properly released. I am not sure of what is the purpose of getting a second stream if it have no track though. The scenario could have been simplfied to : Do you agree on this ? |
Streams with or without video of course contain audio, otherwise it really makes no sense. The goal is to disable/enable video in an audio call. |
actually Dmitry, streams from a screen/window (chrome) or tab (firefox) On Tue, Aug 25, 2015 at 1:22 AM, Dmitry notifications@github.com wrote:
Alex. Gouaillard, PhD, PhD, MBACTO - Temasys Communications, S'pore / Mountain View President - CoSMo Software, Cambridge, MAsg.linkedin.com/agouaillard |
Yes, I generally agree that I did not provide complete information about that. But you missed that we are talking about camera, so screensharing is not aplicable here as a video stream.... |
fair enough ;) On Tue, Aug 25, 2015 at 1:59 AM, Dmitry notifications@github.com wrote:
Alex. Gouaillard, PhD, PhD, MBACTO - Temasys Communications, S'pore / Mountain View President - CoSMo Software, Cambridge, MAsg.linkedin.com/agouaillard |
Streams without audio make a lot of sense. Anyways, tested on Safari 8, OSX 10.10, but it will be the same result on Safari 7.1, OSX 10.9. |
Hello.
Currently plugin supports renegotiation in general, but I cannot make use of it because of these problems:
The text was updated successfully, but these errors were encountered: