- From: Alexey Aylarov <alexey@zingaya.com>
- Date: Sun, 31 Mar 2013 19:54:36 -0700
- To: Michael Heuberger <mick@deafzone.ch>, <public-webrtc@w3.org>
Hello Michael, You can open PeerConnection between server and client and then send video stream to the server using getUserMedia. It will be a VP8 bytestream packed into DTLS-sRTP, so you will need to take care on server side about saving it into, let's say, WebM file. Best Regards, Alexey Aylarov Zingaya, Inc. 3/31/13 6:39 PM пользователь "Michael Heuberger" <mick@deafzone.ch> написал: >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. > >would be great if getUserMedia() is able to extract video streams as >well instead of image frames alone. > >any suggs? > >michael > >-- > >Michael Heuberger >4c Dunbar Road >Mt Eden >Auckland 1024 >(New Zealand) > >Mobile (text only) ... +64 21 261 89 81 >Email ................ mick@deafzone.ch > >
Received on Monday, 1 April 2013 02:55:15 UTC