-
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 …
-
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…
-
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…
-
Android to Android => working fine
Android to web => android side remote audio, video working fine but chrome remote audio, video not working
App to Web sample Track Logs
app => Track(id: 29b…
-
![qr_code_scanner_issue](https://user-images.githubusercontent.com/3530586/31122108-e884568e-a83a-11e7-9010-99eb0b58bdbf.png)
Possible solution is usage of HTMLMediaElement.srcObject, as noted here…
-
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…
-
### 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…
-
**Black screen appears as the received video only if the two ends of the video call is from flutter app,**
_but if one of the end is the browser and the other is flutter the video call is fine and a…