Main filter error failed to create video converter

Господа, всем доброго времени! Позвольте немного оживить тему и обратится к местным профессионалам. Хочу сразу сказать, не пользуемся WTware в данном случае. Есть слабенький пк, к которому подрублен небольшой монитор. ПК на Вин10. Задача такая, мозаикой вывести 4 камеры, в целом это получилось, НО! Камеры постоянно отваливаются, могут через секунду, могут через 15 минут, может сначала одна потом все, какие только параметры конфига я не пробовал, все без результатно, камеры разные, отваливаются все, пробовал снизить качество потока, тоже не вышло... подскажите куда копать, уже пол года маюсь! Заранее спасибо! Вот на данный момент конфиг выглядит так:

Господа, всем доброго времени! Позвольте немного оживить тему и обратится к местным профессионалам.
Хочу сразу сказать, не пользуемся WTware в данном случае. Есть слабенький пк, к которому подрублен небольшой монитор. ПК на Вин10.
Задача такая, мозаикой вывести 4 камеры, в целом это получилось, НО! Камеры постоянно отваливаются, могут через секунду, могут через 15 минут, может сначала одна потом все, какие только параметры конфига я не пробовал, все без результатно, камеры разные, отваливаются все, пробовал снизить качество потока, тоже не вышло… подскажите куда копать, уже пол года маюсь! Заранее спасибо! Вот на данный момент конфиг выглядит так:

Код: Выделить всё

# VLC media player VLM command batch
# http://www.videolan.org/vlc/

new ch1 broadcast enabled
setup ch1 input "rtsp://192.168.0.32:554/user=admin_password=0_channel=1_stream=1.sdp?real_stream"
setup ch1 output #mosaic-bridge{id=ch1,width=400,height=240}
new ch2 broadcast enabled
setup ch2 input "rtsp://192.168.0.32:554/user=admin_password=0_channel=2_stream=1.sdp?real_stream"
setup ch2 output #mosaic-bridge{id=ch2,width=400,height=240}
new ch3 broadcast enabled
setup ch3 input "rtsp://192.168.0.32:554/user=admin_password=0_channel=4_stream=1.sdp?real_stream"
setup ch3 output #mosaic-bridge{id=ch3,width=400,height=240}
new ch4 broadcast enabled
setup ch4 input "rtsp://192.168.0.32:554/user=admin_password=0_channel=7_stream=1.sdp?real_stream"
setup ch4 output #mosaic-bridge{id=ch4,width=400,height=240}
new bg broadcast enabled
setup bg input "mask.jpg"
setup bg output #transcode{--file-caching=2,-L,--loop,--no-loop,vcodec=mp4v,ab=64,vb=1,fps=0,channels=4,sfilter=mosaic{alpha=255,width=800,height=480,cols=2,rows=2,position=1,order="ch1,ch2,ch3,ch4",keep-aspect-ratio=enabled,mosaic-align=4,keep-picture=4}}:bridge-in{offset=10}:display
setup bg option image-duration=-1

control bg play
control ch1 play
control ch2 play
control ch3 play
control ch4 play

# end of mosaic batch

игрался с настройками vb, fps, file-caching, но ощущение что все безтолку. VLC стоит 2.1.5

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

matipa

Level 1
Level 1
Posts: 7
Joined: Mon Feb 11, 2019 1:40 pm

VLC crashing

Since updating to 19.1 VLC crashes immediately after opening a video file. On the terminal I get these messages:
[00007ff318c7e930] chain filter error: Too high level of recursion (3)
[00007ff3180df2b0] main filter error: Failed to create video converter
LOTS of those, then:
[00007ff3240d1c30] main video output error: Failed to create video converter
[00007ff3240d1c30] main video output error: Failed to compensate for the format changes, removing all filters
[00007ff3180df2b0] gradfun filter error: Unsupported chroma (VDV0)
Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory
and finally:
[00007ff3240d1c30] main video output error: Failed to create video converter
[00007ff3240d1c30] main video output error: Failed to compensate for the format changes, removing all filters
Segmentation fault (core dumped)

I have installed VDPAU from software manager (without the slightest idea what that might be…) without any luck
Any idea what might trigger the fault?
Thanks
Thomas

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.

Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

frankciscoatl

Level 1
Level 1
Posts: 1
Joined: Sat Apr 18, 2020 8:08 pm

Re: VLC crashing

Post

by frankciscoatl » Sat Apr 18, 2020 8:10 pm

