javascript - WebRTC - Record Video Conference Media Stream in Single File -


i trying make video conference application conference recording functionality using webrtc. new video conferencing things , client-server connection scenarios.

i have created demo application video conferencing using peer-to-peer connection. works perfectly. need record whole conference (video + audio of both parties) in single file.

what looked in webrtc demos, didn't such method that. not sure if can merging webrtc other tool or using webrtc custom logic.

please me on this, open use other open source tool if provide such functionality.

full disclaimer: work sightcall

we offer video conferencing sdk (toolkit) built on webrtc. 1 of features have recording. use webrtc, build application call our js api, instead of calling webrtc directly. our cloud sets call , uses webrtc natively in browser. when record conference call (two or more users) create movie file in s3. creation of movie requires processing , transcoding, , setting software isn't straightforward. that's why offer cloud service.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -