raspberry pi - Omxplayer Stop "Have a nice day" -


i have c# code developed stream video file encoded raw h264 , stream using udp protocol when receive stream using omxplayer played 30s , stopped , display 'have nice day'. can receive stream using ffplay , vlc player (in windows) without problem.

then tried stream using vlc player. , got same issue. stream stopped , displayed 'have nice day'.if 1 can me figure out, grateful.

code used receive stream in omxplayer

omxplayer udp://224.1.1.1:1234enter image description hereenter image description here

i have given screen shot of omxplayer when receiving stream. according buffer size of omxplayer becomes 0 after playing time. tried changing url of stream given below.

omxplayer -s udp://224.1.1.1:1234?overrun_nonfatal=1

then problem alright. stream not smoothly running. can suggest better solution problem.

thank you!


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -