EricssonResearch / bowser

A WebRTC browser for iOS developed in the open
BSD 2-Clause "Simplified" License
208 stars 65 forks source link

AudioContext.createMediaStreamSource not available #65

Open kvdb opened 8 years ago

kvdb commented 8 years ago

I tried to use getUserMedia in combination with createMediaStreamSource as seen in this example: http://torchprinciple.com/tests/rec4/

This example works fine on linux Chrome (latest stable). It partly works on my iPad Mini 2, iOS9.1 with Bowser, patched with #61. getUserMedia works fine, however, createMediaStreamSource isn't available.

Is this feature something that will be provided through bowser or openwebrtc?

stefanalund commented 8 years ago

@stefhak @adam-be @pererikb any thoughts?

jezaman commented 8 years ago

Any news? I need this too.

stefanalund commented 8 years ago

Not really, sorry.

GAbbona commented 8 years ago

I believe so far, as in this issue is describing, bowser is letting microphone access and that AudioContext gets instantiated. So the method createMediaStreamSource isn't working. Is there another syntax for that method ? Is it possible to load the audio web api scripts externally to get it work ?