Redirect video element to stream recording

mario90yxz

New Member
Hi,
I started using Flashphoner today and overall works great. I'm looking for a enterprise solution to record to files entire conference meeting based WebRtc solution. When I checked stream-recording examples it was looking really promising, but I'm currently struggling how to "redirect" any MediaStream from browser via websocket to the Flashphoner. My goal is to send media stream in similar way as I've seen in examples but web-sdk looks too tied with getUserMedia() method and couldn't send anything else than my local stream.
Ideally if I would be able to send any `video` html element with captureStream()

Thanks in advance!
M.
 

Max

Administrator
Staff member
Hello
This way of recording is not supported by Web SDK.
It can publish and record following sources out of the box:
- camera
- microphone
- screen sharing
Regarding other sources, such as canvas or video element, we didn't test this and would require changes in Web SDK codebase.
If you have implementation ideas or a pull request you can test this on Web SDK code:
https://github.com/flashphoner/flashphoner_client
 
Top