Hi guys, I´m new to this forum.
I started using vlc some days ago.
I have to re-stream the video from this url. mms://etv.ixole.es:8080. This stream is very slow, try and see.
I need to output this just as it is.
So what i did is this.
/cvlc -v mmsh://etv.ixole.es:8080 --sout '#std{access=mmsh,mux=asfh,dst=172.254.250.105:8080}' --sout-keep
And works well until this.
[0x98cc770] access_mms access error: invalid chunk FATAL (0x82)
[0x98dada8] asf demux warning: cannot peek while getting new packet, EOF ?
[0x98cbda8] main mux warning: no more input streams for this mux
[0x98daaf0] asf stream warning: unknown asf object 0x26f18b5d-0x4584-0x47ec-0x9f5f0e651f0452c9
[0x98daaf0] asf stream warning: unknown asf object 0x1806d474-0xcadf-0x4509-0xa4ba9aabcb96aae8
Before this console keeps showing this.
[0x98cbda8] main mux warning: late buffer for mux input (3815269)
[0x98cbda8] main mux warning: late buffer for mux input (3757501)
[0x98cbda8] main mux warning: late buffer for mux input (3735695)
[0x98cbda8] main mux warning: late buffer for mux input (3694899)
[0x98cbda8] main mux warning: late buffer for mux input (4478325)
[0x98cbda8] main mux warning: late buffer for mux input (3869600)
[0x98cbda8] main mux warning: late buffer for mux input (3829810)
[0x98cbda8] main mux warning: late buffer for mux input (3788005)
[0x98cbda8] main mux warning: late buffer for mux input (4003277)
[0x98cbda8] main mux warning: late buffer for mux input (3963517)
[0x98cbda8] main mux warning: late buffer for mux input (3923711)
[0x98cbda8] main mux warning: late buffer for mux input (3883923)
[0x98cbda8] main mux warning: late buffer for mux input (4746898)
[0x98cbda8] main mux warning: late buffer for mux input (4028146)
[0x98cbda8] main mux warning: late buffer for mux input (3988339)
[0x98cbda8] main mux warning: late buffer for mux input (3947531)
I supose this is because the original streaming is too slow. Am I right?
Can I do something to restart the proccess on fail?
Thanks very much.