Code: Select all
cvlc -vvv rtsp://login:password@192.168.2.222:554/snl/live/1/3 --sout='#std{access=http,mux=ts,dst=:8555/test1}'
Code: Select all
[00007fa3804ca818] live555 demux debug: play start: 0,000000 stop:0,000000
[00007fa3900009b8] core input debug: switching to sync mode
[00007fa3900009b8] core input debug: Buffering 0%
[00007fa3900009b8] core input debug: Buffering 0%
[00007fa3900009b8] core input debug: Buffering 50%
[00007fa3900009b8] core input debug: Buffering 50%
[00007fa3900009b8] core input debug: Buffering 50%
[00007fa3900009b8] core input debug: Buffering 50%
[00007fa3900009b8] core input debug: Buffering 98%
[00007fa3900009b8] core input debug: Buffering 98%
[00007fa380000b88] core stream output debug: adding a new sout input (sout_input:0x7fa388006a30)
[00007fa3804c8f78] core mux debug: adding a new input
[00007fa3900009b8] core input debug: Stream buffering done (1500 ms in 1548 ms)
[00007fa3804c8f78] mux_ts mux debug: adding input codec=h264 pid=68
[00007fa3804c8f78] mux_ts mux debug: new PCR PID is 68
[00007fa3900009b8] core input debug: Decoder wait done in 0 ms
Code: Select all
[00007fa3cc0009b8] core input debug: `http://localhost:8555/test1' successfully opened
[00007fa3d0c03e18] ts demux error: libdvbpsi (misc PSI): Bad CRC_32 table 0x2 !!!
[00007fa3d0c03e18] ts demux warning: lost synchro
[00007fa3d0c03e18] ts demux debug: skipping 184 bytes of garbage
[00007fa3d0c03e18] ts demux error: libdvbpsi (PSI decoder): TS duplicate (received 0, expected 1) for PID 66
[00007fa3d0c03e18] ts demux error: libdvbpsi (PSI decoder): TS discontinuity (received 9, expected 4) for PID 66
[00007fa3d0c03e18] ts demux debug: PMTCallBack called
[00007fa3d0c03e18] ts demux error: libdvbpsi (PSI decoder): TS discontinuity (received 3, expected 10) for PID 66
[00007fa3d0c03e18] ts demux debug: PMTCallBack called
[00007fa3d0c03e18] ts demux error: libdvbpsi (PSI decoder): TS discontinuity (received 15, expected 1) for PID 66
[00007fa3d0c03e18] ts demux debug: PMTCallBack called
Code: Select all
--network-caching 4000
Code: Select all
vlc --network-caching 4000 rtsp://login:password@192.168.2.222:554/snl/live/1/3
Code: Select all
[00007f0a5c00c358] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[00007f0a6c02dae8] core video output warning: picture is too late to be displayed (missing 6932 ms)
Any help please? What can I do to get sout to work in this case? Why do I need the --network-caching 4000 option to get playback to work? The stream is only 640x360, 2fps and an effective 2-5 kbps streamed over a LAN environment.
Thanks in advance for any help!