Jacques-Olivier Haché
Jacques-Olivier Haché
Hi s1h4d0w, hi all, We are indeed interested in adding support for Bower, however, we don't quite have the resources to allocate to implementing it. If anyone was to send...
1. This is on the roadmap 2. This should work fine. See this example for instance: https://plugin.temasys.com.sg/demo/samples/web/content/peerconnection/munge-sdp/index.html You attach a new mediaStream whether or not the previous one is still...
Hi, 1 - @magmaerupts can you try reproducing this on Safari, IE and Chrome, and fill a JIRA if necessary ? 2 - Yes, eventually. We are based on libWebRTC...
Hi, I just tested the scenario a. Start new call with video enabled. b. Get new_stream without video. c. pc.removeStream(old_stream_with_video), pc.addStream(new_stream) d. old_stream_with_video.stop() The camera was properly released. I am...
Streams without audio make a lot of sense. Think surveillance cameras for example. I think we also have people sending the audio and video different PCs so that in case...
Hi, Thanks for the feedback. Personal Notes 1; this is actually in the specs : https://www.w3.org/TR/mediacapture-streams/#methods-1 Personal note 2 : kind of edge-casy, to be triaged
Hi, Can you tell me when get that error in your code ?
Will need to test, but in theory, it sounds great to me :)
You don't need to squash the commits. I will be waiting for an update on the infinite recursion :)
Hi, I'm afraid this is not working as intended. # Safari Take for example this sample : https://plugin.temasys.com.sg/demo/src/content/peerconnection/pc1/ You can modify it to use your AJS. Try the following code...