Vito

Results 12 comments of Vito

Cool. I found some resources online to hack together a system that uses ffmpeg to grab the RTSP stream from the camera, convert it to mpeg1 and proxy it to...

Looks cool, have you tried getting their server up and running? Unfortunately I haven't had much time recently to work on this.

I've been playing around with this over the past couple days. I was able to stream to an HTML5 video tag using vlc: 1. in vlc (gui), file > open...

I couldn't get ffmpeg/ffserver to work. at best it would stream the first frame and then stop. went back to VLC. running it on a raspberry pi is pretty much...

out of desperation I created an mjpeg stream that's pretty performant and streams in 720P. no audio and there's still a ~3 second lag behind the actual camera video, but...

After a little digging I've found the following: - `src/Child.js` is never included in `filesToSearch` [here](https://github.com/webpack-contrib/purifycss-webpack/blob/master/src/index.js#L52) - this is probably due to `Child` being in a different chunk (it's not...

I was able to work around this by running nodemon inside of nodejs-dashboard: `nodejs-dashboard -- nodemon -x 'node .'`

would also really like to see this merged as the current behavior makes it very difficult to write tests against the options that are rendered using RTL's `screen.getByRole('option')`

Thanks, I wasn't sure if this was something that's typically handled by GTK. Would it be possible to implement that here? I'd open a PR but I have 0 experience...

PR opened for this https://github.com/jgke/connman-gtk/pull/32