Having the same issue with RTSP stream. It works for exactly 2:00-2:17 minutes and then it stops with this error:
Code: Select all
[0x1e7e130] live555 demux warning: no data received in 10s, eof ?
[0x1c45ba0] main input debug: EOF reached
[0x1c3f390] main playlist debug: finished input
[0x7f3588007980] main decoder debug: removing module "packetizer_copy"
[0x7f3588007980] main decoder debug: killing decoder fourcc `WMA2', 0 PES in FIFO
[0x7f3588000f70] main stream output debug: removing a sout input (sout_input:0x7f3588009250)
[0x1e7d650] mux_asf mux debug: removing input
[0x7f35880089b0] main decoder debug: removing module "packetizer_copy"
[0x7f35880089b0] main decoder debug: killing decoder fourcc `WMV3', 0 PES in FIFO
[0x7f3588000f70] main stream output debug: removing a sout input (sout_input:0x7f3588009540)
[0x1e7d650] mux_asf mux debug: removing input
[0x1e7d650] main mux warning: no more input streams for this mux
Sending request: TEARDOWN rtsp://213.251.171.73/TT/ RTSP/1.0
CSeq: 7
Session: 2734762693206016364
User-Agent: LibVLC/1.1.8 (LIVE555 Streaming Media v2010.04.09)
[0x7f35880015b0] asf demux warning: cannot peek while getting new packet, EOF ?
[0x234bad0] main stream debug: thread ended
Does anyone know why this could be happening?
Thank you!
EDIT:
Found the solution for this particular RTSP stream. It seems like it's streaming from a WMserver so it needs the "--rtsp-wmserver" tag in the command-line. Hope this helps someone!
Thanks for an awesome product!