aldanaalc / webrtc2sip

Automatically exported from code.google.com/p/webrtc2sip
0 stars 0 forks source link

Call from Android to Chrome using the RTCWeb Breaker = no video #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.
Looks to be a bug as it works if only VP8 is enabled on Android or media coder 
is ON.
We have 2-way video if the chrome is the caller or if the RTCWeb breaker is OFF

Original issue reported on code.google.com by boss...@yahoo.fr on 15 Mar 2013 at 7:47

GoogleCodeExporter commented 9 years ago
As a workaround, there are 3 solutions:
1- Select VP8 only on Android
2- or Disable RTCWeb Breaker and use 'RTCWeb profile' on Android to make direct 
call
3- or Enable Media Coder on webrtc2sip. Not a good idea as transcoding will be 
done even both devices support VP8 but it works

Original comment by boss...@yahoo.fr on 15 Mar 2013 at 7:56

GoogleCodeExporter commented 9 years ago
Fixed by r89 (Requires Doubango 893)

Original comment by boss...@yahoo.fr on 24 May 2013 at 7:51