I have the same problem, I tried rm -rf .config/vlc/ on the terminal but it keeps happening, every time I try to cast it crashes :(

User avatar

trytip

Level 14
Level 14
Posts: 5311
Joined: Tue Jul 05, 2016 1:20 pm

Re: VLC crashing

Post

by trytip » Sun Apr 19, 2020 1:42 pm

frankciscoatl wrote: ↑

Sat Apr 18, 2020 8:10 pm


I have the same problem, I tried rm -rf .config/vlc/ on the terminal but it keeps happening, every time I try to cast it crashes :(

open Terminal type vlc SPACE drag a video and hit ENTER
post the output

Image

I compiled libva-v4l2-request release-2019.03 on H3 with kernel 5.3.0-rc3 (sunxi-cedrus module enabled and loaded) and also added some debug logging to parts of libva-v4l2-request to see where it’s failing. Here is what I found:

1. H264 capability is being reported from vainfo on kernel 5.3:

Spoiler

drice@orangepilite:~$ vainfo
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns -1
libva info: User requested driver ‘v4l2_request’
libva info: Trying to open /usr/lib/arm-linux-gnueabihf/dri/v4l2_request_drv_video.so
libva info: Found init function __vaDriverInit_1_1
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.1 (libva 2.1.0)
vainfo: Driver version: v4l2-request
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            :    VAEntrypointVLD
      VAProfileMPEG2Main              :    VAEntrypointVLD
      VAProfileH264Main               :    VAEntrypointVLD
      VAProfileH264High               :    VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:    VAEntrypointVLD
      VAProfileH264MultiviewHigh      :    VAEntrypointVLD
      VAProfileH264StereoHigh         :    VAEntrypointVLD
 

2. Using mpv, it seems like it might be trying to open the same device twice or calling some ioctl that it’s not supposed to call twice. Notice how the first ioctl returns 0 but then it looks like it makes the same call again and returns -1:

Spoiler

drice@orangepilite:~$ mpv —vo=vaapi —hwdec=vaapi Videos/big_buck_bunny_720p_MPEG2_MP2_25fps_3600K.mpeg 
Playing: Videos/big_buck_bunny_720p_MPEG2_MP2_25fps_3600K.mpeg
 (+) Video —vid=1 (mpeg2video 1280×720 25.000fps)
 (+) Audio —aid=1 (mp2 2ch 44100Hz)
[vo/vaapi] OSD format not supported. Disabling OSD.
[vo/vaapi] vaQueryDisplayAttributes(): the requested function is not implemented
v4l2-request: in v4l2_set_format
v4l2-request: type=1, width=1280, height=720, pixelformat=842094158
v4l2-request: in v4l2_setup_format
v4l2-request: type is 1
v4l2-request: is_output is false
v4l2-request: is_mplane is false
v4l2-request: returning from v4l2_setup_format
v4l2-request: calling ioctl VIDIOC_S_FMT on fd 13
v4l2-request: ioctl returned 0
v4l2-request: returning from v4l2_set_format
v4l2-request: in v4l2_set_format
v4l2-request: type=1, width=1280, height=720, pixelformat=842094158
v4l2-request: in v4l2_setup_format
v4l2-request: type is 1
v4l2-request: is_output is false
v4l2-request: is_mplane is false
v4l2-request: returning from v4l2_setup_format
v4l2-request: calling ioctl VIDIOC_S_FMT on fd 13
v4l2-request: ioctl returned -1
v4l2-request: Unable to set format for type 1: Device or resource busy
v4l2-request: returning from v4l2_set_format
[ffmpeg] AVHWFramesContext: Failed to create surface: 1 (operation failed).
Failed to allocate hw frames.
AO: [pulse] 44100Hz stereo 2ch s16
Using conversion filter.
VO: [vaapi] 1280×720 nv12
v4l2-request: in v4l2_set_format
v4l2-request: type=1, width=1280, height=720, pixelformat=842094158
v4l2-request: in v4l2_setup_format
v4l2-request: type is 1
v4l2-request: is_output is false
v4l2-request: is_mplane is false
v4l2-request: returning from v4l2_setup_format
v4l2-request: calling ioctl VIDIOC_S_FMT on fd 13
v4l2-request: ioctl returned -1
v4l2-request: Unable to set format for type 1: Device or resource busy
v4l2-request: returning from v4l2_set_format
[vaapi] vaCreateSurfaces(): operation failed
Could not initialize video chain.
Video: no video
A: 00:00:01 / 00:01:14 (2%)


Exiting… (Quit)
 

3. Using vlc, it calls the ioctl twice, but once for an input and once for an output (see the is_output variable, which I added for logging purposes). It seems like it makes it further in the process, but then the errors seen at the end appear continuously until I stop the video (this is the same MPEG2 video as with mpv):

Spoiler

drice@orangepilite:~$ vlc
VLC media player 3.0.7.1 Vetinari (revision 3.0.7.1-0-gf3940db4af)
[018e1258] main libvlc: Running vlc with the default interface. Use ‘cvlc’ to use vlc without interface.
libEGL warning: DRI2: failed to authenticate
[01937b20] main playlist: playlist is empty
Gtk-Message: 23:18:37.545: GtkDialog mapped without a transient parent. This is discouraged.
[0197d720] main filter error: Failed to create video converter
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns -1
libva info: User requested driver ‘v4l2_request’
libva info: Trying to open /usr/lib/arm-linux-gnueabihf/dri/v4l2_request_drv_video.so
libva info: Found init function __vaDriverInit_1_1
libva info: va_openDriver() returns 0
v4l2-request: in v4l2_set_format
v4l2-request: type=1, width=1280, height=720, pixelformat=842094158
v4l2-request: in v4l2_setup_format
v4l2-request: type is 1
v4l2-request: is_output is false
v4l2-request: is_mplane is false
v4l2-request: returning from v4l2_setup_format
v4l2-request: calling ioctl VIDIOC_S_FMT on fd 42
v4l2-request: ioctl returned 0
v4l2-request: returning from v4l2_set_format
v4l2-request: calling v4l2_set_format() from RequestCreateContext
v4l2-request: in v4l2_set_format
v4l2-request: type=2, width=1280, height=720, pixelformat=1395803981
v4l2-request: in v4l2_setup_format
v4l2-request: type is 2
v4l2-request: is_output is true
v4l2-request: is_mplane is false
v4l2-request: returning from v4l2_setup_format
v4l2-request: calling ioctl VIDIOC_S_FMT on fd 42
v4l2-request: ioctl returned 0
v4l2-request: returning from v4l2_set_format
[9c508240] avcodec decoder: Using v4l2-request for hardware decoding
[9c508240] main decoder error: buffer deadlock prevented
[0198f630] blend blend error: no matching alpha blending routine (chroma: YUVA -> VAOP)
[0198f630] main blend error: blending YUVA to VAOP failed
[0198f630] blend blend error: no matching alpha blending routine (chroma: YUVA -> VAOP)
 

The same general pattern occurs when playing H264 with VLC, but the repeating errors are different.

I’ll add more logging when/if I can, but in the meantime I’m posting this info to see if anyone understands it better than I do.

WaziRiPi

Posts: 147
Joined: Sun Nov 20, 2016 10:17 am

Raspberry Pi Play HEVC and H264 with VLC

Hello everyone,

When I play H265 with CM3+ it result CPU %30, when I open same stream with CM4 it uses %60. I also try with Rpi4 it gives same result with CM4 as expected. CM3+ has better performance than CM4, it is really weird.

I will write terminal Logs, what is the best way to play both h265 and h264 rtsp streams.

CM4 Top output:

Code: Select all

PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND           
29960 pi        20   0  469056  98080  72552 S  69,5   5,1   4:36.83 vlc

Log for CM4

Code: Select all

[01791418] main playlist: playlist is empty
Created new TCP socket 20 for connection
[aa188de0] mmal_avcodec decoder: Looking for HEVC decoder 'hevc'
[aa188de0] main decoder error: buffer deadlock prevented
[aa1cea48] main decoder error: buffer deadlock prevented
[aa188de0] mmal_avcodec decoder: Looking for HEVC decoder 'hevc'
mmal: mmal_vc_port_info_set: failed to set port info (2:0): EINVAL
mmal: mmal_vc_port_set_format: mmal_vc_port_info_set failed 0x9e757ba0 (EINVAL)
[9e7535a0] mmal_codec filter error: Failed to commit format for input port vc.ril.isp:in:0(SAND) (status=3 EINVAL)
[9e757900] chain filter error: Too high level of recursion (3)
[9e791d40] main filter error: Failed to create video converter
[9e757900] chain filter error: Too high level of recursion (3)
[9e791d40] main filter error: Failed to create video converter
[9e757900] chain filter error: Too high level of recursion (3)
[9e791d40] main filter error: Failed to create video converter
[9e757900] chain filter error: Too high level of recursion (3)
[9e791d40] main filter error: Failed to create video converter

Top output for CM3+

Code: Select all

PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND           
25059 pi        20   0  574980  35792  21420 S  29.0  11.4  90:32.60 vlc   

Log for CM3+

Code: Select all

[hevc_rpi @ 0x69c19f70] Could not find ref with POC 3
[hevc_rpi @ 0x69c44160] Could not find ref with POC 5
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 7
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 9
[hevc_rpi @ 0x69c44160] Could not find ref with POC 11
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 13
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 15
[hevc_rpi @ 0x69c44160] Could not find ref with POC 17
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 19
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 21
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[hevc_rpi @ 0x69c44160] Could not find ref with POC 4
[hevc_rpi @ 0x69c44160] Could not find ref with POC 17
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 19
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 21
[hevc_rpi @ 0x69c44160] Could not find ref with POC 23
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 25
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 27
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 1
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 3
[hevc_rpi @ 0x69c44160] Could not find ref with POC 5
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 7
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 9
[hevc_rpi @ 0x69c44160] Could not find ref with POC 11
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 13
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 15
[hevc_rpi @ 0x69c44160] Could not find ref with POC 17
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 19
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 21
[hevc_rpi @ 0x69c44160] Could not find ref with POC 23
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 25
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 27
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 1
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 3
[hevc_rpi @ 0x69c44160] Could not find ref with POC 5
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 7
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 9
[hevc_rpi @ 0x69c44160] Could not find ref with POC 11
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 13
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 15
[hevc_rpi @ 0x69c44160] Could not find ref with POC 17
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 19
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 21
[hevc_rpi @ 0x69c44160] Could not find ref with POC 23
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 25
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 27
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 1
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 3
[hevc_rpi @ 0x69c44160] Could not find ref with POC 5
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 7
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 9
[hevc_rpi @ 0x69c44160] Could not find ref with POC 11
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 13
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 15
[hevc_rpi @ 0x69c44160] Could not find ref with POC 17
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 19
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 21
[hevc_rpi @ 0x69c44160] Could not find ref with POC 23
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 25
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 27
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 1
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 3
[hevc_rpi @ 0x69c44160] Could not find ref with POC 5
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 7
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 9
[hevc_rpi @ 0x69c44160] Could not find ref with POC 11
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 13
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 15
[hevc_rpi @ 0x69c44160] Could not find ref with POC 17
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 19
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 21
[hevc_rpi @ 0x69c44160] Could not find ref with POC 23
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 25
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 27
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 1
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 3
[hevc_rpi @ 0x69c44160] Could not find ref with POC 5
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 7
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 9
[hevc_rpi @ 0x69c44160] Could not find ref with POC 11
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 13
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 15
[hevc_rpi @ 0x69c44160] Could not find ref with POC 17
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 19
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 21
[hevc_rpi @ 0x69c44160] Could not find ref with POC 23
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 25
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 27
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 1
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 3
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[6a050970] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[hevc_rpi @ 0x69c44160] Could not find ref with POC 16
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 1
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 3
[hevc_rpi @ 0x69c44160] Could not find ref with POC 5
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 7
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 9
[hevc_rpi @ 0x69c44160] Could not find ref with POC 11
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 13
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 15
[hevc_rpi @ 0x69c44160] Could not find ref with POC 17
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 19
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 21
[hevc_rpi @ 0x69c44160] Could not find ref with POC 23
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 25
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 27
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 1
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 3
[hevc_rpi @ 0x69c44160] Could not find ref with POC 5
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 7
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 9
[hevc_rpi @ 0x69c44160] Could not find ref with POC 11
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 13
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 15
[hevc_rpi @ 0x69c44160] Could not find ref with POC 17
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 19
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 21
[hevc_rpi @ 0x69c44160] Could not find ref with POC 23
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 25
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 27
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 1
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 3
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 16
[hevc_rpi @ 0x69c44160] Could not find ref with POC 18
[hevc_rpi @ 0x69c105a0] Could not find ref with POC 20
[hevc_rpi @ 0x69c19f70] Could not find ref with POC 22
Created new TCP socket 16 for connection
[69a91cb8] mmal_avcodec decoder: Looking for HEVC decoder 'hevc_rpi'
gpuserv: vc_gpuserv_init: starting initialisation
[69a91cb8] mmal_avcodec decoder: Looking for HEVC decoder 'hevc_rpi'
gpuserv: vc_gpuserv_init: starting initialisation
libEGL warning: DRI2: failed to authenticate
[69e155f0] mmal_xsplitter vout display error: Failed to open Xsplitter:opengles2 module
[hevc_rpi @ 0x662813f0] Could not find ref with POC 18
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 20
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 22
[hevc_rpi @ 0x662813f0] Could not find ref with POC 24
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 26
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 28
[hevc_rpi @ 0x662813f0] Could not find ref with POC 30
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 32
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 34
[hevc_rpi @ 0x662813f0] Could not find ref with POC 36
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 38
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 40
[hevc_rpi @ 0x662813f0] Could not find ref with POC 42
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 44
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 46
[hevc_rpi @ 0x662813f0] Could not find ref with POC 48
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 50
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 52
[hevc_rpi @ 0x662813f0] Could not find ref with POC 54
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 56
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 58
[hevc_rpi @ 0x662813f0] Could not find ref with POC 60
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 62
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 64
[hevc_rpi @ 0x662813f0] Could not find ref with POC 66
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 68
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 70
[hevc_rpi @ 0x662813f0] Could not find ref with POC 72
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 74
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 76
[hevc_rpi @ 0x662813f0] Could not find ref with POC 78
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 80
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 82
[hevc_rpi @ 0x662813f0] Could not find ref with POC 84
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 86
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 88
[hevc_rpi @ 0x662813f0] Could not find ref with POC 90
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 92
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 94
[hevc_rpi @ 0x662813f0] Could not find ref with POC 96
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 98
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 100
[hevc_rpi @ 0x662813f0] Could not find ref with POC 102
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 104
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 106
[hevc_rpi @ 0x662813f0] Could not find ref with POC 108
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 110
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 112
[hevc_rpi @ 0x662813f0] Could not find ref with POC 114
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 116
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 118
[hevc_rpi @ 0x662813f0] Could not find ref with POC 120
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 122
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 124
[hevc_rpi @ 0x662813f0] Could not find ref with POC 126
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 128
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 130
[hevc_rpi @ 0x662813f0] Could not find ref with POC 132
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 134
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 136
[hevc_rpi @ 0x662813f0] Could not find ref with POC 138
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 140
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 142
[hevc_rpi @ 0x662813f0] Could not find ref with POC 144
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 146
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 148
[hevc_rpi @ 0x662813f0] Could not find ref with POC 150
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 152
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 154
[hevc_rpi @ 0x662813f0] Could not find ref with POC 156
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 158
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 160
[hevc_rpi @ 0x662813f0] Could not find ref with POC 162
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 164
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 166
[hevc_rpi @ 0x662813f0] Could not find ref with POC 168
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 170
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 172
[hevc_rpi @ 0x662813f0] Could not find ref with POC 174
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 176
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 178
[hevc_rpi @ 0x662813f0] Could not find ref with POC 180
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 182
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 184
[hevc_rpi @ 0x662813f0] Could not find ref with POC 186
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 188
[69a91cb8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69a91cb8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69a91cb8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69a91cb8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69a91cb8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69a91cb8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69a91cb8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69a91cb8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69a91cb8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69a91cb8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69a91cb8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69a91cb8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 201
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 214
[hevc_rpi @ 0x662813f0] Could not find ref with POC 216
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 218
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 220
[hevc_rpi @ 0x662813f0] Could not find ref with POC 222
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 224
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 226
[hevc_rpi @ 0x662813f0] Could not find ref with POC 228
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 230
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 232
[hevc_rpi @ 0x662813f0] Could not find ref with POC 234
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 236
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 238
[hevc_rpi @ 0x662813f0] Could not find ref with POC 240
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 242
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 244
[hevc_rpi @ 0x662813f0] Could not find ref with POC 246
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 248
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 250
[hevc_rpi @ 0x662813f0] Could not find ref with POC 252
[hevc_rpi @ 0x65e2cde0] Could not find ref with POC 254
[hevc_rpi @ 0x605e2ed0] Could not find ref with POC 256
[hevc_rpi @ 0x662813f0] Could not find ref with POC 258
[69e009a0] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 1000 ms)
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a91cb8] main decoder error: buffer deadlock prevented
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
[69a922e0] hevc packetizer: Waiting for VPS/SPS/PPS
Created new TCP socket 21 for connection
[016b5098] mmal_codec decoder: VCSM init succeeded: Legacy
[016b5098] mmal_codec decoder: VCSM init succeeded: Legacy
[016b5098] main decoder error: buffer deadlock prevented
libEGL warning: DRI2: failed to authenticate
[71025d00] mmal_xsplitter vout display error: Failed to open Xsplitter:opengles2 module
Created new TCP socket 18 for connection
[016ed4e8] mmal_avcodec decoder: Looking for HEVC decoder 'hevc_rpi'
gpuserv: vc_gpuserv_init: starting initialisation
[016ed4e8] mmal_avcodec decoder: Looking for HEVC decoder 'hevc_rpi'
gpuserv: vc_gpuserv_init: starting initialisation
libEGL warning: DRI2: failed to authenticate
[71025d00] mmal_xsplitter vout display error: Failed to open Xsplitter:opengles2 module
[hevc_rpi @ 0x7109e860] Could not find ref with POC 16
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 18
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 20
[hevc_rpi @ 0x7109e860] Could not find ref with POC 22
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 24
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 26
[hevc_rpi @ 0x7109e860] Could not find ref with POC 28
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 30
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 32
[hevc_rpi @ 0x7109e860] Could not find ref with POC 34
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 36
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 38
[hevc_rpi @ 0x7109e860] Could not find ref with POC 40
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 42
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 44
[hevc_rpi @ 0x7109e860] Could not find ref with POC 46
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 48
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 50
[hevc_rpi @ 0x7109e860] Could not find ref with POC 52
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 54
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 56
[hevc_rpi @ 0x7109e860] Could not find ref with POC 58
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 60
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 62
[hevc_rpi @ 0x7109e860] Could not find ref with POC 64
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 66
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 68
[hevc_rpi @ 0x7109e860] Could not find ref with POC 70
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 72
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 74
[hevc_rpi @ 0x7109e860] Could not find ref with POC 76
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 78
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 80
[hevc_rpi @ 0x7109e860] Could not find ref with POC 82
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 84
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 86
[hevc_rpi @ 0x7109e860] Could not find ref with POC 88
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 90
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 92
[hevc_rpi @ 0x7109e860] Could not find ref with POC 94
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 96
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 98
[hevc_rpi @ 0x7109e860] Could not find ref with POC 100
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 102
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 104
[hevc_rpi @ 0x7109e860] Could not find ref with POC 106
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 108
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 110
[hevc_rpi @ 0x7109e860] Could not find ref with POC 112
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 114
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 116
[hevc_rpi @ 0x7109e860] Could not find ref with POC 118
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 120
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 122
[hevc_rpi @ 0x7109e860] Could not find ref with POC 124
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 126
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 128
[hevc_rpi @ 0x7109e860] Could not find ref with POC 130
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 132
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 134
[hevc_rpi @ 0x7109e860] Could not find ref with POC 136
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 138
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 140
[hevc_rpi @ 0x7109e860] Could not find ref with POC 142
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 144
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 146
[hevc_rpi @ 0x7109e860] Could not find ref with POC 148
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 150
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 152
[hevc_rpi @ 0x7109e860] Could not find ref with POC 154
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 156
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 158
[hevc_rpi @ 0x7109e860] Could not find ref with POC 160
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 162
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 164
[hevc_rpi @ 0x7109e860] Could not find ref with POC 166
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 168
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 170
[hevc_rpi @ 0x7109e860] Could not find ref with POC 172
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 174
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 176
[hevc_rpi @ 0x7109e860] Could not find ref with POC 275
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 277
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 279
[hevc_rpi @ 0x7109e860] Could not find ref with POC 281
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 283
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 285
[hevc_rpi @ 0x7109e860] Could not find ref with POC 287
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 289
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 291
[hevc_rpi @ 0x7109e860] Could not find ref with POC 293
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 295
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 297
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 1
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 3
[hevc_rpi @ 0x7109e860] Could not find ref with POC 5
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 7
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 9
[hevc_rpi @ 0x7109e860] Could not find ref with POC 11
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 13
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 15
[hevc_rpi @ 0x7109e860] Could not find ref with POC 17
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 19
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 21
[hevc_rpi @ 0x7109e860] Could not find ref with POC 23
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 25
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 27
[hevc_rpi @ 0x7109e860] Could not find ref with POC 29
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 31
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 33
[hevc_rpi @ 0x7109e860] Could not find ref with POC 35
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 37
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 39
[hevc_rpi @ 0x7109e860] Could not find ref with POC 41
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 43
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 45
[hevc_rpi @ 0x7109e860] Could not find ref with POC 47
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 51
[hevc_rpi @ 0x7109e860] Could not find ref with POC 53
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 55
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 57
[hevc_rpi @ 0x7109e860] Could not find ref with POC 59
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 61
[016ed4e8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[016ed4e8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[016ed4e8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[016ed4e8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[016ed4e8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[016ed4e8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[016ed4e8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[016ed4e8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[016ed4e8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[016ed4e8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[016ed4e8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[016ed4e8] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 74
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 87
[hevc_rpi @ 0x7109e860] Could not find ref with POC 89
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 91
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 93
[hevc_rpi @ 0x7109e860] Could not find ref with POC 95
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 97
[hevc_rpi @ 0x7109e860] Could not find ref with POC 101
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 103
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 105
[hevc_rpi @ 0x7109e860] Could not find ref with POC 107
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 109
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 111
[hevc_rpi @ 0x7109e860] Could not find ref with POC 113
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 115
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 117
[hevc_rpi @ 0x7109e860] Could not find ref with POC 119
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 121
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 123
[hevc_rpi @ 0x7109e860] Could not find ref with POC 125
[hevc_rpi @ 0x7107c3b0] Could not find ref with POC 127
[hevc_rpi @ 0x7105fa60] Could not find ref with POC 129
[hevc_rpi @ 0x7109e860] Could not find ref with POC 131
Created new TCP socket 19 for connection
[69aa0288] mmal_codec decoder: VCSM init succeeded: Legacy
[69aa0288] mmal_codec decoder: VCSM init succeeded: Legacy
libEGL warning: DRI2: failed to authenticate
[71085678] mmal_xsplitter vout display error: Failed to open Xsplitter:opengles2 module
[69aa0288] main decoder error: buffer deadlock prevented
Created new TCP socket 18 for connection
Created new TCP socket 15 for connection
[69ce8dd0] mmal_avcodec decoder: Looking for HEVC decoder 'hevc_rpi'
gpuserv: vc_gpuserv_init: starting initialisation
[69ce8dd0] mmal_avcodec decoder: Looking for HEVC decoder 'hevc_rpi'
gpuserv: vc_gpuserv_init: starting initialisation
libEGL warning: DRI2: failed to authenticate
[6a0ab2a8] mmal_xsplitter vout display error: Failed to open Xsplitter:opengles2 module
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 20
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 22
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 24
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 26
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 28
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 30
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 32
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 34
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 36
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 38
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 40
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 42
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 44
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 46
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 48
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 0
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 2
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 4
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 6
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 8
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 10
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 0
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 2
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 4
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 6
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 8
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 10
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 12
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 14
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 16
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 18
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 20
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 22
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 24
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 26
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 28
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 30
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 32
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 34
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 36
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 38
[69ce8dd0] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69ce8dd0] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69ce8dd0] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69ce8dd0] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69ce8dd0] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69ce8dd0] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69ce8dd0] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69ce8dd0] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69ce8dd0] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69ce8dd0] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69ce8dd0] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[69ce8dd0] mmal_avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 1
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 14
[hevc_rpi @ 0x69b04fc0] Could not find ref with POC 16
[hevc_rpi @ 0x69b99b60] Could not find ref with POC 18
[hevc_rpi @ 0x69ba5fb0] Could not find ref with POC 20
Created new TCP socket 15 for connection
Created new TCP socket 15 for connection
[71056c38] mmal_codec decoder: VCSM init succeeded: Legacy
[71056c38] mmal_codec decoder: VCSM init succeeded: Legacy
libEGL warning: DRI2: failed to authenticate
[7101c300] mmal_xsplitter vout display error: Failed to open Xsplitter:opengles2 module
[71056c38] main decoder error: buffer deadlock prevented
[69e11280] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 1000 ms)
[71056c38] main decoder error: buffer deadlock prevented
[69e11280] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 1687 ms)
[71056c38] main decoder error: buffer deadlock prevented
[69e11280] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 1787 ms)
[71056c38] main decoder error: buffer deadlock prevented
[016798d0] alsa audio output error: cannot estimate delay: Broken pipe
            






