André Esser

Results 18 comments of André Esser

As noted on the README, have you tried running 2 processes of ffmpeg in parallel?

If you don't specify an interface it will listen on all. If you want to specify each interface then use threading.

There is another repo called `picamerax` that is up to date with this repo here + has some new features already and you can use that one instead

You cannot install picamera on other machines and it doesn't seem necessary for your use case. Installing it on the server means you would have a camera connected to your...

did you enable the camera yet? you can use `raspi-config` for that. The info is in the documentation though

humm not sure what could be causing this and it's probably not the answer you are looking for but there is the [picameleon](https://github.com/Esser50K/PiCameleon) project that let's you access the raspberryPi...

Wow I just started having this issue also on a somewhat bigger/complex project. The same thing happens to me when I'm dynamically opening and closing recordings with different resize options....

More info: I tried replicating my problem on the interactive console. I was surprised it was always working. The only differences to my "real" program were the extra options other...

As far as I know `split_recording` will ask the encoder to produce a new keyframe. This does not mean the encoder will immediately generate one, although 1.5seconds seems like a...