Opened 7 years ago

Last modified 7 years ago

#6118 new defect

ffmpeg fails with error "max delay reached. need to consume packet"

Reported by: Santhosh Venkataramanappa Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords: h264 rtsp
Cc: santhoshv29.1987@gmail.com Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by Carl Eugen Hoyos)

When I try to use ffmpeg to convert rtsp to rtmp I am giving below errors. The url works fine when I use vlc player but fails on ffmpeg, can someone please help me

[admin@video_gateway bin]$ ffprobe -i rtsp://10.163.52.131/VideoInput/1/h264/1
ffprobe version N-81861-gb7bd5b9-static Copyright (c) 2007-2016 the FFmpeg developers
  built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-4)
  configuration: --arch=64 --prefix=/home/admin/ffmpeg-build-script/workspace --extra-cflags=-I/home/admin/ffmpeg-build-script/workspace/include --extra-ldflags=-L/home/admin/ffmpeg-build-script/workspace/lib --extra-version=static --extra-cflags=--static --enable-static --disable-debug --disable-shared --disable-ffplay --disable-ffserver --disable-doc --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --enable-libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libx265 --enable-runtime-cpudetect --enable-libfdk-aac --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libvidstab
  libavutil      55. 32.100 / 55. 32.100
  libavcodec     57. 60.101 / 57. 60.101
  libavformat    57. 51.102 / 57. 51.102
  libavdevice    57.  0.102 / 57.  0.102
  libavfilter     6. 63.100 /  6. 63.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  2.100 /  2.  2.100
  libpostproc    54.  0.100 / 54.  0.100
[rtsp @ 0x2f9e810] max delay reached. need to consume packet
[rtsp @ 0x2f9e810] RTP: missed 31 packets
[rtsp @ 0x2f9e810] max delay reached. need to consume packet
[rtsp @ 0x2f9e810] RTP: missed 5 packets
[rtsp @ 0x2f9e810] max delay reached. need to consume packet
[rtsp @ 0x2f9e810] RTP: missed 13 packets
[rtsp @ 0x2f9e810] max delay reached. need to consume packet
[rtsp @ 0x2f9e810] RTP: missed 5 packets
[rtsp @ 0x2f9e810] max delay reached. need to consume packet
[rtsp @ 0x2f9e810] RTP: missed 11 packets
[rtsp @ 0x2f9e810] max delay reached. need to consume packet

Change History (5)

comment:1 by Carl Eugen Hoyos, 7 years ago

Component: ffmpegundetermined
Description: modified (diff)

Do you think this is a regression?

Please test current FFmpeg git head, if ffprobe is not needed to reproduce the issue, please test ffmpeg and provide your command line and the complete, uncut console output to make this a valid ticket.

comment:2 by Santhosh Venkataramanappa, 7 years ago

Below is the complete log but the same command works for other rtsp streams

[admin@video_gateway dvnp]$ ffmpeg -i rtsp://10.163.52.131/VideoInput/1/h264/1 -vcodec copy -an -f flv rtmp:/127.0.0.1:1935/live/1
ffmpeg version N-81861-gb7bd5b9-static Copyright (c) 2000-2016 the FFmpeg developers

built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-4)
configuration: --arch=64 --prefix=/home/admin/ffmpeg-build-script/workspace --extra-cflags=-I/home/admin/ffmpeg-build-script/workspace/include --extra-ldflags=-L/home/admin/ffmpeg-build-script/workspace/lib --extra-version=static --extra-cflags=--static --enable-static --disable-debug --disable-shared --disable-ffplay --disable-ffserver --disable-doc --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --enable-libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libx265 --enable-runtime-cpudetect --enable-libfdk-aac --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libvidstab
libavutil 55. 32.100 / 55. 32.100
libavcodec 57. 60.101 / 57. 60.101
libavformat 57. 51.102 / 57. 51.102
libavdevice 57. 0.102 / 57. 0.102
libavfilter 6. 63.100 / 6. 63.100
libswscale 4. 1.100 / 4. 1.100
libswresample 2. 2.100 / 2. 2.100
libpostproc 54. 0.100 / 54. 0.100