Created new TCP socket 16 for connection
[016b6150] mmal_codec decoder: VCSM init succeeded: Legacy
[016b6150] mmal_codec decoder: VCSM init succeeded: Legacy
libEGL warning: DRI2: failed to authenticate
[016afec0] mmal_xsplitter vout display error: Failed to open Xsplitter:opengles2 module
[016b6150] main decoder error: buffer deadlock prevented


Created new TCP socket 16 for connection
Created new TCP socket 18 for connection
[69a961b8] mmal_avcodec decoder: Looking for HEVC decoder 'hevc_rpi'
gpuserv: vc_gpuserv_init: starting initialisation
[69a961b8] mmal_avcodec decoder: Looking for HEVC decoder 'hevc_rpi'
gpuserv: vc_gpuserv_init: starting initialisation
libEGL warning: DRI2: failed to authenticate
[69e70450] mmal_xsplitter vout display error: Failed to open Xsplitter:opengles2 module
[hevc_rpi @ 0x16c2600] Could not find ref with POC 21
[hevc_rpi @ 0x16ea0a0] Could not find ref with POC 23
[hevc_rpi @ 0x16ade60] Could not find ref with POC 25
[hevc_rpi @ 0x16c2600] Could not find ref with POC 27
[hevc_rpi @ 0x16ea0a0] Could not find ref with POC 29



