Skip to content

Instantly share code, notes, and snippets.

@sandos
Created August 2, 2019 18:24
Show Gist options
  • Save sandos/5b0fd6caab265cea4357ffa810fac3e1 to your computer and use it in GitHub Desktop.
Save sandos/5b0fd6caab265cea4357ffa810fac3e1 to your computer and use it in GitHub Desktop.
ffprobe problems from reolink rlc-420
ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.11) 20160609
configuration: --disable-debug --disable-doc --disable-ffplay --enable-shared --enable-avresample --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-gpl --enable-libass --enable-libfreetype --enable-libvidstab --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx265 --enable-libxvid --enable-libx264 --enable-nonfree --enable-openssl --enable-libfdk_aac --enable-libkvazaar --enable-libaom --extra-libs=-lpthread --enable-postproc --enable-small --enable-version3 --extra-cflags=-I/opt/ffmpeg/include --extra-ldflags=-L/opt/ffmpeg/lib --extra-libs=-ldl --prefix=/opt/ffmpeg
libavutil 56. 22.100 / 56. 22.100
libavcodec 58. 35.100 / 58. 35.100
libavformat 58. 20.100 / 58. 20.100
libavdevice 58. 5.100 / 58. 5.100
libavfilter 7. 40.101 / 7. 40.101
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 3.100 / 5. 3.100
libswresample 3. 3.100 / 3. 3.100
libpostproc 55. 3.100 / 55. 3.100
[rtsp @ 0x21e1d00] max delay reached. need to consume packet
[rtsp @ 0x21e1d00] RTP: missed 14 packets
[h264 @ 0x21e5740] concealing 1617 DC, 1617 AC, 1617 MV errors in P frame
[rtsp @ 0x21e1d00] max delay reached. need to consume packet
[rtsp @ 0x21e1d00] RTP: missed 2 packets
[h264 @ 0x21e5740] corrupted macroblock 32 106 (total_coeff=-1)
[h264 @ 0x21e5740] error while decoding MB 32 106
[h264 @ 0x21e5740] concealing 2257 DC, 2257 AC, 2257 MV errors in P frame
[rtsp @ 0x21e1d00] max delay reached. need to consume packet
[rtsp @ 0x21e1d00] RTP: missed 2 packets
[h264 @ 0x21e5740] corrupted macroblock 134 105 (total_coeff=-1)
[h264 @ 0x21e5740] error while decoding MB 134 105
[h264 @ 0x21e5740] concealing 2315 DC, 2315 AC, 2315 MV errors in P frame
[rtsp @ 0x21e1d00] max delay reached. need to consume packet
[rtsp @ 0x21e1d00] RTP: missed 11 packets
Input #0, rtsp, from 'rtsp://admin:fsckyue4_@192.168.1.145:554//h264Preview_01_main':
Metadata:
title : Session streamed by "preview"
comment : h264Preview_01_main
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264, yuv420p(progressive), 2560x1920, 6 tbr, 90k tbn, 180k tbc
Stream #0:1: Audio: aac, 16000 Hz, mono, fltp
[NULL @ 0x2248e40] Unable to find a suitable output format for 'ffprobe'
ffprobe: Invalid argument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment