arabenseifer / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

webkitRTCPeerConnection fails to set video send codecs #505

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create a webkitRTCPeerConnection object
2.Create RTCSessionDescription with VP8 codec
3.Call webkitRTCPeerConnection.setremotedescription with session description

What is the expected output? What do you see instead?
Expect: SDP to be set in webkitRTCPeerConnection.remoteDescription
Actual: Receive error: "Failed to set local  sdp: Session error code: 
ERROR_CONTENT. Session error description: Failed to set video send codecs.."

What version of the product are you using? On what operating system?
Chromecast firmware 26653

Please provide any additional information below.
Fails regardless of SDP codecs/receive only flags. Cannot set local description 
with VP8 codec flagged

Original issue reported on code.google.com by mattj...@gmail.com on 11 Feb 2015 at 4:57

GoogleCodeExporter commented 9 years ago

Original comment by jonathan...@google.com on 18 Feb 2015 at 6:36