Hey.
I want to send through an video feed through WebRTC, this feed is renderd on a canvas, it seems that the Tizen TV can’t send through video in this way, can anyone help me with this?
Interesting note: The rendering itself seems good, because I can rerender it in a video> element using the stream from the canvas.
I’ve tried:
- Direct capture the stream from the canvas with the captureStream()
- Indirect capture stream from the video element
The goal is to send through my entire app’s image throuh WebRTC but if I want to use the navigator.mediaDevices.getDisplayMedia() it returns with the “Requested device not found”.