WaziRiPi

Posts: 147
Joined: Sun Nov 20, 2016 10:17 am

Re: Raspberry Pi Play HEVC and H264 with VLC

Mon Dec 14, 2020 9:05 am

Another thing is I connect Rpi with VNC, VNC is uses less CPU at Rpi4 than CM3+. So, for h265 playing Rpi4 really uses more CPU than CM3+. It is very interesting.


WaziRiPi

Posts: 147
Joined: Sun Nov 20, 2016 10:17 am

Re: Raspberry Pi Play HEVC and H264 with VLC

Mon Dec 14, 2020 10:25 am

By the way if play with ffplay Rpi 4 it plays better.

What is the best way to play streams?

Rpi 4 Kernel: Linux raspberrypi 5.4.79-v7l+ #1373 SMP Mon Nov 23 13:27:40 GMT 2020 armv7l GNU/Linux
Rpi 4 top output

Code: Select all

 
PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                       
1224 pi        20   0  500288 111108  73536 S  66,6   7,6  47:17.90 vlc                                                           
13737 pi        20   0  410168  76256  47688 S  26,8   5,2   1:42.26 ffplay                                                        
588 root      20   0  181472  72320  53784 S  22,2   4,9   9:40.94 Xorg                                                          
483 root      20   0   34784  21716  12304 R  16,2   1,5   8:44.73 vncserver-x11-c    

