Closed
Bug 1066968
Opened 10 years ago
Closed 10 years ago
webRTC cannot stream from webAudio (createMediaStreamDestination)
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1070127
People
(Reporter: m.goffriller, Unassigned)
Details
(Keywords: reproducible, testcase)
Attachments
(1 file)
(deleted),
application/x-zip-compressed
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
Build ID: 20140911151253
Steps to reproduce:
- environnement: Windows 7 64bits (also reproduced on windows 8.1)
- need: node.js and socket.io
- unzip the attached archive in node.js directory
- open a cmd.exe and run "node server.js"
- launch firefox and open: "http://localhost:2014/index-tx.html"
- select "audio file" as the audio source
- in a new tab open: "http://localhost:2014/index-rx.html"
- select "play with audioTag" as the rendering method
- in the first tab (Tx) press "connect"
Actual results:
Not sound can be eared.
Expected results:
The sound from the "torrent.ogg" file should be played.
Note: this code works with Chrome 37.0.2062.120 m
Reporter | ||
Updated•10 years ago
|
Keywords: reproducible
Comment 1•10 years ago
|
||
Dupping to a bug with a much simpler testcase. The problem is the 'hints' mechanism.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•