I am running buster on a pi model B which acts as a door monitor with an attached USB cam.
The camera is streamed with mjpg_player on the internal network without any significant delay.
I also have a 640x480 car monitor attached to the analog video output, and I am using omxplayer to show the stream on this monitor.
Alas, there is a delay of about 20s on the omxplayer output which makes the setup rather unusable.
The command line I am using is:
omxplayer -r -b --no-keys --live http://$HOSTNAME:8080/?action=stream
I have tried to reduce the frame rate by adding --fps 10 before the --live option but no change.
I am running buster on a pi model B which acts as a door monitor with an attached USB cam.
The camera is streamed with mjpg_player on the internal network without any significant delay.
I also have a 640x480 car monitor attached to the analog video output, and I am using omxplayer to show the stream on this monitor.
Alas, there is a delay of about 20s on the omxplayer output which makes the setup rather unusable.
The command line I am using is:
omxplayer -r -b --no-keys --live http://$HOSTNAME:8080/?action=stream
I have tried to reduce the frame rate by adding --fps 10 before the --live option but no change.