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