[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 18 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 18 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 3 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 6 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 2 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 4 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 15 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 1 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 4 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 2 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 6 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 18 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 3 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 5 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 18 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 3 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 5 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 2 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 4 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 15 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 1 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 7 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 2 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 6 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 1 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 4 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 2 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 7 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 18 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 3 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 5 packets
[rtsp @ 0x267c070] max delay reached. need to consume packet
[rtsp @ 0x267c070] RTP: missed 4 packets
[h264 @ 0x267f080] SEI type 138 size 1040 truncated at 616
[h264 @ 0x267f080] SEI type 245 size 1240 truncated at 888
[h264 @ 0x267f080] SEI type 16 size 1968 truncated at 1264
[h264 @ 0x267f080] SEI type 137 size 4064 truncated at 288
[h264 @ 0x267f080] SEI type 213 size 1824 truncated at 1400
[h264 @ 0x267f080] SEI type 61 size 1992 truncated at 1400
[h264 @ 0x267f080] SEI type 64 size 552 truncated at 168
[h264 @ 0x267f080] SEI type 115 size 1248 truncated at 1072
[h264 @ 0x267f080] SEI type 3 size 1840 truncated at 352
[h264 @ 0x267f080] SEI type 242 size 1928 truncated at 1808
[h264 @ 0x267f080] SEI type 239 size 1656 truncated at 1008
[h264 @ 0x267f080] SEI type 52 size 992 truncated at 72
[h264 @ 0x267f080] SEI type 418 size 1056 truncated at 912
[h264 @ 0x267f080] SEI type 152 size 640 truncated at 80
[h264 @ 0x267f080] SEI type 190 size 1968 truncated at 928
[h264 @ 0x267f080] SEI type 227 size 1800 truncated at 1312
[h264 @ 0x267f080] SEI type 171 size 1576 truncated at 216
[h264 @ 0x267f080] SEI type 113 size 1296 truncated at 104
[h264 @ 0x267f080] missing picture in access unit with size 60422
[h264 @ 0x267f080] SEI type 138 size 1040 truncated at 605
[h264 @ 0x267f080] SEI type 245 size 1240 truncated at 872
[h264 @ 0x267f080] SEI type 16 size 1968 truncated at 1253
[h264 @ 0x267f080] SEI type 137 size 4064 truncated at 274
[h264 @ 0x267f080] SEI type 213 size 1824 truncated at 1385
[h264 @ 0x267f080] SEI type 61 size 1992 truncated at 1386
[h264 @ 0x267f080] SEI type 64 size 552 truncated at 156
[h264 @ 0x267f080] SEI type 115 size 1248 truncated at 1059
[h264 @ 0x267f080] SEI type 3 size 1840 truncated at 337
[h264 @ 0x267f080] SEI type 242 size 1928 truncated at 1796
[h264 @ 0x267f080] SEI type 239 size 1656 truncated at 998
[h264 @ 0x267f080] SEI type 52 size 992 truncated at 56
[h264 @ 0x267f080] SEI type 418 size 1056 truncated at 902
[h264 @ 0x267f080] SEI type 152 size 640 truncated at 64
[h264 @ 0x267f080] SEI type 190 size 1968 truncated at 914
[h264 @ 0x267f080] SEI type 227 size 1800 truncated at 1302
[h264 @ 0x267f080] SEI type 171 size 1576 truncated at 205
[h264 @ 0x267f080] SEI type 113 size 1296 truncated at 98
[h264 @ 0x267f080] no frame!
[rtsp @ 0x267c070] decoding for stream 0 failed
[rtsp @ 0x267c070] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, rtsp, from 'rtsp://10.163.52.131/VideoInput/1/h264/1':

Metadata:

title : H264 Stream 1

Duration: N/A, bitrate: N/A

Stream #0:0: Video: h264, none, 90k tbr, 90k tbn, 180k tbc

[rtmp @ 0x26ca610] Cannot open connection tcp://127.0.0.1:1935
rtmp:/127.0.0.1:1935/live/1: Immediate exit requested
Exiting normally, received signal 2.

comment:3 by Santhosh Venkataramanappa, 7 years ago

Cc: santhoshv29.1987@gmail.com added

comment:4 by Santhosh Venkataramanappa, 7 years ago

And the results from latest ffmpeg

[admin@video_gateway ffmpeg-git-20170122-64bit-static]$ ./ffmpeg -i rtsp://10.163.52.131/VideoInput/1/h264/1 -vcodec copy -an -f flv rtmp://127.0.0.1:1935/live/1
ffmpeg version N-83189-gd5d474aea5-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2017 the FFmpeg developers

built with gcc 5.4.1 (Debian 5.4.1-4) 20161202
configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-5 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg
libavutil 55. 44.100 / 55. 44.100
libavcodec 57. 75.100 / 57. 75.100
libavformat 57. 62.100 / 57. 62.100
libavdevice 57. 2.100 / 57. 2.100
libavfilter 6. 69.100 / 6. 69.100
libswscale 4. 3.101 / 4. 3.101
libswresample 2. 4.100 / 2. 4.100
libpostproc 54. 2.100 / 54. 2.100

[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 16 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 2 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 2 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 7 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 20 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 11 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 4 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 16 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 2 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 2 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 16 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 2 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 2 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 16 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 2 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 2 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 16 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 1 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 7 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 4 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 7 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 20 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 3 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 3 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 16 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 2 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 3 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 4 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 16 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 2 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 4 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 3 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 4 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 14 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 1 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 1 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 4 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 15 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 2 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 6 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 3 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 6 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 18 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 3 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 4 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 14 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 1 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 5 packets
[rtsp @ 0x3c63580] max delay reached. need to consume packet
[rtsp @ 0x3c63580] RTP: missed 1 packets
[h264 @ 0x3c66880] SEI type 39 size 1480 truncated at 496
[h264 @ 0x3c66880] SEI type 203 size 1768 truncated at 1544
[h264 @ 0x3c66880] SEI type 169 size 888 truncated at 400
[h264 @ 0x3c66880] SEI type 235 size 1776 truncated at 560
[h264 @ 0x3c66880] SEI type 247 size 112 truncated at 24
[h264 @ 0x3c66880] SEI type 32 size 1520 truncated at 24
[h264 @ 0x3c66880] SEI type 217 size 1528 truncated at 1008
[h264 @ 0x3c66880] SEI type 180 size 1552 truncated at 160
[h264 @ 0x3c66880] SEI type 74 size 1272 truncated at 624
[h264 @ 0x3c66880] SEI type 205 size 4224 truncated at 4040
[h264 @ 0x3c66880] SEI type 252 size 1784 truncated at 1640
[h264 @ 0x3c66880] SEI type 128 size 2856 truncated at 2672
[h264 @ 0x3c66880] SEI type 153 size 952 truncated at 376
[h264 @ 0x3c66880] missing picture in access unit with size 42754
[h264 @ 0x3c66880] SEI type 39 size 1480 truncated at 486
[h264 @ 0x3c66880] SEI type 203 size 1768 truncated at 1535
[h264 @ 0x3c66880] SEI type 169 size 888 truncated at 388
[h264 @ 0x3c66880] SEI type 235 size 1776 truncated at 547
[h264 @ 0x3c66880] SEI type 247 size 112 truncated at 11
[h264 @ 0x3c66880] SEI type 32 size 1520 truncated at 8
[h264 @ 0x3c66880] SEI type 217 size 1528 truncated at 992
[h264 @ 0x3c66880] SEI type 180 size 1552 truncated at 150
[h264 @ 0x3c66880] SEI type 74 size 1272 truncated at 610
[h264 @ 0x3c66880] SEI type 205 size 4224 truncated at 4024
[h264 @ 0x3c66880] SEI type 252 size 1784 truncated at 1629
[h264 @ 0x3c66880] SEI type 128 size 2856 truncated at 2662
[h264 @ 0x3c66880] SEI type 153 size 952 truncated at 369
[h264 @ 0x3c66880] no frame!
[rtsp @ 0x3c63580] decoding for stream 0 failed
[rtsp @ 0x3c63580] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, rtsp, from 'rtsp://10.163.52.131/VideoInput/1/h264/1':

Metadata:

title : H264 Stream 1

Duration: N/A, bitrate: N/A

Stream #0:0: Video: h264, none, 90k tbr, 90k tbn, 180k tbc

[flv @ 0x3ca49e0] dimensions not set
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Stream mapping:

Stream #0:0 -> #0:0 (copy)

Last message repeated 1 times

Exiting normally, received signal 2.

comment:5 by Carl Eugen Hoyos, 7 years ago

Keywords: rtsp added
Priority: importantnormal
Version: unspecifiedgit-master

Not sure how this can be fixed without a publicly accessible stream.

Note: See TracTickets for help on using tickets.