Re: removeTrack throwing error

2015-12-15 Thread Martin Thomson
On Tue, Dec 15, 2015 at 9:14 PM, Balwant Bisht  wrote:
> Any idea how to track this issue?


bugzilla.

Please open a bug here:
https://bugzilla.mozilla.org/enter_bug.cgi?component=Audio%2FVideo%3A%20MediaStreamGraph&product=Core
___
dev-media mailing list
dev-media@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-media


Re: removeTrack throwing error

2015-12-15 Thread Balwant Bisht
Firefox is throwing the following error

Exception... "Unexpected error"  nsresult: "0x8000 (NS_ERROR_UNEXPECTED)"

On Tuesday, 15 December 2015 15:44:06 UTC+5:30, Balwant Bisht  wrote:
> I am trying to replace audio stream using removeTrack & addTrack of 
> RTCRtpSender. But removeTrack throwing error (not sure about the exact error 
> as its not happening on my system), which causes multiple audio tracks to our 
> MCU server and server getting audio packets from both audio ssrc.
> 
> I think FF throwing INVALID_STATE_RAISE error which it suppose to dispatch 
> when a track is in finished state, but in that case I will expect no media on 
> that ssrc.
> 
> Any idea how to track this issue?
___
dev-media mailing list
dev-media@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-media


removeTrack throwing error

2015-12-15 Thread Balwant Bisht
I am trying to replace audio stream using removeTrack & addTrack of 
RTCRtpSender. But removeTrack throwing error (not sure about the exact error as 
its not happening on my system), which causes multiple audio tracks to our MCU 
server and server getting audio packets from both audio ssrc.

I think FF throwing INVALID_STATE_RAISE error which it suppose to dispatch when 
a track is in finished state, but in that case I will expect no media on that 
ssrc.

Any idea how to track this issue?
___
dev-media mailing list
dev-media@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-media