- From: Michael Heuberger <mick@deafzone.ch>
- Date: Mon, 01 Apr 2013 22:10:27 +1300
- To: Alexey Aylarov <alexey@zingaya.com>
- CC: public-webrtc@w3.org
Hi Alexey Can you show me some working code? How do you open a PeerConnection in JavaScript? How do you pack the bytestream into DTLS-sRTP? All that in node.js would be cool. Thanks for any hints, Michael On 01/04/13 15:54, Alexey Aylarov wrote: > 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 >> >> > -- 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 09:11:06 UTC