Closed
Bug 839411
Opened 12 years ago
Closed 12 years ago
NS_ERROR_FAILURE on addStream on modified simple peer connection test case to use audio and video
Categories
(Core :: WebRTC, defect, P3)
Core
WebRTC
Tracking
()
RESOLVED
INVALID
People
(Reporter: jsmith, Assigned: abr)
Details
(Whiteboard: [WebRTC],[blocking-webrtc+])
Attachments
(1 file)
5.69 KB,
text/html
|
Details |
Steps:
1. Load the attached test case
2. Click stop with an mic and camera hooked up
3. Accept permissions
Expected:
The video should start playing with audio and video both locally and remotely.
Actual:
The PC videos don't start. We actually fail quite early on addStream with the following:
Timestamp: 2/8/2013 12:16:39 AM
Error: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [IPeerConnection.addStream]
Source File: resource://gre/components/PeerConnection.js
Line: (null)
Updated•12 years ago
|
Assignee: nobody → adam
Whiteboard: [WebRTC],[blocking-webrtc+]
Assignee | ||
Comment 1•12 years ago
|
||
I can get this to repro under OS X, so I presume it's a platform independent problem.
OS: Windows 7 → All
Priority: -- → P3
Hardware: x86_64 → All
Comment 2•12 years ago
|
||
The testcase tries to add one stream of audio+video to pc1, then add a second stream of fake audio to pc1. That's currently unsupported.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•