Re: Firefox 42 : onaddstream() with not tracks

2015-12-15 Thread Balwant Bisht
You sure you not overriding these functions using adapter.js? On Monday, 30 November 2015 21:03:21 UTC+5:30, Byron Campen wrote: > This is very strange. getAudioTracks() and getVideoTracks() do not > seem to be working for you. Please open a bug in WebRTC : Audio/Video > and we'll continue

Re: Firefox 42 : onaddstream() with not tracks

2015-11-30 Thread Byron Campen
This is very strange. getAudioTracks() and getVideoTracks() do not seem to be working for you. Please open a bug in WebRTC : Audio/Video and we'll continue over in bugzilla. Best regards, Byron Campen On 11/27/15 6:16 AM, Alexander Abagian wrote: I can't provide a service for reproducing

Re: Firefox 42 : onaddstream() with not tracks

2015-11-27 Thread Alexander Abagian
I can't provide a service for reproducing that. But I encovered a bug in RTCPeerConnection.onaddstream(event) : event.stream.getVideoTracks() and event.stream.getAudioTracks() are empty while event.stream.getTracks() is not and includes audio or video tracks. Here's the code :

Firefox 42 : onaddstream() with not tracks

2015-11-20 Thread Alexander Abagian
Hi, Could someone give me an idea for which case onaddstream(event) would pass no tracks at all ? event.stream.getVideoTracks().length and event.stream.getAudioTracks().length are = 0. ICE, DTLS is OK for audio, RTP traffic (G.722) flows in both directions. Same code used for Chrome is OK

Re: Firefox 42 : onaddstream() with not tracks

2015-11-20 Thread Byron Campen
I would not expect that to ever happen. Could you file a bug under Webrtc: Signaling and link to a service that has this problem (or attach a test-case)? Best regards, Byron Campen On 11/20/15 8:43 AM, Alexander Abagian wrote: Hi, Could someone give me an idea for which case