udara
Posts: 50
Joined: Fri Jul 11, 2014 3:27 pm

How to Start Omxplayer Immediately When Playing UDP Stream

Tue Sep 23, 2014 7:36 am

When I use following code to play udp stream omxplayer wait until video_queue become 10MB but I want to start omxplayer as soon as possible without waiting to filling video_queue.

Code: Select all

omxplayer udp://224.1.1.1:1234
But in omxplayer options there is --threshold option and when I use it there is no different.

Code: Select all

omxplayer --threshold 1 udp://224.1.1.1:1234
is this the correct way or is there another way to do this.
Thanks.

Return to “Beginners”