hookflash / obsolete.opjs-demo

Open Peer JavaScript Demo
http://webrtc.hookflash.me/
14 stars 7 forks source link

Video Recording and Publishing #13

Open elagerway opened 11 years ago

elagerway commented 11 years ago

Users need to be able to record video calls and video conferences. Those recordings can then be shared via a public or private links using the service domain eg. webrtc.hookflash.me/user4567898765/videos/erik-and-christoph-talking-about-openpeer

cadorn commented 11 years ago

Related to #11 We first need to figure out how to record video/audio streams. That is the biggest hurdle. Maybe create a WebRTC connection to a recording server that can record stream and publish to URL in increments.

elagerway commented 11 years ago

I think you are getting confused, issue #11 is local video recording, issue #13 is mixed stream recording. Completely different.

cadorn commented 11 years ago

I was brainstorming on a way to record the stream. Now that I know we can record locally we can use this to record one on one calls (for this issue) as well. Video conference recording is more difficult as we need to switch the streams either manually or based on who is dominantly talking (or all streams).

One on one recording could be added short-term. Conference recording I would tackle after #12.

elagerway commented 11 years ago

Sounds good.