javascript - How to implement WebRTC recording to Node.js server -


i create easy video blogging solution utilizing webrtc technology enable recording of video/audio directly browser, similar youtube's my_webcam. server component should based on node.js.

i found node.js libraries general webrtc connection managment (webrtc.io, holla, easyrtc), seems don't enable recording of streams on server.

what's best way implement server-side recording? there libraries , tutorials available?

this guy has ton of interesting webrtc experiments, including audio/video recording: https://github.com/muaz-khan/

here's demo of recording: https://www.webrtc-experiment.com/rtcmulticonnection-v1.4-demos/recordrtc-and-rtcmulticonnection.html

it collects audio , video streams on client , gives blob of audio , blob of video can upload/splice together.

not hoping for, think, job done. hope helps.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -