foxdog-studios / meteor-webrtc

WebRTC signalling for Meteor
Apache License 2.0
76 stars 17 forks source link

I want to record a streaming session into mp4 or any possible video format. Could you guide me where should I start ? #3

Closed meepeek closed 9 years ago

meepeek commented 9 years ago

Anyone here ?

eldog commented 9 years ago

Sorry for the delay. Recording a video has been done with https://www.webrtc-experiment.com/RecordRTC/ - I haven't looked to much into it myself.

Also see this StackOverflow answer http://stackoverflow.com/questions/18509385/html-5-video-recording-and-storing-a-stream

meepeek commented 9 years ago

Thank you for the resource. That was really helpful.