core stream output warning: trying to send non-dated packet
Posted: 22 May 2014 17:40
Hiya All.
I am trying to bring in a UDP HD stream and sout it to http
Here is the code
The stream breaks up intermittently, and I cannot figure out why it is.
Also i get this error in the vlc console
When I play the stream on my VLC player I get the following error
However if I play the UDP stream in my VLC player it works great.
Please ask for any more information.
Regards
I am trying to bring in a UDP HD stream and sout it to http
Here is the code
Code: Select all
vlc -vv udp://@234.6.90.101:4900 --sout '#standard{mux=ts,access=http,dst=:8001/bbc1}' --network-caching 3000
Also i get this error in the vlc console
Code: Select all
core stream output warning: trying to send non-dated packet
Code: Select all
main warning: picture is too late to be displayed (missing 1161 ms)
main warning: picture is too late to be displayed (missing 1121 ms)
main warning: picture is too late to be displayed (missing 1081 ms)
main warning: picture is too late to be displayed (missing 1041 ms)
main warning: picture is too late to be displayed (missing 1001 ms)
Please ask for any more information.
Regards