FFMPEG hiba élő kamara kép Ubuntu alatt

Fórumok

Üdvözlet!

Sajnos egy teljes rendszer frissítés (oprendszer/kernel) betett az eddig működő élő kameraképnek. :(

uname -ar

5.8.10-050810-generic #202009171232 SMP Thu Sep 17 12:34:50 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux --> sudo wget https://raw.githubusercontent.com/pimlie/ubuntu-mainline-kernel.sh/master/ubuntu-mainline-kernel.sh

sudo ./ubuntu-mainline-kernel.sh -c
Finding latest version available on kernel.ubuntu.com: v5.8.10
Finding latest installed version: v5.8.10

A script ami eddig ment rendesen: ffmpeg -an -rtsp_transport tcp -hwaccel_output_format cuda -i "${RTSP}" -pix_fmt yuv420p  -vcodec h264_nvenc -c:v h264_nvenc -r 25 -s:v 1280x720 -b:v 1024k -f flv "${RTMP}"

A hibák, amiket kapok a script lefuttatásakor:

[swscaler @ 0x55974da39700] deprecated pixel format used, make sure you did set range correctly

[flv @ 0x55974d6d3e00] Failed to update header with correct duration.148.3kbits/s dup=0 drop=5 speed=1.07x
[flv @ 0x55974d6d3e00] Failed to update header with correct filesize.

Valamint a hiba a jwplayernél a weboldalon: This video file cannot be played.(Error Code: 232011) --> leírás a hibáról: https://developer.jwplayer.com/jwplayer/docs/jw8-player-errors-reference

A VGA kártya: GeForce GT730

Nvidia driver verzió: 450.66 --> wget https://us.download.nvidia.com/XFree86/Linux-x86_64/450.66/NVIDIA-Linux-x86_64-450.66.run

Hol lehet a hiba, és hogyan lehet orvosolni?

Előre is köszönöm a sok sok segítséget!!!

Hozzászólások

-pix_fmt yuv420p

és a

[swscaler @ 0x55974da39700] deprecated pixel format used

közötti összefüggést kellene megvizsgálni közelebbről.

Én még első körben, tesztképpen kikapcsolnám a hardveres gyorsítást is, kivenném az ffmpeg paraméterei közül. Azt nem látom, hogy hányas Ubuntu. Az NV driver és kernel verziója jónak tűnik, elég friss, a többi változó (pl. mesa verzió, böngésző verziója) nem ismert az egyenletben. Sőt, ahogy nézem, egy régi Java/Flash-es webmegoldásról van szó, amit feltehetőleg már rég nem gondoznak.

A computer is like air conditioning – it becomes useless when you open Windows.” (Linus Torvalds)

És a hardveres gyorsítást kivetted próbaképp? Azaz az hwaccel kapcsolót, meg a kódeknél az _nvenc részeket törölni kell. Lehet lassú lesz, meg procizabáló, ez most nem is lényeg, csak hogy működésre lehet-e így bírni, mert akkor biztosan tudnánk, hogy a hardveres gyorsítás miatt nem megy.

A computer is like air conditioning – it becomes useless when you open Windows.” (Linus Torvalds)

ffmpeg -an -rtsp_transport tcp "${RTSP}" -pix_fmt yuv420p -vcodec h264 -c:v h264 -r 25 -s:v 1280x720 -b:v 1024k -f flv "${RTMP}" --> így gondoltad?

sudo ./st1.sh
ffmpeg version 4.2.4-1ubuntu0.1 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 9 (Ubuntu 9.3.0-10ubuntu2)
  configuration: --prefix=/usr --extra-version=1ubuntu0.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-nvenc --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
  libavutil      56. 31.100 / 56. 31.100
  libavcodec     58. 54.100 / 58. 54.100
  libavformat    58. 29.100 / 58. 29.100
  libavdevice    58.  8.100 / 58.  8.100
  libavfilter     7. 57.100 /  7. 57.100
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  5.100 /  5.  5.100
  libswresample   3.  5.100 /  3.  5.100
  libpostproc    55.  5.100 / 55.  5.100
[NULL @ 0x56305bca08c0] Unable to find a suitable output format for 'rtsp://guest:felhasznev@IP_cim:554'
rtsp://guest:felhasznev@IP_cim:554: Invalid argument

Igen, így gondoltam, vagyis olyan formában, hogy működjön. Nem tudom melyik kapcsoló kéne neki, megadjuk milyen formátumban lesz a célvideó streamje. Elvileg meg van neki adva a kódeknél, hogy h264, meg a formátumnál flv, de ha így se akarja a tutit, akkor nincs ötletem.

A computer is like air conditioning – it becomes useless when you open Windows.” (Linus Torvalds)

Első körben kipróbálnám, hogy rtmp kimenet helyett csak mp4 vagy mkv teszt file-ba mentsen el egy rövid videót (pl.: 30 mp).

A -loglevel paraméterrel (pl.: -loglevel debug) megnézném megjelenik-e valami releváns információ.

Ekkor ffprobe tool-al és valami lejátszóval (vlc, ffplay, mplayer) bele néznék, hogy sikerült-e a mentés.

Ha nem sikerült, akkor kipróbálnám egy másik codec-el. Ha azzal megy, akkor az nvidia hw encoder-el van valami gond.

sudo nvidia-smi
Tue Sep 22 21:24:13 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 450.66       Driver Version: 450.66       CUDA Version: 11.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  GeForce GT 730      Off  | 00000000:01:00.0 N/A |                  N/A |
| N/A   34C    P0    N/A /  N/A |      0MiB /  2000MiB |     N/A      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+

Szerkesztve: 2020. 09. 22., k – 21:28

 sudo ./st1.sh
ffmpeg version 4.2.4-1ubuntu0.1 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 9 (Ubuntu 9.3.0-10ubuntu2)
  configuration: --prefix=/usr --extra-version=1ubuntu0.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-nvenc --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
  libavutil      56. 31.100 / 56. 31.100
  libavcodec     58. 54.100 / 58. 54.100
  libavformat    58. 29.100 / 58. 29.100
  libavdevice    58.  8.100 / 58.  8.100
  libavfilter     7. 57.100 /  7. 57.100
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  5.100 /  5.  5.100
  libswresample   3.  5.100 /  3.  5.100
  libpostproc    55.  5.100 / 55.  5.100
Input #0, rtsp, from 'rtsp://guest:felhasznev@IP_CIM:554':
  Metadata:
    title           : Media Presentation
  Duration: N/A, start: 0.240000, bitrate: N/A
    Stream #0:0: Video: h264 (Main), yuvj420p(pc, bt709, progressive), 2304x1296, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_nvenc))
Press [q] to stop, [?] for help
[swscaler @ 0x5612b63faa00] deprecated pixel format used, make sure you did set range correctly
Output #0, flv, to 'rtmp://****hu/livepkgr/***?adbe-live-event=liveevent':
  Metadata:
    title           : Media Presentation
    encoder         : Lavf58.29.100
    Stream #0:0: Video: h264 (h264_nvenc) (Main) ([7][0][0][0] / 0x0007), yuv420p, 1280x720, q=-1--1, 1024 kb/s, 25 fps, 1k tbn, 25 tbc
    Metadata:
      encoder         : Lavc58.54.100 h264_nvenc
    Side data:
      cpb: bitrate max/min/avg: 0/0/1024000 buffer size: 2048000 vbv_delay: -1
[flv @ 0x5612b6037980] Failed to update header with correct duration.126.3kbits/s dup=0 drop=5 speed=1.04x
[flv @ 0x5612b6037980] Failed to update header with correct filesize.
frame=  553 fps= 26 q=24.0 Lsize=    3060kB time=00:00:22.08 bitrate=1135.4kbits/s dup=0 drop=5 speed=1.04x
video:3049kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.364671%
Exiting normally, received signal 2.

Ami hibákat találtam még:

[h264 @ 0x55669f7eb340] unknown SEI type 229
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3op=5 speed=1.02x
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3op=5 speed=1.02x
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3op=5 speed=1.02x
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3op=5 speed=1.02x
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[NULL @ 0x55669f562380] unknown SEI type 229
[h264 @ 0x55669f583380] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x55669f583380] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 0x55669f583380] unknown SEI type 229
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3op=5 speed=1.02x
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3op=5 speed=1.02x
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3op=5 speed=1.02x
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f6f5700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f583380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3
[h264 @ 0x55669f7eb340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 3op=5 speed=1.02x
 

Csak egy tipp, de hátha. Magán a kamerán firmware frissítés?