-
Is there a way to create a howl from a MediaStream? I'm trying with `html5: true` but getting `404 (File not found)`.
```javascript
navigator.mediaDevices.getUserMedia({
audio: true
}).then(fu…
-
I've just run into this:
`
The MediaStream 'ended' event is deprecated and will be removed in M53, around September 2016. Please use the MediaStream 'inactive' event instead. See https://www.chromest…
-
I'm not sure how well this would work, but the MediaStream interface allows the capturing of canvas content:
https://developers.google.com/web/updates/2016/10/capture-stream
Small example:
https:…
-
I receive the following warning from FireFox in the console:
`URL.createObjectURL(MediaStream) is deprecated and will be removed soon.`
Should you be moving to the `srcObject` property?
Thanks,…
-
Some apps may need a MediaStream instead of an AudioNode or raw audio data.
It should therefore be possible to also get a MediaStream from the audioinput.
Should be implemented by returning the …
-
### Describe the problem
Currently to share the screen, we can call `navigator.mediaDevices.getDisplayMedia` which will popup a mandatory window to ask user to choose which screen to share.
### Des…
-
**Describe the bug**
Add support for allowing binding multiple video elements to a single video tile (local and remote).
#976 is an example issue, with current workarounds that involv developers w…
-
It should be possible to build MediaStream and WebRTC code using our jhbuild environent. If it works somehow, add QWebSettings flag(s) to enable features.
We need to add following new code:
* cla…
-
Creating `MediaStream` classes using a `with` context can be useful as it ensures that media devices will be closed at the end of context.
Example syntax:
```python
constraints = {
"facing_m…
-
Hi, I'm working on videochat application, and everything works on desktop, but on iOS safari I cannot send MediaStream on page mount. When page mount on my iOS device on other side I'm just getting th…