Re: Client/server (non-p2p) video

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