CM3+ Kernel: Linux localhost 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l GNU/Linux
This is the CM3+ top output

Code: Select all

PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                       
29835 root      20   0  356340  25260   5180 S  59.4   8.0   2:12.58 ffplay                                                        
470 root      20   0   58496  15840   8364 R  26.7   5.0 175:06.42 vncserver-x11-c                                               
674 root      20   0  235308  22240  18000 S  25.4   7.1   1126:37 Xorg                                                          
24947 pi        20   0  588180  28916  18508 S   7.6   9.2  12:47.09 vlc                                                           


WaziRiPi

Posts: 147
Joined: Sun Nov 20, 2016 10:17 am

Re: Raspberry Pi Play HEVC and H264 with VLC

Mon Dec 14, 2020 11:31 am

I was testing those with sub stream of camera,

I open main stream with VLC at CM3+, and Rpi4. Still CM3+ performance is better.



greg.ooi

Posts: 13
Joined: Fri May 28, 2021 7:25 am
Location: Australia

Re: Raspberry Pi Play HEVC and H264 with VLC

Fri May 28, 2021 11:05 am

HEVC decode also depends on the file format.
If any of you have issues on HEVC video playback, always run through
the file using Handbrake.
Select Apple HEVC 2160p format or any other Apple HEVC resolution.

Hope some of you find this tip useful.

On RPI4, HEVC decode on 3840×2160 30Hz on HDMI-1 port (the 1st port) TV works fine.
Check hardware is enabled.
cat /proc/device-tree/soc/firmwarekms@7e600000/status
cat /proc/device-tree/v3dbus/v3d@7ec04000/status

run sudo apt-get install libgles2-mesa libgles2-mesa-dev xorg-dev
try
dtoverlay=vc4-fkms-v3d,cma-128
or
dtoverlay=vc4-fkms-v3d
gpu_mem=256 (good enough)

On VLC
VLC
Preferences>Video
Output=MMAL x11 splitter for Raspberry Pi
run fullscreen HDMI-1 only.

Video HEVC mp4 (not mkv)
https://s3.amazonaws.com/senkorasic.com … K-HEVC.mp4


Return to “Advanced users”

Понравилась статья? Поделить с друзьями:
  • Main file data integrity crc error
  • Main executable как исправить
  • Main error unable to locate appender serverguiconsole for logger config root
  • Make menuselect error
  • Main error unable to locate appender console for logger config root