benwtrent / WebSocketWebRTCRecorders

These are modifications of existing recording scripts that allow recording through websockets, not just downloading Blobs
51 stars 14 forks source link

Any sample or how to create one example would be very appreciated. #3

Open nitinsurana opened 8 years ago

benwtrent commented 8 years ago

@nitinsurana the key is capturing frames and sending over a websocket connection to the websocket server hosted. This is just one example(as seen in "index.html").

Depending on how your solution is set up, it may also be beneficial to look into a websocket MCU(one I have used in the is https://github.com/meetecho/janus-gateway).

anildigital commented 7 years ago

@Computician Can this be used with janus-gateway as plugin? Do you have any example that you are using to test this?

benwtrent commented 7 years ago

@anildigital it should not be used with Janus. This is a very poor inbetween solution that takes canvas screen shots and sends them to a server. If you are using Janus, you should use the rtp-forwarder feature in the Video room. You can also use the already existing recording feature in Janus. How to use either of those can be asked in the janus google group https://groups.google.com/forum/#!forum/meetecho-janus