[Live-devel] confirm 56b8e00f9eb692a29cb67a0ae842f331edeab764

Ismail Ouchatti iouchatti at otonomy-aviation.com
Thu Feb 18 07:53:03 PST 2016



Hello every body,

I have a live video stream to stream in mpegts format, so i used this 
command line :

ffmpeg -i 
"rtsp://Camera_SERVER_ADRESS:PORT/HdSdiStreaming/2?videoCodecType=H.264"  -f 
mpegts udp://Destination_SERVER:DEST_PORT?ttl=3

OS : Linux version 2.6.32-5-686 (Debian 2.6.32-46) (dannf at debian.org) 
(gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Sun Sep 23 09:49:36 UTC 2012

ffmpeg version : N-78299-gf021030 Copyright (c) 2000-2016 the FFmpeg 
developers built with gcc 4.4.5 (Debian 4.4.5-8)

The conversion doesn't start correctly with ffmpeg and the logs are 
attached to this email.

Before we did use cvlc it does work for one camera but we need to do 
multiple simultaneous  conversions when we launch a second  conversion 
the first destination is not stop receiving streams the commande line 
for vlc is :

             sudo -u test cvlc -vvv --sout-mux-caching=10 
--clock-jitter=500 --sout-rtp-caching=10 --realrtsp-caching=10 
--no-audio --no-sout-audio --no-osd --network-caching=10 
rtsp://$IPCAM:8601/wxHdSdiStreaming/2?videoCodecType=H.264 --sout 
'#rtp{dst='$SERVER',port='$PORT',mux=ts,ttl=3}' --sout-keep &

Error in the first cvlc when we launch a second one is  : [0x8b05ec4] 
main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay 
increased to 1200 ms)

And Please find attached vlc logs too i juste tried it again and i got a 
different error "live555 dmux warning"

And other errors like :  [0x9ce9fc4] mux_ts mux warning: packet with too 
strange dts (dts=25250529631,old=25250541779,pcr=25250541779)

What we hope is to be able to do this conversion correctly for at least 
5cameras at the same time.

Please need help as soon as possible.

Thank you very much in advance.

Best regards
Ismail



