- From: Randell Jesup <randell-ietf@jesup.org>
- Date: Sun, 31 Mar 2013 22:28:31 -0400
- To: public-webrtc@w3.org
On 3/31/2013 9:39 PM, Michael Heuberger wrote: > hello guys > > i am looking for a client to server video recording solution too. > without flash! > > there is already one i have built, see: > https://videomail.io/ > > it works 100% in javascript and fine up to one minute, then it gets > slow. because image frames are sent via socket.io to the server in > real time and are encoded there. If it needs to be realtime (adaptive quality based on bandwidth), then a 'call' using PeerConnection may make sense. > would be great if getUserMedia() is able to extract video streams as > well instead of image frames alone. As mentioned, see the Recording API in the Media Capture Task Force (which is handling getUserMedia). -- Randell Jesup randell-ietf@jesup.org
Received on Monday, 1 April 2013 02:30:37 UTC