Hi. I'm trying to use an http mpeg-ps stream as input and then transcode it.
Right now i've just tried to use :
vlc http://127.0.0.1:3001/PES/9 --sout '#standard{access=udp,mux=raw,url=127.0.0.1:8080}'
With that I'm getting :
[00000258] main private warning: late buffer for mux input (1139451735228475)
[00000258] main private warning: late buffer for mux input (1139451735291367)
[00000258] main private warning: late buffer for mux input (1139451735251897)
[00000258] main private warning: late buffer for mux input (1139451735212209)
(doesn't matter which mux i use)
I'm using 0.8.4a.
The thing is. It works fine with the windowsclient.
Any ideas?