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
Post a Comment