Le 18/02/2016 01:05, Ross Finlayson a écrit :
> Ismail,
>
> For now, at least, please send your questions to our public mailing list - "live-devel at lists.live555.com <mailto:live-devel at lists.live555.com>” - (see <http://www.live555.com/liveMedia/faq.html#mailing-list-address 
> <http://www.live555.com/liveMedia/faq.html#mailing-list-address>> for more information). Support for the "LIVE555 Streaming Media" software is via that mailing list.
>
> If, at a later time, we find that you need personal, one-on-one consulting, then we can make separate arrangements then.  However, you should start with our “live-devel” mailing list.
>
>
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
> Attached file contains :
> root at DebianMachine:~# ffmpeg -i "rtsp://CAMSERVERIP:STREAMPORT/wxHdSdiStreaming/2?videoCodecType=H.264" -f mpegts rtp://192.168.50.22:5040/wxHdSdiStreaming/2?videoCodecType=H.264 
> <http://192.168.50.22:5040/wxHdSdiStreaming/2?videoCodecType=H.264>
> ffmpeg version N-78299-gf021030 Copyright (c) 2000-2016 the FFmpeg developers
>    built with gcc 4.4.5 (Debian 4.4.5-8)
>    configuration:
>    libavutil      55. 17.100 / 55. 17.100
>    libavcodec     57. 24.101 / 57. 24.101
>    libavformat    57. 24.100 / 57. 24.100
>    libavdevice    57.  0.101 / 57.  0.101
>    libavfilter     6. 28.100 /  6. 28.100
>    libswscale      4.  0.100 /  4.  0.100
>    libswresample   2.  0.101 /  2.  0.101
> [h264 @ 0xab75c00] error while decoding MB 60 66, bytestream -5
> [h264 @ 0xab75c00] concealing 109 DC, 109 AC, 109 MV errors in I frame
> [rtsp @ 0xab73200] max delay reached. need to consume packet
> [h264 @ 0xab75c00] RTP: missed 13 packets
> [rtsp @ 0xab73200] max delay reached. need to consume packet
> [h264 @ 0xab75c00] RTP: missed 10 packets
> [rtsp @ 0xab73200] max delay reached. need to consume packet
> [h264 @ 0xab75c00] RTP: missed 15 packets
> [rtsp @ 0xab73200] max delay reached. need to consume packet
> [h264 @ 0xab75c00] RTP: missed 5 packets
> [rtsp @ 0xab73200] max delay reached. need to consume packet
> [h264 @ 0xab75c00] RTP: missed 1 packets
> [rtsp @ 0xab73200] max delay reached. need to consume packet
> [h264 @ 0xab75c00] RTP: missed 7 packets
> [rtsp @ 0xab73200] max delay reached. need to consume packet
> [h264 @ 0xab75c00] RTP: missed 5 packets
> [rtsp @ 0xab73200] max delay reached. need to consume packet
> [h264 @ 0xab75c00] RTP: missed 4 packets
> [rtsp @ 0xab73200] max delay reached. need to consume packet
> [h264 @ 0xab75c00] RTP: missed 8 packets
> [rtsp @ 0xab73200] max delay reached. need to consume packet
> [h264 @ 0xab75c00] RTP: missed 4 packets
> Input #0, rtsp, from 'rtsp://CAMSERVERIP:STREAMPORT/wxHdSdiStreaming/2?videoCodecType=H.264':
>    Metadata:
>      title           : RTSP/RTP stream from wx HdSdi camera
>      comment         : wxHdSdiStreaming/2?videoCodecType=H.264
>    Duration: N/A, start: 0.240000, bitrate: N/A
>      Stream #0:0: Video: h264 (High), yuvj420p(pc), 1920x1072, 25 fps, 25 tbr, 90k tbn, 50 tbc
> [swscaler @ 0xac6a3e0] deprecated pixel format used, make sure you did set range correctly
> Output #0, mpegts, to 'rtp://192.168.50.22:5040/wxHdSdiStreaming/2?videoCodecType=H.264 
> <http://192.168.50.22:5040/wxHdSdiStreaming/2?videoCodecType=H.264>':
>    Metadata:
>      title           : RTSP/RTP stream from wx HdSdi camera
>      comment         : wxHdSdiStreaming/2?videoCodecType=H.264
>      encoder         : Lavf57.24.100
>      Stream #0:0: Video: mpeg2video (Main), yuv420p, 1920x1072, q=2-31, 200 kb/s, 25 fps, 90k tbn, 25 tbc
>      Metadata:
>        encoder         : Lavc57.24.101 mpeg2video
>      Side data:
>        unknown side data type 10 (24 bytes)
> Stream mapping:
>    Stream #0:0 -> #0:0 (h264 (native) -> mpeg2video (native))
> Press [q] to stop, [?] for help
> [h264 @ 0xacccb40] error while decoding MB 60 66, bytestream -5
> [h264 @ 0xacccb40] concealing 109 DC, 109 AC, 109 MV errors in I frame
> frame=    0 fps=0.0 q=0.0 size=       0kB time=00:00:00.00 bitrate=N/A dup=0 drop=2 speed= [rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 23 times
> Past duration 0.999992 too large
> [rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 11 times
> frame=    3 fps=2.4 q=2.0 size=      68kB time=00:00:00.04 bitrate=13874.4kbits/s dup=0 droPast duration 0.999992 too large
> [rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 8 times
> Past duration 0.999992 too large
> [rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 10 times
> Past duration 0.999992 too large
> [rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 4 times
> frame=    6 fps=3.2 q=2.9 size=     112kB time=00:00:00.16 bitrate=5724.6kbits/s dup=0 dropPast duration 0.999992 too large
> [rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 4 times
> [h264 @ 0xad67860] concealing 3322 DC, 3322 AC, 3322 MV errors in P frame
> Past duration 0.999992 too large
> [rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 1 times
> Past duration 0.999992 too large
> [rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 2 times
> frame=    9 fps=3.6 q=10.6 size=     128kB time=00:00:00.28 bitrate=3754.6kbits/s dup=0 dro[rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 1 times
> frame=    9 fps=2.7 q=13.5 Lsize=     131kB time=00:00:00.32 bitrate=3341.7kbits/s dup=0 drop=4 speed=0.0957x
> video:120kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 9.042852%
> Exiting normally, received signal 2.
> root at DebianMachine:~# ffmpeg -i "rtsp://CAMSERVERIP:STREAMPORT/wxHdSdiStreaming/2?videoCodecType=H.264" -f mpegts rtp://192.168.50.22:5040/wxHdSdiStreaming/2?videoCodecType=H.264 
> <http://192.168.50.22:5040/wxHdSdiStreaming/2?videoCodecType=H.264>
> ffmpeg version N-78299-gf021030 Copyright (c) 2000-2016 the FFmpeg developers
>    built with gcc 4.4.5 (Debian 4.4.5-8)
>    configuration:
>    libavutil      55. 17.100 / 55. 17.100
>    libavcodec     57. 24.101 / 57. 24.101
>    libavformat    57. 24.100 / 57. 24.100
>    libavdevice    57.  0.101 / 57.  0.101
>    libavfilter     6. 28.100 /  6. 28.100
>    libswscale      4.  0.100 /  4.  0.100
>    libswresample   2.  0.101 /  2.  0.101
> [h264 @ 0x9c79c00] error while decoding MB 48 66, bytestream -7
> [h264 @ 0x9c79c00] concealing 121 DC, 121 AC, 121 MV errors in I frame
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 18 packets
> [h264 @ 0x9c79c00] error while decoding MB 52 12, bytestream -7
> [h264 @ 0x9c79c00] concealing 6597 DC, 6597 AC, 6597 MV errors in P frame
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 2 packets
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 8 packets
> [h264 @ 0x9c79c00] concealing 5072 DC, 5072 AC, 5072 MV errors in P frame
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 5 packets
> [h264 @ 0x9c79c00] concealing 6105 DC, 6105 AC, 6105 MV errors in P frame
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 13 packets
> [h264 @ 0x9c79c00] error while decoding MB 51 17, bytestream -9
> [h264 @ 0x9c79c00] concealing 5998 DC, 5998 AC, 5998 MV errors in P frame
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 5 packets
> [h264 @ 0x9c79c00] concealing 6149 DC, 6149 AC, 6149 MV errors in P frame
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 11 packets
> [h264 @ 0x9c79c00] error while decoding MB 42 38, bytestream -11
> [h264 @ 0x9c79c00] concealing 3487 DC, 3487 AC, 3487 MV errors in I frame
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 2 packets
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 9 packets
> [h264 @ 0x9c79c00] concealing 2657 DC, 2657 AC, 2657 MV errors in P frame
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 16 packets
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 6 packets
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 4 packets
> [h264 @ 0x9c79c00] reference picture missing during reorder
> [h264 @ 0x9c79c00] Missing reference picture, default is 36
> [h264 @ 0x9c79c00] concealing 3697 DC, 3697 AC, 3697 MV errors in P frame
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 4 packets
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 17 packets
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 4 packets
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [h264 @ 0x9c79c00] RTP: missed 1027 packets
> Input #0, rtsp, from 'rtsp://CAMSERVERIP:STREAMPORT/wxHdSdiStreaming/2?videoCodecType=H.264':
>    Metadata:
>      title           : RTSP/RTP stream from wx HdSdi camera
>      comment         : wxHdSdiStreaming/2?videoCodecType=H.264
>    Duration: N/A, start: 1.360000, bitrate: N/A
>      Stream #0:0: Video: h264 (High), yuvj420p(pc), 1920x1072, 25 fps, 25 tbr, 90k tbn, 50 tbc
> [swscaler @ 0x9d8f9a0] deprecated pixel format used, make sure you did set range correctly
> Output #0, mpegts, to 'rtp://192.168.50.22:5040/wxHdSdiStreaming/2?videoCodecType=H.264 
> <http://192.168.50.22:5040/wxHdSdiStreaming/2?videoCodecType=H.264>':
>    Metadata:
>      title           : RTSP/RTP stream from wx HdSdi camera
>      comment         : wxHdSdiStreaming/2?videoCodecType=H.264
>      encoder         : Lavf57.24.100
>      Stream #0:0: Video: mpeg2video (Main), yuv420p, 1920x1072, q=2-31, 200 kb/s, 25 fps, 90k tbn, 25 tbc
>      Metadata:
>        encoder         : Lavc57.24.101 mpeg2video
>      Side data:
>        unknown side data type 10 (24 bytes)
> Stream mapping:
>    Stream #0:0 -> #0:0 (h264 (native) -> mpeg2video (native))
> Press [q] to stop, [?] for help
> [h264 @ 0x9df5660] error while decoding MB 48 66, bytestream -7
> [h264 @ 0x9df5660] concealing 121 DC, 121 AC, 121 MV errors in I frame
> [h264 @ 0x9d27f20] error while decoding MB 56 12, bytestream -7ate=N/A speed=   0x
> [h264 @ 0x9d27f20] concealing 6593 DC, 6593 AC, 6593 MV errors in P frame
> [h264 @ 0x9df5660] concealing 5072 DC, 5072 AC, 5072 MV errors in P frameeed=   0x
> [h264 @ 0x9d388a0] concealing 6105 DC, 6105 AC, 6105 MV errors in P frameeed=   0x
> [h264 @ 0x9d27f20] error while decoding MB 51 17, bytestream -9
> [h264 @ 0x9d27f20] concealing 5998 DC, 5998 AC, 5998 MV errors in P frame
> [h264 @ 0x9df5660] concealing 6149 DC, 6149 AC, 6149 MV errors in P frameeed=   0x
> [h264 @ 0x9d388a0] error while decoding MB 42 38, bytestream -11
> [h264 @ 0x9d388a0] concealing 3487 DC, 3487 AC, 3487 MV errors in I frame
> [h264 @ 0x9df5660] concealing 2657 DC, 2657 AC, 2657 MV errors in P frameeed=   0x
> frame=    0 fps=0.0 q=0.0 size=       0kB time=00:00:00.00 bitrate=N/A dup=0 drop=1 speed= [h264 @ 0x9d27f20] reference picture missing during reorder
> [h264 @ 0x9d27f20] Missing reference picture, default is 36
> [h264 @ 0x9d27f20] concealing 3697 DC, 3697 AC, 3697 MV errors in P frame
> [h264 @ 0x9d27f20] reference picture missing during reorder
> [h264 @ 0x9d27f20] Missing reference picture, default is 46
> [h264 @ 0x9d27f20] error while decoding MB 21 17, bytestream -5
> [h264 @ 0x9d27f20] concealing 6028 DC, 6028 AC, 6028 MV errors in P frame
> [rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 27 times
> frame=    2 fps=0.3 q=4.2 size=      55kB time=00:00:00.00 bitrate=N/A dup=0 drop=4 speed= Past duration 0.999992 too large
> [rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 31 times
> frame=    4 fps=0.6 q=2.0 size=     108kB time=00:00:00.08 bitrate=11054.4kbits/s dup=0 dro[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 11 times
> frame=    5 fps=0.6 q=2.0 size=     131kB time=00:00:00.12 bitrate=8936.3kbits/s dup=0 drop[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 20 times
> frame=    7 fps=0.8 q=6.2 size=     167kB time=00:00:00.24 bitrate=5702.7kbits/s dup=0 drop[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 20 times
> frame=   10 fps=1.1 q=14.6 size=     205kB time=00:00:00.36 bitrate=4654.0kbits/s dup=0 dro[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 4 times
> frame=   13 fps=1.3 q=23.5 size=     211kB time=00:00:00.48 bitrate=3597.1kbits/s dup=0 dro[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 17 times
> [h264 @ 0x9d388a0] concealing 4628 DC, 4628 AC, 4628 MV errors in P frame
> [rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 3 times
> frame=   16 fps=1.5 q=29.5 size=     254kB time=00:00:00.60 bitrate=3469.2kbits/s dup=0 dro[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 11 times
> frame=   17 fps=1.4 q=31.0 size=     272kB time=00:00:00.64 bitrate=3480.3kbits/s dup=0 droframe=   17 fps=1.4 q=31.0 size=     272kB time=00:00:00.64 bitrate=3480.3kbits/s dup=0 dro[rtsp @ 0x9c77200] max delay reached. need to consume packet
> [NULL @ 0x9c79c00] RTP: missed 4 packets
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [NULL @ 0x9c79c00] RTP: missed 5 packets
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [NULL @ 0x9c79c00] RTP: missed 11 packets
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [NULL @ 0x9c79c00] RTP: missed 2140 packets
> frame=   17 fps=1.3 q=31.0 size=     272kB time=00:00:00.64 bitrate=3480.3kbits/s dup=0 dro[rtsp @ 0x9c77200] max delay reached. need to consume packet
> [NULL @ 0x9c79c00] RTP: missed 4 packets
> [h264 @ 0x9d27f20] concealing 3555 DC, 3555 AC, 3555 MV errors in P frame
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [NULL @ 0x9c79c00] RTP: missed 9 packets
> [h264 @ 0x9d27f20] error while decoding MB 11 49, bytestream -7
> [h264 @ 0x9d27f20] concealing 2198 DC, 2198 AC, 2198 MV errors in P frame
> [rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 7 times
> frame=   18 fps=1.3 q=31.0 size=     287kB time=00:00:00.68 bitrate=3461.4kbits/s dup=0 dro[rtsp @ 0x9c77200] max delay reached. need to consume packet
> [NULL @ 0x9c79c00] RTP: missed 5 packets
> [rtsp @ 0x9c77200] max delay reached. need to consume packet
> [NULL @ 0x9c79c00] RTP: missed 16 packets
> [h264 @ 0x9d388a0] concealing 838 DC, 838 AC, 838 MV errors in P frame
> [rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 9 times
> frame=   20 fps=1.4 q=31.0 size=     307kB time=00:00:18.44 bitrate= 136.2kbits/s dup=0 dro[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 3 times
> frame=   22 fps=1.5 q=31.0 size=     310kB time=00:00:18.56 bitrate= 136.9kbits/s dup=0 dro[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
>      Last message repeated 1 times
> frame=   22 fps=1.4 q=31.0 Lsize=     312kB time=00:00:18.64 bitrate= 137.2kbits/s dup=0 drop=4 speed=1.21x
> video:287kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 8.999066%
> Exiting normally, received signal 2.
Le 18/02/2016 15:53, live-devel-request at ns.live555.com a écrit :
> Mailing list subscription confirmation notice for mailing list
> live-devel
>
> We have received a request from 82.237.168.176 for subscription of
> your email address,"iouchatti at otonomy-aviation.com", to the
> live-devel at lists.live555.com  mailing list.  To confirm that you want
> to be added to this mailing list, simply reply to this message,
> keeping the Subject: header intact.  Or visit this web page:
>
>      http://lists.live555.com/mailman/confirm/live-devel/56b8e00f9eb692a29cb67a0ae842f331edeab764
>
>
> Or include the following line -- and only the following line -- in a
> message tolive-devel-request at lists.live555.com:
>
>      confirm 56b8e00f9eb692a29cb67a0ae842f331edeab764
>
> Note that simply sending a `reply' to this message should work from
> most mail readers, since that usually leaves the Subject: line in the
> right form (additional "Re:" text in the Subject: is okay).
>
> If you do not wish to be subscribed to this list, please simply
> disregard this message.  If you think you are being maliciously
> subscribed to the list, or have any other questions, send them to
> live-devel-owner at lists.live555.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20160218/da52ab02/attachment.html>
-------------- next part --------------
root at DebianMachine:~# ffmpeg -i "rtsp://CAMSERVERIP:STREAMPORT/wxHdSdiStreaming/2?videoCodecType=H.264" -f mpegts rtp://192.168.50.22:5040/wxHdSdiStreaming/2?videoCodecType=H.264
ffmpeg version N-78299-gf021030 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 4.4.5 (Debian 4.4.5-8)
  configuration:
  libavutil      55. 17.100 / 55. 17.100
  libavcodec     57. 24.101 / 57. 24.101
  libavformat    57. 24.100 / 57. 24.100
  libavdevice    57.  0.101 / 57.  0.101
  libavfilter     6. 28.100 /  6. 28.100
  libswscale      4.  0.100 /  4.  0.100
  libswresample   2.  0.101 /  2.  0.101
[h264 @ 0xab75c00] error while decoding MB 60 66, bytestream -5
[h264 @ 0xab75c00] concealing 109 DC, 109 AC, 109 MV errors in I frame
[rtsp @ 0xab73200] max delay reached. need to consume packet
[h264 @ 0xab75c00] RTP: missed 13 packets
[rtsp @ 0xab73200] max delay reached. need to consume packet
[h264 @ 0xab75c00] RTP: missed 10 packets
[rtsp @ 0xab73200] max delay reached. need to consume packet
[h264 @ 0xab75c00] RTP: missed 15 packets
[rtsp @ 0xab73200] max delay reached. need to consume packet
[h264 @ 0xab75c00] RTP: missed 5 packets
[rtsp @ 0xab73200] max delay reached. need to consume packet
[h264 @ 0xab75c00] RTP: missed 1 packets
[rtsp @ 0xab73200] max delay reached. need to consume packet
[h264 @ 0xab75c00] RTP: missed 7 packets
[rtsp @ 0xab73200] max delay reached. need to consume packet
[h264 @ 0xab75c00] RTP: missed 5 packets
[rtsp @ 0xab73200] max delay reached. need to consume packet
[h264 @ 0xab75c00] RTP: missed 4 packets
[rtsp @ 0xab73200] max delay reached. need to consume packet
[h264 @ 0xab75c00] RTP: missed 8 packets
[rtsp @ 0xab73200] max delay reached. need to consume packet
[h264 @ 0xab75c00] RTP: missed 4 packets
Input #0, rtsp, from 'rtsp://CAMSERVERIP:STREAMPORT/wxHdSdiStreaming/2?videoCodecType=H.264':
  Metadata:
    title           : RTSP/RTP stream from wx HdSdi camera
    comment         : wxHdSdiStreaming/2?videoCodecType=H.264
  Duration: N/A, start: 0.240000, bitrate: N/A
    Stream #0:0: Video: h264 (High), yuvj420p(pc), 1920x1072, 25 fps, 25 tbr, 90k tbn, 50 tbc
[swscaler @ 0xac6a3e0] deprecated pixel format used, make sure you did set range correctly
Output #0, mpegts, to 'rtp://192.168.50.22:5040/wxHdSdiStreaming/2?videoCodecType=H.264':
  Metadata:
    title           : RTSP/RTP stream from wx HdSdi camera
    comment         : wxHdSdiStreaming/2?videoCodecType=H.264
    encoder         : Lavf57.24.100
    Stream #0:0: Video: mpeg2video (Main), yuv420p, 1920x1072, q=2-31, 200 kb/s, 25 fps, 90k tbn, 25 tbc
    Metadata:
      encoder         : Lavc57.24.101 mpeg2video
    Side data:
      unknown side data type 10 (24 bytes)
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> mpeg2video (native))
Press [q] to stop, [?] for help
[h264 @ 0xacccb40] error while decoding MB 60 66, bytestream -5
[h264 @ 0xacccb40] concealing 109 DC, 109 AC, 109 MV errors in I frame
frame=    0 fps=0.0 q=0.0 size=       0kB time=00:00:00.00 bitrate=N/A dup=0 drop=2 speed= [rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 23 times
Past duration 0.999992 too large
[rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 11 times
frame=    3 fps=2.4 q=2.0 size=      68kB time=00:00:00.04 bitrate=13874.4kbits/s dup=0 droPast duration 0.999992 too large
[rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 8 times
Past duration 0.999992 too large
[rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 10 times
Past duration 0.999992 too large
[rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 4 times
frame=    6 fps=3.2 q=2.9 size=     112kB time=00:00:00.16 bitrate=5724.6kbits/s dup=0 dropPast duration 0.999992 too large
[rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 4 times
[h264 @ 0xad67860] concealing 3322 DC, 3322 AC, 3322 MV errors in P frame
Past duration 0.999992 too large
[rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 1 times
Past duration 0.999992 too large
[rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 2 times
frame=    9 fps=3.6 q=10.6 size=     128kB time=00:00:00.28 bitrate=3754.6kbits/s dup=0 dro[rtp @ 0xab74fa0] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 1 times
frame=    9 fps=2.7 q=13.5 Lsize=     131kB time=00:00:00.32 bitrate=3341.7kbits/s dup=0 drop=4 speed=0.0957x
video:120kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 9.042852%
Exiting normally, received signal 2.
root at DebianMachine:~# ffmpeg -i "rtsp://CAMSERVERIP:STREAMPORT/wxHdSdiStreaming/2?videoCodecType=H.264" -f mpegts rtp://192.168.50.22:5040/wxHdSdiStreaming/2?videoCodecType=H.264
ffmpeg version N-78299-gf021030 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 4.4.5 (Debian 4.4.5-8)
  configuration:
  libavutil      55. 17.100 / 55. 17.100
  libavcodec     57. 24.101 / 57. 24.101
  libavformat    57. 24.100 / 57. 24.100
  libavdevice    57.  0.101 / 57.  0.101
  libavfilter     6. 28.100 /  6. 28.100
  libswscale      4.  0.100 /  4.  0.100
  libswresample   2.  0.101 /  2.  0.101
[h264 @ 0x9c79c00] error while decoding MB 48 66, bytestream -7
[h264 @ 0x9c79c00] concealing 121 DC, 121 AC, 121 MV errors in I frame
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 18 packets
[h264 @ 0x9c79c00] error while decoding MB 52 12, bytestream -7
[h264 @ 0x9c79c00] concealing 6597 DC, 6597 AC, 6597 MV errors in P frame
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 2 packets
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 8 packets
[h264 @ 0x9c79c00] concealing 5072 DC, 5072 AC, 5072 MV errors in P frame
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 5 packets
[h264 @ 0x9c79c00] concealing 6105 DC, 6105 AC, 6105 MV errors in P frame
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 13 packets
[h264 @ 0x9c79c00] error while decoding MB 51 17, bytestream -9
[h264 @ 0x9c79c00] concealing 5998 DC, 5998 AC, 5998 MV errors in P frame
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 5 packets
[h264 @ 0x9c79c00] concealing 6149 DC, 6149 AC, 6149 MV errors in P frame
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 11 packets
[h264 @ 0x9c79c00] error while decoding MB 42 38, bytestream -11
[h264 @ 0x9c79c00] concealing 3487 DC, 3487 AC, 3487 MV errors in I frame
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 2 packets
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 9 packets
[h264 @ 0x9c79c00] concealing 2657 DC, 2657 AC, 2657 MV errors in P frame
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 16 packets
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 6 packets
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 4 packets
[h264 @ 0x9c79c00] reference picture missing during reorder
[h264 @ 0x9c79c00] Missing reference picture, default is 36
[h264 @ 0x9c79c00] concealing 3697 DC, 3697 AC, 3697 MV errors in P frame
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 4 packets
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 17 packets
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 4 packets
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[h264 @ 0x9c79c00] RTP: missed 1027 packets
Input #0, rtsp, from 'rtsp://CAMSERVERIP:STREAMPORT/wxHdSdiStreaming/2?videoCodecType=H.264':
  Metadata:
    title           : RTSP/RTP stream from wx HdSdi camera
    comment         : wxHdSdiStreaming/2?videoCodecType=H.264
  Duration: N/A, start: 1.360000, bitrate: N/A
    Stream #0:0: Video: h264 (High), yuvj420p(pc), 1920x1072, 25 fps, 25 tbr, 90k tbn, 50 tbc
[swscaler @ 0x9d8f9a0] deprecated pixel format used, make sure you did set range correctly
Output #0, mpegts, to 'rtp://192.168.50.22:5040/wxHdSdiStreaming/2?videoCodecType=H.264':
  Metadata:
    title           : RTSP/RTP stream from wx HdSdi camera
    comment         : wxHdSdiStreaming/2?videoCodecType=H.264
    encoder         : Lavf57.24.100
    Stream #0:0: Video: mpeg2video (Main), yuv420p, 1920x1072, q=2-31, 200 kb/s, 25 fps, 90k tbn, 25 tbc
    Metadata:
      encoder         : Lavc57.24.101 mpeg2video
    Side data:
      unknown side data type 10 (24 bytes)
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> mpeg2video (native))
Press [q] to stop, [?] for help
[h264 @ 0x9df5660] error while decoding MB 48 66, bytestream -7
[h264 @ 0x9df5660] concealing 121 DC, 121 AC, 121 MV errors in I frame
[h264 @ 0x9d27f20] error while decoding MB 56 12, bytestream -7ate=N/A speed=   0x
[h264 @ 0x9d27f20] concealing 6593 DC, 6593 AC, 6593 MV errors in P frame
[h264 @ 0x9df5660] concealing 5072 DC, 5072 AC, 5072 MV errors in P frameeed=   0x
[h264 @ 0x9d388a0] concealing 6105 DC, 6105 AC, 6105 MV errors in P frameeed=   0x
[h264 @ 0x9d27f20] error while decoding MB 51 17, bytestream -9
[h264 @ 0x9d27f20] concealing 5998 DC, 5998 AC, 5998 MV errors in P frame
[h264 @ 0x9df5660] concealing 6149 DC, 6149 AC, 6149 MV errors in P frameeed=   0x
[h264 @ 0x9d388a0] error while decoding MB 42 38, bytestream -11
[h264 @ 0x9d388a0] concealing 3487 DC, 3487 AC, 3487 MV errors in I frame
[h264 @ 0x9df5660] concealing 2657 DC, 2657 AC, 2657 MV errors in P frameeed=   0x
frame=    0 fps=0.0 q=0.0 size=       0kB time=00:00:00.00 bitrate=N/A dup=0 drop=1 speed= [h264 @ 0x9d27f20] reference picture missing during reorder
[h264 @ 0x9d27f20] Missing reference picture, default is 36
[h264 @ 0x9d27f20] concealing 3697 DC, 3697 AC, 3697 MV errors in P frame
[h264 @ 0x9d27f20] reference picture missing during reorder
[h264 @ 0x9d27f20] Missing reference picture, default is 46
[h264 @ 0x9d27f20] error while decoding MB 21 17, bytestream -5
[h264 @ 0x9d27f20] concealing 6028 DC, 6028 AC, 6028 MV errors in P frame
[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 27 times
frame=    2 fps=0.3 q=4.2 size=      55kB time=00:00:00.00 bitrate=N/A dup=0 drop=4 speed= Past duration 0.999992 too large
[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 31 times
frame=    4 fps=0.6 q=2.0 size=     108kB time=00:00:00.08 bitrate=11054.4kbits/s dup=0 dro[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 11 times
frame=    5 fps=0.6 q=2.0 size=     131kB time=00:00:00.12 bitrate=8936.3kbits/s dup=0 drop[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 20 times
frame=    7 fps=0.8 q=6.2 size=     167kB time=00:00:00.24 bitrate=5702.7kbits/s dup=0 drop[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 20 times
frame=   10 fps=1.1 q=14.6 size=     205kB time=00:00:00.36 bitrate=4654.0kbits/s dup=0 dro[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 4 times
frame=   13 fps=1.3 q=23.5 size=     211kB time=00:00:00.48 bitrate=3597.1kbits/s dup=0 dro[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 17 times
[h264 @ 0x9d388a0] concealing 4628 DC, 4628 AC, 4628 MV errors in P frame
[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 3 times
frame=   16 fps=1.5 q=29.5 size=     254kB time=00:00:00.60 bitrate=3469.2kbits/s dup=0 dro[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 11 times
frame=   17 fps=1.4 q=31.0 size=     272kB time=00:00:00.64 bitrate=3480.3kbits/s dup=0 droframe=   17 fps=1.4 q=31.0 size=     272kB time=00:00:00.64 bitrate=3480.3kbits/s dup=0 dro[rtsp @ 0x9c77200] max delay reached. need to consume packet
[NULL @ 0x9c79c00] RTP: missed 4 packets
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[NULL @ 0x9c79c00] RTP: missed 5 packets
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[NULL @ 0x9c79c00] RTP: missed 11 packets
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[NULL @ 0x9c79c00] RTP: missed 2140 packets
frame=   17 fps=1.3 q=31.0 size=     272kB time=00:00:00.64 bitrate=3480.3kbits/s dup=0 dro[rtsp @ 0x9c77200] max delay reached. need to consume packet
[NULL @ 0x9c79c00] RTP: missed 4 packets
[h264 @ 0x9d27f20] concealing 3555 DC, 3555 AC, 3555 MV errors in P frame
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[NULL @ 0x9c79c00] RTP: missed 9 packets
[h264 @ 0x9d27f20] error while decoding MB 11 49, bytestream -7
[h264 @ 0x9d27f20] concealing 2198 DC, 2198 AC, 2198 MV errors in P frame
[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 7 times
frame=   18 fps=1.3 q=31.0 size=     287kB time=00:00:00.68 bitrate=3461.4kbits/s dup=0 dro[rtsp @ 0x9c77200] max delay reached. need to consume packet
[NULL @ 0x9c79c00] RTP: missed 5 packets
[rtsp @ 0x9c77200] max delay reached. need to consume packet
[NULL @ 0x9c79c00] RTP: missed 16 packets
[h264 @ 0x9d388a0] concealing 838 DC, 838 AC, 838 MV errors in P frame
[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 9 times
frame=   20 fps=1.4 q=31.0 size=     307kB time=00:00:18.44 bitrate= 136.2kbits/s dup=0 dro[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 3 times
frame=   22 fps=1.5 q=31.0 size=     310kB time=00:00:18.56 bitrate= 136.9kbits/s dup=0 dro[rtp @ 0x9d74f20] Data doesn't look like RTP packets, make sure the RTP muxer is used
    Last message repeated 1 times
frame=   22 fps=1.4 q=31.0 Lsize=     312kB time=00:00:18.64 bitrate= 137.2kbits/s dup=0 drop=4 speed=1.21x
video:287kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 8.999066%
Exiting normally, received signal 2.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: vlc_logs.png
Type: image/png
Size: 93125 bytes
Desc: not available
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20160218/da52ab02/attachment.png>


More information about the live-devel mailing list