zettam

Results 7 comments of zettam

I would love to have a solution to this as well. I'm currently sending raw camera data from raspberry pi and I would like to know if it's possible to...

Do I need an mp4 wrapper ? I'm directly sending everything from camera to broadway over sockets. Currently I see nothing but a black-ish square 200 by 200. I believe...

Also how do I use the baseline profile?

``` var socket = io.connect('http://raspberry.pi.ip.address:port/'); var player = new Player(); document.body.appendChild(player.canvas); socket.on('data', function (data) { console.log("x") player.decode(data); }); ``` I see x is being logged. When I console.log `data` it's...

I was unable to make it work. Any example is appreciated.

"rest" it is called I believe

I would love to know as well