Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update FFmpeg to version 5.1 #627

Closed
wants to merge 24 commits into from
Closed

Conversation

ulmus-scott
Copy link
Contributor

@bennettpeter It compiles but I'm not really satisfied with some of the changes, particularly replacing the removed, deprecated av_encode_video2. I just copied the code from the audio version, but I don't use the transcode functionality so I couldn't test it.

I also disabled the dts seeking hack, see 1962fae , and it seems to still work in my testing.

The constification of AVCodec, etc., was annoying to fix but a reasonable change.

There are many, many new deprecation warnings I have not rectified, but I think should be fairly trivial. However, I wanted the "just compile it" part reviewed first.

Checklist

@bennettpeter
Copy link
Member

I have merged this into devel/ffmpeg-resync

@bennettpeter
Copy link
Member

I have cherry-picked these two commits into devel/ffmpeg-resync

@bennettpeter
Copy link
Member

I have cherry-picked the two new commits into devel/ffmeg-resync

@ulmus-scott ulmus-scott marked this pull request as ready for review September 4, 2022 01:19
@ulmus-scott
Copy link
Contributor Author

ulmus-scott commented Sep 4, 2022

@bennettpeter I am now satisfied with the changes. When you cherry-pick my new commits, send out a call for testing on the dev mailing list. Edit: I'll do it. I need confirmation that downmixing AC-3 works on non SSE2 platforms (i.e. via FFmpeg's codecs' private option "downmix").

Remember, you will need to revert 88632cd before merging back into master.

@ulmus-scott
Copy link
Contributor Author

@kmdewaal Could you test this attached patch with either this pull request or devel/ffmpeg-resync to test if https://trac.ffmpeg.org/ticket/9532 is still a bug? Apply the patch in the mythtv/external/FFmpeg folder and test VDPAU decoding with your sample.

@bennettpeter
Copy link
Member

bennettpeter commented Sep 5, 2022

I have cherry-picked these three commits.

I have found a bug when playing an mpeg-2 recording that has no seek table. If an mpeg-2 recording is put in the video directory or an mpeg-2 recording's seek table is removed, then playback shows video length of 0 and does not allow any skip forward, not does it resume from a bookmark that was set previously.

I don't know when this started, but it happens of devel/ffmpeg-resync and does not happen on master. It happens also before these latest three commits.

A different file shows recording length 4281 hours, and another shows recording length 146 hours. These can skip forward but the progress bar is wrong.

The problem is actually with transport stream files rather than mpeg-2. mpeg-4 (h264) ts recordings placed in the videos directory have the same problem.

We have had this issue before but I cannot remember what the fix was or who fixed it.

@ulmus-scott
Copy link
Contributor Author

A different file shows recording length 4281 hours, and another shows recording length 146 hours. These can skip forward but the progress bar is wrong.

The problem is actually with transport stream files rather than mpeg-2. mpeg-4 (h264) ts recordings placed in the videos directory have the same problem.

We have had this issue before but I cannot remember what the fix was or who fixed it.

I fixed it before. The problem was you were using the original FFmpeg mpegts demuxer. However, FFmpeg looks for "mpegts" which is our version and our customization needed to be extended to look for "mpegts-ffmpeg". I can confirm the bug with my video samples and the FFmpeg demuxer and will investigate.

@ulmus-scott
Copy link
Contributor Author

I had fixed it in b105b07 but part of the customization was lost in the move from utils.c to demux.c. See the new commit for the fix.

@bennettpeter
Copy link
Member

This fixes the problem.
I have cherry-picked the new commit, rebased devel/ffmpeg-resync on master, force pushed devel/ffmpeg-resync.

@ulmus-scott
Copy link
Contributor Author

ulmus-scott commented Sep 6, 2022

It looks like you lost 592fdc5 and 8ab24d5 in your rebase.

Edit: Ignore this. GitHub's comparison missed it but 3d013bb is there and 399c942 is just listed out of order.

@bennettpeter
Copy link
Member

There was a cryptic message from git saying that two cherry-picks had been dropped because they were duplicate but I could have specified some option in my settings to keep the comments that went with them, or something to that effect.

@warpme
Copy link
Contributor

warpme commented Sep 7, 2022

Scott,

I updated v4l2_request ffmpeg code to ffmpeg5.1 and give run test for current ffmpeg-resync branch on v4l2_request platforms (Allwinner/Rockchip).

it works ok for mpeg2/hevc/vp8 content.
vp9 not tested yet.
h264 also works - but only for some content.
on some other content fe segfaults.
I tried to find what correlate to segfaults and it looks mostly like:
SD/HD TV recs. plays ok when audio is 2chan
On TV recs. with with 5.1 audio it looks fe segfaults

Below is gdb trace:
(no symbols in ffmpeg lib as full build with symbols exceeds device memory. If you will need trace with symbols - i'll need to do separate build and selectively replace relevant libs. let me know if this is required - as this consumes some time)

root@Myth-Frontend-02035e98a1bb:~ # mythfrontend.sh  gdb
Wed Sep  7 16:46:15 CEST 2022
kodi-gbm is not running ...
kodi-wayland is not running ...
kodi-x11 is not running ...
Wed Sep  7 16:46:16 CEST 2022
Runing with drawing to EGLFS and video render to DRM plane
USER=root
XINITRC=/etc/X11/xinit/xinitrc
XDG_SESSION_TYPE=tty
HOME=/root
KDE_HOME_READONLY=1
XSERVERRC=/etc/X11/xinit/xserverrc
LOGNAME=root
XCOMPOSEFILE=/usr/share/X11/locale/en_US.UTF-8/Compose
XDG_SESSION_CLASS=user
TERM=linux
USE_VDPAU_COLORKEY=1
QT_QPA_EGLFS_INTEGRATION=eglfs_kms
MYTHTV_DRM_VIDEO=1
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/libexec:/usr/lib/qt5/bin
XDG_RUNTIME_DIR=/var/run/xdg/minimyth
DISPLAY=:0.0
ICEAUTHORITY=/root/.ICEauthority
LANG=en_US.UTF-8
PERL_BADLANG=0
SHELL=/bin/ash
PWD=/root
QT_QPA_PLATFORM=eglfs
QT_PLUGIN_PATH=/usr/lib/qt5/plugins
Myth cmd.line:/usr/bin/mythfrontend --verbose playback,audio,libav --loglevel debug --syslog none --logpath /tmp/
Wed Sep  7 16:46:16 CEST 2022
Starting under GDB
GNU gdb (GDB) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "aarch64-minimyth-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from mythfrontend...
(No debugging symbols found in mythfrontend)
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0xffff782df0c0 (LWP 6410)]
Failed to move cursor on screen HDMI1: -14
Failed to move cursor on screen HDMI1: -14
Could not set cursor on screen HDMI1: -6
[New Thread 0xffff776ef0c0 (LWP 6411)]
[New Thread 0xffff76edf0c0 (LWP 6412)]
2022-09-07 16:46:18.572727 I  Exporting 'QT_QPA_EGLFS_KMS_ATOMIC=1'
2022-09-07 16:46:18.572800 I  Exporting 'QT_QPA_EGLFS_ALWAYS_SET_MODE=1'
2022-09-07 16:46:18.573757 I  /dev/dri/card0: Authenticated
2022-09-07 16:46:18.681825 I  /dev/dri/card0: Found 4 planes; 4 for this CRTC
2022-09-07 16:46:18.681842 I  /dev/dri/card0: Selected Plane #31 Overlay for video
2022-09-07 16:46:18.681952 I  /dev/dri/card0: Supported DRM video formats: NV16,NV12,NV21,NV61,P010,P210,UYVY,VYUY,YUYV,YVYU,YU11,YU12,YU16,YV11,YV12,YV16
2022-09-07 16:46:18.681958 I  /dev/dri/card0: Selected Plane #41 Overlay for GUI
2022-09-07 16:46:18.682496 I  Wrote /home/minimyth/.mythtv/eglfs_kms_config.json:
{
  "device": "/dev/dri/card0",
  "outputs": [ { "name": "HDMI1", "format": "argb8888", "mode": "current" } ]
}

2022-09-07 16:46:18.682501 I  Exporting 'QT_QPA_EGLFS_KMS_CONFIG=/home/minimyth/.mythtv/eglfs_kms_config.json'
2022-09-07 16:46:18.682593 I  Exporting 'QT_QPA_EGLFS_KMS_PLANE_INDEX=2'
2022-09-07 16:46:18.682597 I  Exporting 'QT_QPA_EGLFS_KMS_PLANES_FOR_CRTCS=49,41'
2022-09-07 16:46:18.682611 I  Exporting 'QT_QPA_EGLFS_KMS_ZPOS=1'
2022-09-07 16:46:18.698181 I  /dev/dri/card0: Closed
2022-09-07 16:46:19.385432 I  Setup Interrupt handler
2022-09-07 16:46:19.385446 I  Setup Terminated handler
2022-09-07 16:46:19.385459 I  Setup Segmentation fault handler
2022-09-07 16:46:19.385469 I  Setup Aborted handler
2022-09-07 16:46:19.385479 I  Setup Floating point exception handler
2022-09-07 16:46:19.385488 I  Setup Illegal instruction handler
2022-09-07 16:46:19.385496 I  Setup Bus error handler
2022-09-07 16:46:19.385510 I  Setup Real-time signal 0 handler
2022-09-07 16:46:19.385519 I  Setup Hangup handler
2022-09-07 16:46:19.385533 I  Setup User defined signal 1 handler
2022-09-07 16:46:19.385542 I  Setup User defined signal 2 handler
2022-09-07 16:46:19.385925 C  mythfrontend version: devel/ffmpeg-resync [v33-Pre-676d7f50af8] www.mythtv.org
2022-09-07 16:46:19.385933 C  Qt version: compile: 5.15.5, runtime: 5.15.5
2022-09-07 16:46:19.386036 I  Linux 5.19.7 (arm64)
2022-09-07 16:46:19.386040 N  Enabled verbose msgs:  general playback gpu
2022-09-07 16:46:19.386314 N  Setting Log Level to LOG_DEBUG
2022-09-07 16:46:19.397825 I  Added logging to the console
2022-09-07 16:46:19.397873 N  Using runtime prefix = /usr
2022-09-07 16:46:19.397881 N  Using configuration directory = /home/minimyth/.mythtv
2022-09-07 16:46:19.397886 D  appbindir         = /usr/bin/
2022-09-07 16:46:19.397890 D  sharedir          = /usr/share/mythtv/
2022-09-07 16:46:19.397893 D  libdir            = /usr/lib/mythtv/
2022-09-07 16:46:19.397898 D  themedir          = /usr/share/mythtv/themes/
2022-09-07 16:46:19.397901 D  pluginsdir        = /usr/lib/mythtv/plugins/
2022-09-07 16:46:19.397905 D  translationsdir   = /usr/share/mythtv/i18n/
2022-09-07 16:46:19.397908 D  filtersdir        = /usr/lib/mythtv/filters/
2022-09-07 16:46:19.397911 D  cachedir          = /home/minimyth/.mythtv/cache
2022-09-07 16:46:19.397914 D  remotecachedir    = /home/minimyth/.mythtv/cache/remotecache
2022-09-07 16:46:19.397917 D  themebasecachedir = /home/minimyth/.mythtv/cache/themecache
2022-09-07 16:46:19.397920 D  thumbnaildir      = /home/minimyth/.mythtv/cache/thumbnails
2022-09-07 16:46:19.398016 I  Assumed character encoding: en_US.UTF-8
2022-09-07 16:46:19.398094 N  Setting 'IgnorCeProtoVerMismatch' being forced to '1'
2022-09-07 16:46:19.398124 N  Setting 'IgnoreSchemaVerMismatch' being forced to '1'
2022-09-07 16:46:19.398717 I  Added logging to /tmp/mythfrontend.20220907144619.6400.log
2022-09-07 16:46:19.399286 I  Loading pl translation for module mythfrontend
2022-09-07 16:46:19.400124 I  Empty LocalHostName. This is typical.
2022-09-07 16:46:19.400134 I  Using a profile name of: 'Myth-Frontend-02035e98a1bb' (Usually the same as this host's name.)
2022-09-07 16:46:19.400285 I  Start up testing connections. DB 192.168.1.254, BE , attempt 0, status dbAwake, Delay: 2000
2022-09-07 16:46:19.400308 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 1000 linkLocalOnly 0
2022-09-07 16:46:19.502193 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 socket state 3
2022-09-07 16:46:19.543320 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:19.552856 D  PortChecker::checkPort(): host 192.168.1.254 port 6543 timeLimit 1000 linkLocalOnly 0
2022-09-07 16:46:19.653633 D  PortChecker::checkPort(): host 192.168.1.254 port 6543 socket state 2
[New Thread 0xffff7650f0c0 (LWP 6413)]
2022-09-07 16:46:19.753900 D  PortChecker::checkPort(): host 192.168.1.254 port 6543 socket state 3
2022-09-07 16:46:19.754479 D  FindDatabase() - Success!
2022-09-07 16:46:19.754650 N  Setting QT default locale to pl_US
2022-09-07 16:46:19.754667 I  Current locale pl_US
2022-09-07 16:46:19.754777 E  No locale defaults file for pl_US, skipping
2022-09-07 16:46:19.755000 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:19.782236 N  Setting 'IgnorCeProtoVerMismatch' being forced to '1'
2022-09-07 16:46:19.782261 N  Setting 'IgnoreSchemaVerMismatch' being forced to '1'
[New Thread 0xffff75aff0c0 (LWP 6414)]
[New Thread 0xffff74aff0c0 (LWP 6415)]
[New Thread 0xffff5ffff0c0 (LWP 6416)]
2022-09-07 16:46:19.845759 I  Listening on TCP 0.0.0.0:6547
2022-09-07 16:46:19.846986 I  Listening on TCP [::]:6547
2022-09-07 16:46:19.858863 D  MMulticastSocketDevice(:30): setsockopt - IP_MULTICAST_IF
                        eno: Cannot assign requested address (99)
[New Thread 0xffff5f7ef0c0 (LWP 6417)]
2022-09-07 16:46:20.041313 D  MMulticastSocketDevice(:30): setsockopt - IP_MULTICAST_IF
                        eno: Cannot assign requested address (99)
2022-09-07 16:46:20.067711 I  Loading pl translation for module mythfrontend
2022-09-07 16:46:20.073839 I  Display: Screen 'HDMI-1' not found, defaulting to primary screen (HDMI1)
2022-09-07 16:46:20.073867 I  Display: Using screen 'HDMI1' (Make: SANTAK CORP. Model: S2-TEK TV-)
2022-09-07 16:46:20.073933 I  Display: Qt screen pixel ratio: 1.00
2022-09-07 16:46:20.073963 I  Display: Geometry: 1920x1080+0+0 Size(Qt): 930mmx530mm
2022-09-07 16:46:20.074329 I  /dev/dri/card0 Qt EGLFS/KMS Fd:4 Crtc id:49 Connector id:51 Atomic: 1
2022-09-07 16:46:20.074473 I  /dev/dri/card0: Authenticated
2022-09-07 16:46:20.182255 D  EDID: EDID has 1 extension blocks
2022-09-07 16:46:20.183153 I  /dev/dri/card0: Found 4 planes; 4 for this CRTC
2022-09-07 16:46:20.183282 I  /dev/dri/card0: Plane #31 Overlay Index: 0 FB: 0 CRTC: 0 Formats: AB15,ABGR2101010,AB12,ABGR8888,AR15,ARGB2101010,AR12,ARGB8888,BG16,BG24,BA30,BA15,BA12,BGRA8888,BX24,RGB565,RG24,RA30,RA12,RA15,RGBA8888,RX24,XBGR8888,XRGB8888,NV16,NV12,NV21,NV61,P010,P210,UYVY,VYUY,YUYV,YVYU,YU11,YU12,YU16,YV11,YV12,YV16
2022-09-07 16:46:20.183334 I  /dev/dri/card0: Plane #37 Primary Index: 1 FB: 53 CRTC: 49 Formats: AB15,AB12,ABGR8888,AR15,AR12,ARGB8888,BG16,BG24,BA15,BA12,BGRA8888,BX24,RGB565,RG24,RA12,RA15,RGBA8888,RX24,XBGR8888,XRGB8888
2022-09-07 16:46:20.183385 I  /dev/dri/card0: Plane #41 Overlay Index: 2 FB: 0 CRTC: 0 Formats: AB15,AB12,ABGR8888,AR15,AR12,ARGB8888,BG16,BG24,BA15,BA12,BGRA8888,BX24,RGB565,RG24,RA12,RA15,RGBA8888,RX24,XBGR8888,XRGB8888
2022-09-07 16:46:20.183435 I  /dev/dri/card0: Plane #45 Overlay Index: 3 FB: 0 CRTC: 0 Formats: AB15,AB12,ABGR8888,AR15,AR12,ARGB8888,BG16,BG24,BA15,BA12,BGRA8888,BX24,RGB565,RG24,RA12,RA15,RGBA8888,RX24,XBGR8888,XRGB8888
2022-09-07 16:46:20.183441 I  /dev/dri/card0: Selected Plane #31 Overlay for video
2022-09-07 16:46:20.183499 I  /dev/dri/card0: Supported DRM video formats: NV16,NV12,NV21,NV61,P010,P210,UYVY,VYUY,YUYV,YVYU,YU11,YU12,YU16,YV11,YV12,YV16
2022-09-07 16:46:20.183505 I  /dev/dri/card0: Selected Plane #41 Overlay for GUI
2022-09-07 16:46:20.183547 I  /dev/dri/card0: DRM device retrieved from Qt
2022-09-07 16:46:20.183553 I  /dev/dri/card0: Multi-plane setup: Requested: 1 Setup: 1
2022-09-07 16:46:20.183571 I  DispDRM: Filtering out modes that aren't 1920x1080
2022-09-07 16:46:20.183635 I  DispDRM: Ignoring interlaced mode 1920x1080 60.00i
2022-09-07 16:46:20.183643 I  DispDRM: Ignoring interlaced mode 1920x1080 59.94i
2022-09-07 16:46:20.183652 I  DispDRM: Ignoring interlaced mode 1920x1080 50.00i
2022-09-07 16:46:20.183661 I  DispDRM: Ignoring mode 1280x1024 75.02
2022-09-07 16:46:20.183668 I  DispDRM: Ignoring mode 1280x960 60.00
2022-09-07 16:46:20.183675 I  DispDRM: Ignoring mode 1152x864 75.00
2022-09-07 16:46:20.183683 I  DispDRM: Ignoring mode 1280x720 60.00
2022-09-07 16:46:20.183690 I  DispDRM: Ignoring mode 1280x720 60.00
2022-09-07 16:46:20.183698 I  DispDRM: Ignoring mode 1280x720 59.94
2022-09-07 16:46:20.183705 I  DispDRM: Ignoring mode 1280x720 50.00
2022-09-07 16:46:20.183713 I  DispDRM: Ignoring mode 1024x768 75.03
2022-09-07 16:46:20.183721 I  DispDRM: Ignoring mode 1024x768 70.07
2022-09-07 16:46:20.183735 I  DispDRM: Ignoring mode 1024x768 60.00
2022-09-07 16:46:20.183743 I  DispDRM: Ignoring mode 832x624 74.55
2022-09-07 16:46:20.183750 I  DispDRM: Ignoring mode 800x600 75.00
2022-09-07 16:46:20.183758 I  DispDRM: Ignoring mode 800x600 72.19
2022-09-07 16:46:20.183765 I  DispDRM: Ignoring mode 800x600 60.32
2022-09-07 16:46:20.183773 I  DispDRM: Ignoring mode 800x600 56.25
2022-09-07 16:46:20.183781 I  DispDRM: Ignoring mode 720x576 50.00
2022-09-07 16:46:20.183788 I  DispDRM: Ignoring mode 720x576 50.00
2022-09-07 16:46:20.183796 I  DispDRM: Ignoring mode 720x480 60.00
2022-09-07 16:46:20.183804 I  DispDRM: Ignoring mode 720x480 60.00
2022-09-07 16:46:20.183823 I  DispDRM: Ignoring mode 720x480 59.94
2022-09-07 16:46:20.183830 I  DispDRM: Ignoring mode 720x480 59.94
2022-09-07 16:46:20.183837 I  DispDRM: Ignoring mode 640x480 75.00
2022-09-07 16:46:20.183843 I  DispDRM: Ignoring mode 640x480 72.81
2022-09-07 16:46:20.183850 I  DispDRM: Ignoring mode 640x480 66.67
2022-09-07 16:46:20.183857 I  DispDRM: Ignoring mode 640x480 60.00
2022-09-07 16:46:20.183865 I  DispDRM: Ignoring mode 640x480 59.94
2022-09-07 16:46:20.183872 I  DispDRM: Ignoring mode 640x480 59.94
2022-09-07 16:46:20.183880 I  DispDRM: Ignoring mode 720x400 70.08
2022-09-07 16:46:20.183897 I  Display: Available modes:
2022-09-07 16:46:20.183918 I  1920x1080 60.00   60.00   59.94   50.00
2022-09-07 16:46:20.185138 I  /dev/dri/card0 Qt EGLFS/KMS Fd:4 Crtc id:49 Connector id:51 Atomic: 1
2022-09-07 16:46:20.185236 I  /dev/dri/card0: Authenticated
[New Thread 0xffff5efdf0c0 (LWP 6418)]
[New Thread 0xffff5e7cf0c0 (LWP 6419)]
2022-09-07 16:46:20.293164 D  EDID: EDID has 1 extension blocks
2022-09-07 16:46:20.294019 I  /dev/dri/card0: Found 4 planes; 4 for this CRTC
2022-09-07 16:46:20.294143 I  /dev/dri/card0: Plane #31 Overlay Index: 0 FB: 0 CRTC: 0 Formats: AB15,ABGR2101010,AB12,ABGR8888,AR15,ARGB2101010,AR12,ARGB8888,BG16,BG24,BA30,BA15,BA12,BGRA8888,BX24,RGB565,RG24,RA30,RA12,RA15,RGBA8888,RX24,XBGR8888,XRGB8888,NV16,NV12,NV21,NV61,P010,P210,UYVY,VYUY,YUYV,YVYU,YU11,YU12,YU16,YV11,YV12,YV16
2022-09-07 16:46:20.294194 I  /dev/dri/card0: Plane #37 Primary Index: 1 FB: 53 CRTC: 49 Formats: AB15,AB12,ABGR8888,AR15,AR12,ARGB8888,BG16,BG24,BA15,BA12,BGRA8888,BX24,RGB565,RG24,RA12,RA15,RGBA8888,RX24,XBGR8888,XRGB8888
2022-09-07 16:46:20.294251 I  /dev/dri/card0: Plane #41 Overlay Index: 2 FB: 0 CRTC: 0 Formats: AB15,AB12,ABGR8888,AR15,AR12,ARGB8888,BG16,BG24,BA15,BA12,BGRA8888,BX24,RGB565,RG24,RA12,RA15,RGBA8888,RX24,XBGR8888,XRGB8888
2022-09-07 16:46:20.294301 I  /dev/dri/card0: Plane #45 Overlay Index: 3 FB: 0 CRTC: 0 Formats: AB15,AB12,ABGR8888,AR15,AR12,ARGB8888,BG16,BG24,BA15,BA12,BGRA8888,BX24,RGB565,RG24,RA12,RA15,RGBA8888,RX24,XBGR8888,XRGB8888
2022-09-07 16:46:20.294307 I  /dev/dri/card0: Selected Plane #31 Overlay for video
2022-09-07 16:46:20.294356 I  /dev/dri/card0: Supported DRM video formats: NV16,NV12,NV21,NV61,P010,P210,UYVY,VYUY,YUYV,YVYU,YU11,YU12,YU16,YV11,YV12,YV16
2022-09-07 16:46:20.294361 I  /dev/dri/card0: Selected Plane #41 Overlay for GUI
2022-09-07 16:46:20.294404 I  /dev/dri/card0: DRM device retrieved from Qt
2022-09-07 16:46:20.294411 I  /dev/dri/card0: Multi-plane setup: Requested: 1 Setup: 1
2022-09-07 16:46:20.294479 I  VRR: No variable refresh rate support detected
2022-09-07 16:46:20.294583 N  Display: Desktop video mode: 1920x1080 60.000Hz
2022-09-07 16:46:20.294591 N  Display: Display has custom colourspace
2022-09-07 16:46:20.294685 N  Display: Supported HDR formats: Żaden
2022-09-07 16:46:20.306522 I  Display: Using 1920x1080@60Hz for GUI
2022-09-07 16:46:20.306529 I  InputHandler: Starting
2022-09-07 16:46:20.308330 I  LIRC: Successfully initialized '/dev/lircd' using '/home/minimyth/.mythtv/lircrc' config
2022-09-07 16:46:20.310035 I  UDPListener: Enabling
2022-09-07 16:46:20.310212 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:20.313139 D  Failed to find local address to use for destination 0.0.0.0:6948. Using wildcard.
2022-09-07 16:46:20.313369 I  Binding to UDP 0.0.0.0:6948
2022-09-07 16:46:20.313425 D  Failed to find local address to use for destination [::]:6948. Using wildcard.
2022-09-07 16:46:20.313546 I  Binding to UDP [::]:6948
[Detaching after fork from child process 6420]
2022-09-07 16:46:20.355510 D  ScreenSaverDBus: Could not connect to dbus service org.freedesktop.ScreenSaver: Not connected to D-Bus server
2022-09-07 16:46:20.355549 D  ScreenSaverDBus: Could not connect to dbus service org.freedesktop.PowerManagement.Inhibit: Not connected to D-Bus server
2022-09-07 16:46:20.355569 D  ScreenSaverDBus: Could not connect to dbus service org.mate.SessionManager: Not connected to D-Bus server
2022-09-07 16:46:20.355586 D  ScreenSaverDBus: Could not connect to dbus service org.gnome.SessionManager: Not connected to D-Bus server
2022-09-07 16:46:20.356606 I  Using Frameless Window
2022-09-07 16:46:20.356612 I  Using Full Screen Window
2022-09-07 16:46:20.361760 I  Display: Have main widget
2022-09-07 16:46:20.361767 I  Display: Have main window
2022-09-07 16:46:20.361820 I  Display: Screen 'HDMI-1' not found, defaulting to primary screen (HDMI1)
2022-09-07 16:46:20.368623 I  Qt: Could not set cursor on screen HDMI1: -6
2022-09-07 16:46:20.368805 I  Qt: Could not set cursor on screen HDMI1: -6
2022-09-07 16:46:20.429827 I  Qt: Could not set cursor on screen HDMI1: -6
2022-09-07 16:46:20.435747 I  OpenGL: GPU debug logging started (async)
2022-09-07 16:46:20.440931 I  OpenGL: Src: API Type: Error Msg: GL_INVALID_VALUE in glTexImage2D(format = GL_RGBA, type = GL_UNSIGNED_SHORT, internalformat = GL_RGBA16)
2022-09-07 16:46:20.441026 I  OpenGL: Src: API Type: Other Msg: FBO incomplete: color attachment incomplete [0]

2022-09-07 16:46:20.441081 I  Qt: QOpenGLFramebufferObject: Framebuffer incomplete attachment.
2022-09-07 16:46:20.441144 I  OpenGL: Src: API Type: Other Msg: FBO incomplete: no attachments and default width or height is 0 [-1]

2022-09-07 16:46:20.441150 I  Qt: QOpenGLFramebufferObject: Framebuffer incomplete, missing attachment.
2022-09-07 16:46:20.441189 E  Failed to create framebuffer object
2022-09-07 16:46:20.441444 I  OpenGL: OpenGL vendor        : Panfrost
2022-09-07 16:46:20.441449 I  OpenGL: OpenGL renderer      : Mali-T720 (Panfrost)
2022-09-07 16:46:20.441456 I  OpenGL: OpenGL version       : OpenGL ES 2.0 Mesa 22.2.0-rc3
2022-09-07 16:46:20.441462 I  OpenGL: Qt platform          : eglfs
2022-09-07 16:46:20.441704 I  OpenGL: EGL display          : Yes
2022-09-07 16:46:20.441708 I  OpenGL: EGL images           : Yes
2022-09-07 16:46:20.441713 I  OpenGL: Qt OpenGL module     : OpenGL ES
2022-09-07 16:46:20.441718 I  OpenGL: Qt OpenGL format     : OpenGLES 2.0
2022-09-07 16:46:20.441723 I  OpenGL: Qt OpenGL surface    : RGBA: 8:8:8:0 Depth: 0 Stencil: 0
2022-09-07 16:46:20.441728 I  OpenGL: Max texture size     : 8192
2022-09-07 16:46:20.441741 I  OpenGL: Shaders              : Vertex,Fragment
2022-09-07 16:46:20.441745 I  OpenGL: 16bit framebuffers   : No
2022-09-07 16:46:20.441749 I  OpenGL: Unpack Subimage      : Yes
2022-09-07 16:46:20.441754 I  OpenGL: Buffer mapping       : Yes
2022-09-07 16:46:20.441759 I  OpenGL: Rectangular textures : No
2022-09-07 16:46:20.441763 I  OpenGL: NPOT textures        : Yes
2022-09-07 16:46:20.441769 I  OpenGL: Max texture units    : 96
2022-09-07 16:46:20.441774 I  OpenGL: GL_RED/GL_R8         : No
2022-09-07 16:46:20.468321 I  OpenGL: Src: ShaderComp Type: Other Msg: 0:2(12): warning: extension `GL_ARB_fragment_coord_conventions' unsupported in fragment shader
2022-09-07 16:46:20.469016 D
#line 1
attribute vec2 a_position;
attribute vec4 a_color;
varying   vec4 v_color;
uniform   mat4 u_projection;
uniform   mat4 u_transform;
void main() {
    gl_Position = u_projection * u_transform * vec4(a_position, 0.0, 1.0);
    v_color     = a_color;
}

2022-09-07 16:46:20.469035 D
#ifdef GL_KHR_blend_equation_advanced
#extension GL_ARB_fragment_coord_conventions : enable
#extension GL_KHR_blend_equation_advanced : enable
#endif
#ifndef GL_FRAGMENT_PRECISION_HIGH
#define highp mediump
#endif
#line 1
varying highp vec4 v_color;
void main(void)
{
    gl_FragColor = v_color;
}

2022-09-07 16:46:20.472569 I  OpenGL: Src: ShaderComp Type: Other Msg: 0:2(12): warning: extension `GL_ARB_fragment_coord_conventions' unsupported in fragment shader
2022-09-07 16:46:20.473649 D
#line 1
attribute vec2 a_position;
attribute vec4 a_color;
attribute vec2 a_texcoord0;
varying   vec4 v_color;
varying   vec2 v_texcoord0;
uniform   mat4 u_projection;
uniform   mat4 u_transform;
void main() {
    gl_Position = u_projection * u_transform * vec4(a_position, 0.0, 1.0);
    v_texcoord0 = a_texcoord0;
    v_color     = a_color;
}

2022-09-07 16:46:20.473662 D
#ifdef GL_KHR_blend_equation_advanced
#extension GL_ARB_fragment_coord_conventions : enable
#extension GL_KHR_blend_equation_advanced : enable
#endif
#ifndef GL_FRAGMENT_PRECISION_HIGH
#define highp mediump
#endif
#line 1
uniform sampler2D s_texture0;
varying highp vec4 v_color;
varying highp vec2 v_texcoord0;
void main(void)
{
    gl_FragColor = texture2D(s_texture0, v_texcoord0) * v_color;
}

2022-09-07 16:46:20.477665 I  OpenGL: Src: ShaderComp Type: Other Msg: 0:2(12): warning: extension `GL_ARB_fragment_coord_conventions' unsupported in fragment shader
2022-09-07 16:46:20.479010 D
#line 1
attribute vec2 a_position;
attribute vec4 a_color;
varying   vec4 v_color;
varying   vec2 v_position;
uniform   mat4 u_projection;
uniform   mat4 u_transform;
void main() {
    gl_Position = u_projection * u_transform * vec4(a_position, 0.0, 1.0);
    v_color     = a_color;
    v_position  = a_position;
}

2022-09-07 16:46:20.479064 D
#ifdef GL_KHR_blend_equation_advanced
#extension GL_ARB_fragment_coord_conventions : enable
#extension GL_KHR_blend_equation_advanced : enable
#endif
#ifndef GL_FRAGMENT_PRECISION_HIGH
#define highp mediump
#endif
#line 1
varying highp vec4 v_color;
varying highp vec2 v_position;
uniform highp mat4 u_parameters;
highp float SignedDistance(highp vec2 p, highp vec2 b, highp float r)
{
    return length(max(abs(p) - b + r, 0.0)) - r;
}
void main(void)
{
    highp float dist = SignedDistance(v_position - u_parameters[0].xy,
                                      u_parameters[1].xy, u_parameters[0].z);
    gl_FragColor = vec4(v_color.rgb, v_color.a * smoothstep(-1.0, 0.0, dist * -1.0));
}

2022-09-07 16:46:20.483661 I  OpenGL: Src: ShaderComp Type: Other Msg: 0:2(12): warning: extension `GL_ARB_fragment_coord_conventions' unsupported in fragment shader
2022-09-07 16:46:20.485296 D
#line 1
attribute vec2 a_position;
attribute vec4 a_color;
varying   vec4 v_color;
varying   vec2 v_position;
uniform   mat4 u_projection;
uniform   mat4 u_transform;
void main() {
    gl_Position = u_projection * u_transform * vec4(a_position, 0.0, 1.0);
    v_color     = a_color;
    v_position  = a_position;
}

2022-09-07 16:46:20.485369 D
#ifdef GL_KHR_blend_equation_advanced
#extension GL_ARB_fragment_coord_conventions : enable
#extension GL_KHR_blend_equation_advanced : enable
#endif
#ifndef GL_FRAGMENT_PRECISION_HIGH
#define highp mediump
#endif
#line 1
varying highp vec4 v_color;
varying highp vec2 v_position;
uniform highp mat4 u_parameters;
highp float SignedDistance(highp vec2 p, highp vec2 b, highp float r)
{
    return length(max(abs(p) - b + r, 0.0)) - r;
}
void main(void)
{
    highp float outer = SignedDistance(v_position - u_parameters[0].xy,
                                       u_parameters[1].xy, u_parameters[0].z);
    highp float inner = SignedDistance(v_position - u_parameters[0].xy,
                                       u_parameters[1].zw, u_parameters[0].w);
    highp float both  = smoothstep(-1.0, 0.0, outer * -1.0) * smoothstep(-1.0, 0.0, inner);
    gl_FragColor = vec4(v_color.rgb, v_color.a * both);
}

2022-09-07 16:46:20.488612 I  OpenGL: Initialised MythRenderOpenGL
2022-09-07 16:46:20.488626 I  OpenGL: Using full range output
2022-09-07 16:46:20.538580 I  UICache: Pruning cache directory: /home/minimyth/.mythtv/cache/remotecache
2022-09-07 16:46:20.539239 I  UICache: Kept 9 files, deleted 0 files, stat error on 0 files
2022-09-07 16:46:20.539310 I  UICache: Pruning cache directory: /home/minimyth/.mythtv/cache/thumbnails
2022-09-07 16:46:20.539612 I  UICache: Kept 1 files, deleted 0 files, stat error on 0 files
[New Thread 0xffff5cfcd0c0 (LWP 6421)]
[New Thread 0xffff4ffff0c0 (LWP 6422)]
[New Thread 0xffff4f7ef0c0 (LWP 6423)]
[New Thread 0xffff4efdf0c0 (LWP 6424)]
[New Thread 0xffff4e7cf0c0 (LWP 6425)]
[New Thread 0xffff4dfbf0c0 (LWP 6426)]
[New Thread 0xffff4d7af0c0 (LWP 6427)]
[New Thread 0xffff4cf9f0c0 (LWP 6428)]
[New Thread 0xffff33fff0c0 (LWP 6429)]
[New Thread 0xffff337ef0c0 (LWP 6430)]
2022-09-07 16:46:20.680778 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:20.691459 I  MythCoreContext::ConnectCommandSocket(): Connecting to backend server: 192.168.1.254:6543 (try 1 of 1)
2022-09-07 16:46:20.697080 D  PortChecker::checkPort(): host 192.168.1.254 port 6543 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:20.706586 I  MythCoreContext::CheckProtoVersion(): Using protocol version 91 BuzzOff
2022-09-07 16:46:20.710331 D  PortChecker::checkPort(): host 192.168.1.254 port 6543 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:20.907630 I  CECAdapter: Using physical address 1.0.0.0 from EDID
[New Thread 0xffff32fdf0c0 (LWP 6431)]
[New Thread 0xffff327cf0c0 (LWP 6433)]
[New Thread 0xffff31fbf0c0 (LWP 6434)]
[New Thread 0xffff317af0c0 (LWP 6435)]
2022-09-07 16:46:20.994994 I  CECAdapter: Found 1 CEC devices(s).
2022-09-07 16:46:20.995022 I  CECAdapter: Device 1: path '/dev/cec0' com port 'Linux' SELECTED
2022-09-07 16:46:20.995031 I  CECAdapter: Trying to open device /dev/cec0 (Linux).
2022-09-07 16:46:20.995931 D  CECAdapter: Broadcast (F): osd name set to 'Broadcast'
2022-09-07 16:46:20.996011 D  CECAdapter: CLinuxCECAdapterCommunication::Open - m_fd=63 bStartListening=1
2022-09-07 16:46:20.996020 D  CECAdapter: CLinuxCECAdapterCommunication::Open - ioctl CEC_ADAP_G_PHYS_ADDR - addr=1000
2022-09-07 16:46:20.996027 D  CECAdapter: CLinuxCECAdapterCommunication::Open - ioctl CEC_ADAP_S_LOG_ADDRS - log_addr_mask=0000 num_log_addrs=0
2022-09-07 16:46:20.996269 D  CECAdapter: CLinuxCECAdapterCommunication::Open - ioctl CEC_ADAP_S_LOG_ADDRS - log_addr_mask=8000 num_log_addrs=1
2022-09-07 16:46:20.997555 I  CECAdapter: connection opened
2022-09-07 16:46:20.998027 D  CECAdapter: CLinuxCECAdapterCommunication::Process - CEC_DQEVENT - CEC_EVENT_STATE_CHANGE - log_addr_mask=8000 phys_addr=1000
2022-09-07 16:46:21.000064 D  CECAdapter: processor thread started
2022-09-07 16:46:21.000382 D  CECAdapter: << Broadcast (F) -> TV (0): POLL
2022-09-07 16:46:21.277471 D  PortChecker::checkPort(): host 192.168.1.254 port 6544 timeLimit 5000 linkLocalOnly 0
2022-09-07 16:46:21.320817 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=1 addr=f0 opcode=ffffffff
2022-09-07 16:46:21.320833 D  CECAdapter: >> POLL sent
2022-09-07 16:46:21.320839 D  CECAdapter: TV (0): device status changed into 'present'
2022-09-07 16:46:21.320844 D  CECAdapter: << requesting vendor ID of 'TV' (0)
2022-09-07 16:46:21.378300 D  PortChecker::checkPort(): host 192.168.1.254 port 6544 socket state 2
2022-09-07 16:46:21.390186 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=2 addr=f0 opcode=8c
2022-09-07 16:46:21.478568 D  PortChecker::checkPort(): host 192.168.1.254 port 6544 socket state 3
2022-09-07 16:46:21.531647 D  CECAdapter: CLinuxCECAdapterCommunication::Process - ioctl CEC_RECEIVE - rx_status=01 len=5 addr=0f opcode=87
2022-09-07 16:46:21.532048 D  CECAdapter: Command 135 from '0' (0) - destination '15' (15)
2022-09-07 16:46:21.532091 D  CECAdapter: TV (0): vendor = Unknown (001039)
2022-09-07 16:46:21.532098 D  CECAdapter: >> TV (0) -> Broadcast (F): device vendor id (87)
2022-09-07 16:46:21.532104 D  CECAdapter: expected response received (87: device vendor id)
2022-09-07 16:46:21.532142 D  CECAdapter: registering new CEC client - v6.0.2
2022-09-07 16:46:21.532171 D  CECAdapter: SetClientVersion - using client version '6.0.2'
2022-09-07 16:46:21.532178 I  CECAdapter: setting HDMI port to 1 on device TV (0)
2022-09-07 16:46:21.532270 D  CECAdapter: Broadcast (F): power status changed from 'unknown' to 'on'
2022-09-07 16:46:21.532277 D  CECAdapter: making Broadcast (f) the active source
2022-09-07 16:46:21.532284 D  CECAdapter: TV (0): power status changed from 'unknown' to 'in transition from standby to on'
2022-09-07 16:46:21.532360 D  CECAdapter: sending active source message for 'Broadcast'
2022-09-07 16:46:21.532367 D  CECAdapter: SetConfiguration: double tap timeout = 200ms, repeat rate = 0ms, release delay = 500ms
2022-09-07 16:46:21.532402 D  CECAdapter: detecting logical address for type 'playback device'
2022-09-07 16:46:21.532430 D  CECAdapter: trying logical address 'Playback 1'
2022-09-07 16:46:21.532438 D  CECAdapter: << Playback 1 (4) -> Playback 1 (4): POLL
2022-09-07 16:46:21.570496 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=1 addr=44 opcode=ffffffff
2022-09-07 16:46:21.570511 D  CECAdapter: >> POLL sent
2022-09-07 16:46:21.570518 D  CECAdapter: logical address 'Playback 1' already taken
2022-09-07 16:46:21.570524 D  CECAdapter: Playback 1 (4): device status changed into 'present'
2022-09-07 16:46:21.570529 D  CECAdapter: trying logical address 'Playback 2'
2022-09-07 16:46:21.570535 D  CECAdapter: << Playback 2 (8) -> Playback 2 (8): POLL
2022-09-07 16:46:21.645057 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=24 len=1 addr=88 opcode=ffffffff
2022-09-07 16:46:21.723678 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=24 len=1 addr=88 opcode=ffffffff
2022-09-07 16:46:21.723694 D  CECAdapter: >> POLL not sent
2022-09-07 16:46:21.723700 D  CECAdapter: using logical address 'Playback 2'
2022-09-07 16:46:21.723706 D  CECAdapter: Playback 2 (8): device status changed into 'handled by libCEC'
2022-09-07 16:46:21.723712 D  CECAdapter: Playback 2 (8): power status changed from 'unknown' to 'on'
2022-09-07 16:46:21.723719 D  CECAdapter: Playback 2 (8): vendor = Pulse Eight (001582)
2022-09-07 16:46:21.723724 D  CECAdapter: Playback 2 (8): CEC version 1.4
2022-09-07 16:46:21.723731 D  CECAdapter: AllocateLogicalAddresses - device '0', type 'playback device', LA '8'
2022-09-07 16:46:21.723915 D  CECAdapter: CLinuxCECAdapterCommunication::SetLogicalAddresses - ioctl CEC_ADAP_S_LOG_ADDRS - log_addr_mask=0000 num_log_addrs=0
2022-09-07 16:46:21.723923 D  CECAdapter: CLinuxCECAdapterCommunication::Process - CEC_DQEVENT - CEC_EVENT_STATE_CHANGE - log_addr_mask=0000 phys_addr=1000
2022-09-07 16:46:21.909008 D  CECAdapter: CLinuxCECAdapterCommunication::Process - CEC_DQEVENT - CEC_EVENT_STATE_CHANGE - log_addr_mask=0100 phys_addr=1000
2022-09-07 16:46:21.909022 D  CECAdapter: CLinuxCECAdapterCommunication::SetLogicalAddresses - ioctl CEC_ADAP_S_LOG_ADDRS - log_addr_mask=0100 num_log_addrs=1
2022-09-07 16:46:21.909030 D  CECAdapter: changing physical address to 1000
2022-09-07 16:46:21.909036 D  CECAdapter: Playback 2 (8): osd name set to 'MythTV'
2022-09-07 16:46:21.909042 D  CECAdapter: Playback 2 (8): menu language set to 'eng'
2022-09-07 16:46:21.909047 D  CECAdapter: using provided physical address 1000
2022-09-07 16:46:21.909054 D  CECAdapter: Playback 2 (8): physical address changed from ffff to 1000
2022-09-07 16:46:21.909060 D  CECAdapter: << Playback 2 (8) -> broadcast (F): physical address 1000
2022-09-07 16:46:21.909066 D  CECAdapter: making Playback 2 (8) the active source
2022-09-07 16:46:21.909096 D  CECAdapter: marking Broadcast (F) as inactive source
2022-09-07 16:46:22.334295 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=5 addr=8f opcode=84
2022-09-07 16:46:22.334448 I  CECAdapter: >> source activated: Playback 2 (8)
2022-09-07 16:46:22.334522 I  CECAdapter: Source 8 Activated
2022-09-07 16:46:22.334573 D  CECAdapter: scheduling active source message for 'Playback 2'
2022-09-07 16:46:22.334586 I  CECAdapter: CEC client registered: libCEC version = 6.0.2, client version = 6.0.2, firmware version = 0, logical address(es) = Playback 2 (8) , physical address: 1.0.0.0, git revision: v12.5.0-v33-Pre-763-g6034adfa56+2-4abebe1~dirty, compiled on 2022-08-20 00:06:19 by piotro@builder-armv8 on Linux 5.17.9-arch1-1 (x86_64), features: P8_USB, DRM, P8_detect, randr, Linux
2022-09-07 16:46:22.334593 D  CECAdapter: << Playback 2 (8) -> TV (0): OSD name 'MythTV'
2022-09-07 16:46:22.549250 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=8 addr=80 opcode=47
2022-09-07 16:46:22.549266 D  CECAdapter: << requesting power status of 'TV' (0)
2022-09-07 16:46:22.577492 D  PortChecker::checkPort(): host 192.168.1.141 port 6547 timeLimit 5000 linkLocalOnly 0
2022-09-07 16:46:22.669570 D  CECAdapter: CLinuxCECAdapterCommunication::Process - ioctl CEC_RECEIVE - rx_status=01 len=2 addr=08 opcode=46
2022-09-07 16:46:22.669627 D  CECAdapter: Command 70 from '0' (0) - destination '8' (8)
2022-09-07 16:46:22.669677 D  CECAdapter: >> TV (0) -> Playback 2 (8): give osd name (46)
2022-09-07 16:46:22.678325 D  PortChecker::checkPort(): host 192.168.1.141 port 6547 socket state 3
2022-09-07 16:46:22.776218 D  CECAdapter: CLinuxCECAdapterCommunication::Process - ioctl CEC_RECEIVE - rx_status=01 len=2 addr=08 opcode=46
2022-09-07 16:46:22.829687 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=09 len=2 addr=80 opcode=8f
2022-09-07 16:46:22.829877 D  CECAdapter: << Playback 2 (8) -> TV (0): OSD name 'MythTV'
2022-09-07 16:46:23.040755 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=8 addr=80 opcode=47
2022-09-07 16:46:23.040867 D  CECAdapter: Command 70 from '0' (0) - destination '8' (8)
2022-09-07 16:46:23.040911 D  CECAdapter: << Playback 2 (8) -> TV (0): OSD name 'MythTV'
2022-09-07 16:46:23.040916 D  CECAdapter: >> TV (0) -> Playback 2 (8): give osd name (46)
2022-09-07 16:46:23.162894 D  CECAdapter: CLinuxCECAdapterCommunication::Process - ioctl CEC_RECEIVE - rx_status=01 len=3 addr=08 opcode=90
2022-09-07 16:46:23.362834 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=09 len=8 addr=80 opcode=47
2022-09-07 16:46:23.362884 I  CECAdapter: << powering on 'TV' (0)
2022-09-07 16:46:23.427429 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=2 addr=80 opcode=04
2022-09-07 16:46:23.427446 I  CECAdapter: << Playback 2 (8) -> broadcast (F): active source (1000)
2022-09-07 16:46:23.549560 D  CECAdapter: CLinuxCECAdapterCommunication::Process - ioctl CEC_RECEIVE - rx_status=01 len=3 addr=08 opcode=8d
2022-09-07 16:46:23.651861 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=09 len=4 addr=8f opcode=82
2022-09-07 16:46:23.651875 D  CECAdapter: << Playback 2 (8) -> TV (0): menu state 'activated'
2022-09-07 16:46:23.739975 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=3 addr=80 opcode=8e
2022-09-07 16:46:23.740263 D  CECAdapter: Command 144 from '0' (0) - destination '8' (8)
2022-09-07 16:46:23.740315 D  CECAdapter: TV (0): power status changed from 'in transition from standby to on' to 'on'
2022-09-07 16:46:23.740323 D  CECAdapter: >> TV (0) -> Playback 2 (8): report power status (90)
2022-09-07 16:46:23.740328 D  CECAdapter: expected response received (90: report power status)
2022-09-07 16:46:23.740338 I  CECAdapter: Opened CEC device.
2022-09-07 16:46:23.740365 D  CECAdapter: Command 141 from '0' (0) - destination '8' (8)
2022-09-07 16:46:23.740375 D  CECAdapter: Keypress ROOT_MENU
2022-09-07 16:46:23.740459 D  CECAdapter: << Playback 2 (8) -> TV (0): menu state 'activated'
2022-09-07 16:46:23.740468 D  CECAdapter: >> TV (0) -> Playback 2 (8): menu request (8D)
2022-09-07 16:46:23.740474 I  CECAdapter: << powering on 'TV' (0)
2022-09-07 16:46:23.859564 D  CECAdapter: CLinuxCECAdapterCommunication::Process - ioctl CEC_RECEIVE - rx_status=01 len=2 addr=08 opcode=46
2022-09-07 16:46:23.966208 D  CECAdapter: CLinuxCECAdapterCommunication::Process - ioctl CEC_RECEIVE - rx_status=01 len=3 addr=08 opcode=8d
2022-09-07 16:46:24.044082 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=09 len=3 addr=80 opcode=8e
2022-09-07 16:46:24.108654 I  CECAdapter: Asked TV to turn on.
2022-09-07 16:46:24.108654 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=2 addr=80 opcode=04
2022-09-07 16:46:24.108788 D  CECAdapter: Command 70 from '0' (0) - destination '8' (8)
2022-09-07 16:46:24.108826 D  CECAdapter: Playback 2 (8) was already marked as active source
2022-09-07 16:46:24.108832 I  CECAdapter: >> source activated: Playback 2 (8)
2022-09-07 16:46:24.108837 D  CECAdapter: << Playback 2 (8) -> TV (0): OSD name 'MythTV'
2022-09-07 16:46:24.108870 I  CECAdapter: Source 8 Activated
2022-09-07 16:46:24.108909 D  CECAdapter: sending active source message for 'Playback 2'
2022-09-07 16:46:24.108916 I  CECAdapter: << powering on 'TV' (0)
2022-09-07 16:46:24.108924 D  CECAdapter: >> TV (0) -> Playback 2 (8): give osd name (46)
2022-09-07 16:46:24.229597 D  CECAdapter: CLinuxCECAdapterCommunication::Process - ioctl CEC_RECEIVE - rx_status=01 len=3 addr=08 opcode=8d
2022-09-07 16:46:24.429528 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=09 len=8 addr=80 opcode=47
2022-09-07 16:46:24.494044 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=2 addr=80 opcode=04
2022-09-07 16:46:24.494051 I  CECAdapter: << Playback 2 (8) -> broadcast (F): active source (1000)
2022-09-07 16:46:24.494143 D  CECAdapter: Command 141 from '0' (0) - destination '8' (8)
2022-09-07 16:46:24.494155 D  CECAdapter: Keypress ROOT_MENU
2022-09-07 16:46:24.494229 D  CECAdapter: >> TV (0) -> Playback 2 (8): menu request (8D)
2022-09-07 16:46:24.616210 D  CECAdapter: CLinuxCECAdapterCommunication::Process - ioctl CEC_RECEIVE - rx_status=01 len=3 addr=08 opcode=8d
2022-09-07 16:46:24.718476 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=09 len=4 addr=8f opcode=82
2022-09-07 16:46:24.718492 D  CECAdapter: << Playback 2 (8) -> TV (0): menu state 'activated'
2022-09-07 16:46:24.718499 D  CECAdapter: << Playback 2 (8) -> TV (0): menu state 'activated'
[AVHWDeviceContext @ 0x1f116fb0] libva: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[AVHWDeviceContext @ 0x1f116fb0] Failed to initialise VAAPI connection: -1 (unknown libva error).
Cannot load libcuda.so.1
[New Thread 0xffff30f9f0c0 (LWP 6437)]
[New Thread 0xffff0ffff0c0 (LWP 6438)]
2022-09-07 16:46:24.806624 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=3 addr=80 opcode=8e
2022-09-07 16:46:24.806624 I  CECAdapter: Asked TV to switch to this input.
2022-09-07 16:46:24.806776 I  VideoProfile: Resetting decoder/render support
2022-09-07 16:46:24.809491 E  MythCodecContext: Failed to create hardware device 'vaapi' Error 'Input/output error'
2022-09-07 16:46:24.809506 I  VAAPIDec: VAAPI functionality checked failed
2022-09-07 16:46:24.817680 E  NVDECInterop: Failed to load functions
2022-09-07 16:46:24.817737 I  NVDEC: No NVDEC decoders found
2022-09-07 16:46:24.819342 I  V4L2_M2M: Device: /dev/video0 Driver: 'hantro-vpu' Capabilities: 0x84204000
2022-09-07 16:46:24.819666 I  V4L2_M2M: Device: /dev/video1 Driver: 'cedrus' Capabilities: 0x84208000
2022-09-07 16:46:24.820924 I  V4L2_M2M: Device: /dev/video0 Driver: 'hantro-vpu' Capabilities: 0x84204000
2022-09-07 16:46:24.821072 I  V4L2_M2M: Device: /dev/video1 Driver: 'cedrus' Capabilities: 0x84208000
2022-09-07 16:46:24.821135 I  V4L2_M2M: Supported/available V4L2 decoders:
2022-09-07 16:46:24.821145 I  V4L2_M2M: VP9(Request)
2022-09-07 16:46:24.821149 I  V4L2_M2M: MPEG2(Request)
2022-09-07 16:46:24.821155 I  V4L2_M2M: H264(Request)
2022-09-07 16:46:24.821161 I  V4L2_M2M: VP8(Request)
2022-09-07 16:46:24.821168 I  V4L2_M2M: HEVC(Request)
2022-09-07 16:46:24.822025 I  DRMPRIMECtx: DRM PRIME codecs supported: None
2022-09-07 16:46:24.822341 I  VideoProfile: Available GPU interops: DRM-DRM-PRIME,GL-VAAPI-DRM,GL-NVDEC,GL-DRM-PRIME
2022-09-07 16:46:24.822358 I  VideoProfile: Decoder/render support: ffmpeg      null opengl opengl-yv12
2022-09-07 16:46:24.822365 I  VideoProfile: Decoder/render support: v4l2        opengl-hw
2022-09-07 16:46:24.822373 I  VideoProfile: Decoder/render support: v4l2-dec    null opengl opengl-yv12
2022-09-07 16:46:24.854272 D  RAOP Conn: Loaded RSA private key (1)
2022-09-07 16:46:24.856170 I  RAOP Device: Created RAOP device objects.
2022-09-07 16:46:24.856594 I  Listening on TCP 0.0.0.0:5000
2022-09-07 16:46:24.856690 I  Listening on TCP [::]:5000
2022-09-07 16:46:24.856704 I  RAOP Device: Listening for connections on port 5000
2022-09-07 16:46:24.856882 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:24.859349 D  Setting 'Skocz to OSD programu' changed to 1
2022-09-07 16:46:24.859395 D  Setting 'Playback from start of program' changed to 0
2022-09-07 16:46:24.859474 D  Setting 'Automatycznie zaznacz jako obejrzane' changed to 0
2022-09-07 16:46:24.859495 D  Setting 'Kontynuuj odtwarzanie w oknie' changed to 0
2022-09-07 16:46:24.859562 D  Setting 'Użyj MPEG-TS demuxera z  FFMPEG' changed to 0
2022-09-07 16:46:24.859584 I  Registering service 5e6853666f67@MythTV on Myth-Frontend-02035e98a1bb._raop._tcp port 5000 TXT tp=UDsm=falssv=falseek=1et=0,1cn=0,1ch=2ss=1sr=4410pw=falsevn=3    txtvers=md=0,1,vs=115.2da=true
                                                      am=MythTV,1
2022-09-07 16:46:24.859643 D  Setting '' changed to 1
2022-09-07 16:46:24.859787 D  Setting 'Pytanie pod koniec odtwarzania' changed to 1
2022-09-07 16:46:24.859807 D  Setting 'Enable Music Choice' changed to 0
2022-09-07 16:46:24.859831 D  Setting 'Używaj wątków RealTime' changed to 1
2022-09-07 16:46:24.859879 D  Setting 'Enable Chroma Upsampling Filter when deinterlacing' changed to 0
2022-09-07 16:46:24.864561 N  VideoProfile: Ignoring profile 2311 (decoder nvdec is not available)
2022-09-07 16:46:24.872214 N  VideoProfile: Ignoring profile 2309 (decoder vaapi is not available)
2022-09-07 16:46:24.872641 D  Setting 'Startuj z listą grup' changed to 1
2022-09-07 16:46:24.873650 D  Setting 'Zawsze pytaj o filtr' changed to 0
2022-09-07 16:46:24.873670 D  Setting 'Zapisz bieżączy filtr jeśli go zmieniono' changed to 1
2022-09-07 16:46:24.873686 D  Setting 'Change Recording Group using the arrow keys' changed to 0
2022-09-07 16:46:24.873721 D  Setting 'Pokazuj grupę "Lista Podręczna"' changed to 1
2022-09-07 16:46:24.873737 D  Setting 'Pokazuj Listę Podręczną jako pierwszą' changed to 0
2022-09-07 16:46:24.873758 D  Setting 'Pokazuj wyłącznie nagrania oznaczone jako "Autokasuj"' changed to 0
2022-09-07 16:46:24.873802 D  Setting 'Sprytne przewijanie' changed to 0
2022-09-07 16:46:24.873831 D  Setting 'Odwróć klawisze FFWD/REWIND' changed to 1
2022-09-07 16:46:24.874654 D  Setting 'Skocz to OSD programu' changed to 1
2022-09-07 16:46:24.875370 D  Setting 'Playback from start of program' changed to 1
2022-09-07 16:46:24.876166 D  Setting 'Automatycznie zaznacz jako obejrzane' changed to 1
2022-09-07 16:46:24.876883 D  Setting 'Kontynuuj odtwarzanie w oknie' changed to 0
2022-09-07 16:46:24.878285 D  Setting 'Użyj MPEG-TS demuxera z  FFMPEG' changed to 0
2022-09-07 16:46:24.881127 D  Setting 'Discard 3D stereoscopic fields' changed to 1
2022-09-07 16:46:24.883560 D  Setting 'Pytanie pod koniec odtwarzania' changed to 1
2022-09-07 16:46:24.884077 D  Setting 'Enable Music Choice' changed to 0
2022-09-07 16:46:24.884569 D  Setting 'Używaj wątków RealTime' changed to 0
2022-09-07 16:46:24.885989 D  Setting 'Enable Chroma Upsampling Filter when deinterlacing' changed to 0
2022-09-07 16:46:24.887354 D  Setting 'Filtr Deblocking' changed to 1
2022-09-07 16:46:24.887368 D  Setting ' Prefer OpenGL deinterlacers' changed to 1
2022-09-07 16:46:24.887374 D  Setting ' Prefer driver deinterlacers' changed to 0
2022-09-07 16:46:24.887384 D  Setting ' Prefer OpenGL deinterlacers' changed to 1
2022-09-07 16:46:24.887390 D  Setting ' Prefer driver deinterlacers' changed to 0
2022-09-07 16:46:24.887542 D  Setting 'Filtr Deblocking' changed to 1
2022-09-07 16:46:24.887553 D  Setting ' Prefer OpenGL deinterlacers' changed to 1
2022-09-07 16:46:24.887560 D  Setting ' Prefer driver deinterlacers' changed to 0
2022-09-07 16:46:24.887569 D  Setting ' Prefer OpenGL deinterlacers' changed to 1
2022-09-07 16:46:24.887574 D  Setting ' Prefer driver deinterlacers' changed to 0
2022-09-07 16:46:24.887679 D  Setting 'Filtr Deblocking' changed to 1
2022-09-07 16:46:24.887693 D  Setting ' Prefer OpenGL deinterlacers' changed to 1
2022-09-07 16:46:24.887699 D  Setting ' Prefer driver deinterlacers' changed to 0
2022-09-07 16:46:24.887709 D  Setting ' Prefer OpenGL deinterlacers' changed to 1
2022-09-07 16:46:24.887714 D  Setting ' Prefer driver deinterlacers' changed to 0
2022-09-07 16:46:24.887811 D  Setting 'Filtr Deblocking' changed to 1
2022-09-07 16:46:24.887830 D  Setting ' Prefer OpenGL deinterlacers' changed to 0
2022-09-07 16:46:24.887836 D  Setting ' Prefer driver deinterlacers' changed to 0
2022-09-07 16:46:24.887845 D  Setting ' Prefer OpenGL deinterlacers' changed to 0
2022-09-07 16:46:24.887850 D  Setting ' Prefer driver deinterlacers' changed to 0
2022-09-07 16:46:24.887984 D  Setting 'Filtr Deblocking' changed to 0
2022-09-07 16:46:24.887993 D  Setting ' Prefer OpenGL deinterlacers' changed to 1
2022-09-07 16:46:24.887998 D  Setting ' Prefer driver deinterlacers' changed to 0
2022-09-07 16:46:24.888007 D  Setting ' Prefer OpenGL deinterlacers' changed to 1
2022-09-07 16:46:24.888013 D  Setting ' Prefer driver deinterlacers' changed to 0
2022-09-07 16:46:24.888112 D  Setting 'Filtr Deblocking' changed to 1
2022-09-07 16:46:24.888123 D  Setting ' Prefer OpenGL deinterlacers' changed to 1
2022-09-07 16:46:24.888128 D  Setting ' Prefer driver deinterlacers' changed to 0
2022-09-07 16:46:24.888138 D  Setting ' Prefer OpenGL deinterlacers' changed to 1
2022-09-07 16:46:24.888144 D  Setting ' Prefer driver deinterlacers' changed to 0
2022-09-07 16:46:24.889837 D  Setting 'Startuj z listą grup' changed to 0
2022-09-07 16:46:24.890804 D  Setting 'Zawsze pytaj o filtr' changed to 1
2022-09-07 16:46:24.891297 D  Setting 'Zapisz bieżączy filtr jeśli go zmieniono' changed to 1
2022-09-07 16:46:24.891812 D  Setting 'Change Recording Group using the arrow keys' changed to 0
2022-09-07 16:46:24.892773 D  Setting 'Pokazuj grupę "Lista Podręczna"' changed to 1
2022-09-07 16:46:24.893262 D  Setting 'Pokazuj Listę Podręczną jako pierwszą' changed to 0
2022-09-07 16:46:24.893758 D  Setting 'Pokazuj wyłącznie nagrania oznaczone jako "Autokasuj"' changed to 0
2022-09-07 16:46:24.895309 D  Setting 'Sprytne przewijanie' changed to 0
2022-09-07 16:46:24.896222 D  Setting 'Odwróć klawisze FFWD/REWIND' changed to 1
2022-09-07 16:46:24.919714 D  Setting 'Włacz Interaktywne TV' changed to 0
2022-09-07 16:46:24.919738 D  Setting 'Pozwalaj na dostęp sieciowy dla Interactive TV' changed to 1
2022-09-07 16:46:24.919865 D  Setting 'Przeglądaj kanały w TV na Żywo' changed to 1
2022-09-07 16:46:24.919880 D  Setting 'Przeglądaj wszystkie kanały' changed to 1
2022-09-07 16:46:24.919901 D  Setting 'Zawsze pokazuj napisy' changed to 0
2022-09-07 16:46:24.926246 D  Setting 'Włacz Interaktywne TV' changed to 0
2022-09-07 16:46:24.926299 D  CECAdapter: CLinuxCECAdapterCommunication::Process - ioctl CEC_RECEIVE - rx_status=01 len=2 addr=08 opcode=46
2022-09-07 16:46:24.926945 D  Setting 'Pozwalaj na dostęp sieciowy dla Interactive TV' changed to 1
2022-09-07 16:46:24.928064 D  Setting 'Przeglądaj kanały w TV na Żywo' changed to 1
2022-09-07 16:46:24.928531 D  Setting 'Przeglądaj wszystkie kanały' changed to 1
2022-09-07 16:46:24.929028 D  Setting 'Zawsze pokazuj napisy' changed to 0
2022-09-07 16:46:24.929744 D  Setting 'Nagraj ponownie obejrzane' changed to 0
2022-09-07 16:46:24.929761 D  Setting 'Obejrzane przed nieobejrzanymi' changed to 0
2022-09-07 16:46:24.929927 D  Setting 'Wykrywaj eksperymentalnym algorytmem' changed to 0
2022-09-07 16:46:24.929943 D  Setting 'Dokładne wykrywanie reklam' changed to 1
2022-09-07 16:46:24.930433 D  Setting 'Zapamiętaj ostatnio używaną grupę' changed to 0
2022-09-07 16:46:24.931585 D  Setting 'Przeglądaj/zmieniaj kanał z Grupy Kanałów' changed to 0
2022-09-07 16:46:24.933968 D  Setting 'Nagraj ponownie obejrzane' changed to 0
2022-09-07 16:46:24.934484 D  Setting 'Obejrzane przed nieobejrzanymi' changed to 1
2022-09-07 16:46:24.937074 D  Setting 'Wykrywaj eksperymentalnym algorytmem' changed to 0
2022-09-07 16:46:24.937511 D  Setting 'Dokładne wykrywanie reklam' changed to 0
2022-09-07 16:46:24.941275 D  Setting 'Zapamiętaj ostatnio używaną grupę' changed to 0
2022-09-07 16:46:24.942024 D  Setting 'Przeglądaj/zmieniaj kanał z Grupy Kanałów' changed to 0
2022-09-07 16:46:24.945138 D  Setting 'Use full range RGB output' changed to 1
2022-09-07 16:46:24.945295 D  Setting 'Wyświetlaj nagrania w rozdzielczości GUI ' changed to 1
2022-09-07 16:46:24.945307 D  Setting 'Ukryj kursor myszy' changed to 0
2022-09-07 16:46:24.945346 D  Setting 'Pezentuj AirPlay na pełnym ekranie' changed to 0
2022-09-07 16:46:24.945660 D  Setting 'Oddzielne tryby dla Video/TV i GUI' changed to 0
2022-09-07 16:46:24.952453 D  Setting 'Włącz obsługę LCD' changed to 0
2022-09-07 16:46:24.952469 D  Setting 'Pokazuj czas' changed to 1
2022-09-07 16:46:24.952488 D  Setting 'Pokazuj Menu' changed to 1
2022-09-07 16:46:24.952501 D  Setting 'Pokazuj Artystę/Tytuł dla muzyki' changed to 1
2022-09-07 16:46:24.952528 D  Setting 'Pokazuj info. o kanale' changed to 1
2022-09-07 16:46:24.952539 D  Setting 'Pokazuj status nagrywania' changed to 0
2022-09-07 16:46:24.952552 D  Setting 'Pokazuj poziom głośności' changed to 1
2022-09-07 16:46:24.952565 D  Setting 'Pokazuj ogólne informacje' changed to 1
2022-09-07 16:46:24.952576 D  Setting 'Podświetlenie zawsze włączone' changed to 1
2022-09-07 16:46:24.952586 D  Setting 'Włącz wskaźnik aktywności' changed to 0
2022-09-07 16:46:24.952598 D  Setting 'Pokazuj zegar jako duży' changed to 0
2022-09-07 16:46:24.953831 D  Setting 'Use full range RGB output' changed to 1
2022-09-07 16:46:24.957149 D  Setting 'Wyświetlaj nagrania w rozdzielczości GUI ' changed to 1
2022-09-07 16:46:24.957635 D  Setting 'Ukryj kursor myszy' changed to 1
2022-09-07 16:46:24.959031 D  Setting 'Pezentuj AirPlay na pełnym ekranie' changed to 0
2022-09-07 16:46:24.959559 D  Setting 'Oddzielne tryby dla Video/TV i GUI' changed to 1
2022-09-07 16:46:24.972674 D  Setting 'Włącz obsługę LCD' changed to 0
2022-09-07 16:46:24.978981 D  Setting 'Używaj wirtualnej klawiatury' changed to 1
2022-09-07 16:46:24.981060 D  Setting 'Remove prefixes when sorting' changed to 1
2022-09-07 16:46:24.981096 D  Setting 'Monitor Mediów' changed to 0
2022-09-07 16:46:24.981186 D  Setting '' changed to 1
2022-09-07 16:46:24.981355 D  Setting 'Pozalaj na zdalne sterowanie poprzez sieć' changed to 1
2022-09-07 16:46:24.981383 D  Setting 'Enable CEC Control interface' changed to 0
2022-09-07 16:46:24.981395 D  Setting 'Allow Power On TV' changed to 1
2022-09-07 16:46:24.981405 D  Setting 'Allow Power Off TV' changed to 1
2022-09-07 16:46:24.981416 D  Setting 'Power on TV At Start' changed to 1
2022-09-07 16:46:24.981426 D  Setting 'Power off TV At Exit' changed to 1
2022-09-07 16:46:24.981452 D  Setting 'Włącz AirPlay' changed to 1
2022-09-07 16:46:24.981462 D  Setting 'Pezentuj AirPlay na pełnym ekranie' changed to 0
2022-09-07 16:46:24.981475 D  Setting 'Obsługuj tylko AirTunes (bez video)' changed to 0
2022-09-07 16:46:24.981486 D  Setting 'Hasło AirPlay' changed to 0
2022-09-07 16:46:24.981512 D  Setting 'Testowy ping serwera?' changed to 1
2022-09-07 16:46:24.981519 D  Setting 'Użuj unikalnego identyfikatora dla ustawień' changed to 0
2022-09-07 16:46:24.981525 D  Setting 'Zezwalaj na budzenie serwera bazy danych' changed to 0
2022-09-07 16:46:24.982588 D  Setting 'Używaj wirtualnej klawiatury' changed to 1
2022-09-07 16:46:24.983562 D  Setting 'Remove prefixes when sorting' changed to 1
2022-09-07 16:46:24.984496 D  Setting 'Monitor Mediów' changed to 0
2022-09-07 16:46:24.985945 D  Setting 'Confirm before suspending/shutting down' changed to 1
2022-09-07 16:46:24.988763 D  Setting 'Pozalaj na zdalne sterowanie poprzez sieć' changed to 1
2022-09-07 16:46:24.990169 D  Setting 'Enable CEC Control interface' changed to 1
2022-09-07 16:46:24.990666 D  Setting 'Allow Power On TV' changed to 1
2022-09-07 16:46:24.991131 D  Setting 'Allow Power Off TV' changed to 1
2022-09-07 16:46:24.991620 D  Setting 'Power on TV At Start' changed to 1
2022-09-07 16:46:24.992111 D  Setting 'Power off TV At Exit' changed to 1
2022-09-07 16:46:24.992600 D  Setting 'Włącz AirPlay' changed to 1
2022-09-07 16:46:24.992889 D  Setting 'Pezentuj AirPlay na pełnym ekranie' changed to 0
2022-09-07 16:46:24.993382 D  Setting 'Obsługuj tylko AirTunes (bez video)' changed to 1
2022-09-07 16:46:24.993871 D  Setting 'Hasło AirPlay' changed to 0
2022-09-07 16:46:24.998987 D  Setting 'Zapamiętuj aktulaną pozycję drzewa Video' changed to 0
2022-09-07 16:46:24.999073 D  Setting 'Agresywna kontrola rodzicielska' changed to 0
2022-09-07 16:46:24.999085 D  Setting 'Odblokuj automatyczny rating kontroli rodzicielskiej' changed to 0
2022-09-07 16:46:25.003064 D  Setting 'Zapamiętuj aktulaną pozycję drzewa Video' changed to 0
2022-09-07 16:46:25.005418 D  Setting 'Agresywna kontrola rodzicielska' changed to 0
2022-09-07 16:46:25.005892 D  Setting 'Odblokuj automatyczny rating kontroli rodzicielskiej' changed to 0
2022-09-07 16:46:25.032959 D  CECAdapter: CLinuxCECAdapterCommunication::Process - ioctl CEC_RECEIVE - rx_status=01 len=3 addr=08 opcode=8d
2022-09-07 16:46:25.110860 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=09 len=3 addr=80 opcode=8e
2022-09-07 16:46:25.110954 D  CECAdapter: Command 141 from '0' (0) - destination '8' (8)
2022-09-07 16:46:25.110972 D  CECAdapter: Keypress ROOT_MENU
2022-09-07 16:46:25.111048 D  CECAdapter: << Playback 2 (8) -> TV (0): menu state 'activated'
2022-09-07 16:46:25.111054 D  CECAdapter: >> TV (0) -> Playback 2 (8): menu request (8D)
2022-09-07 16:46:25.118841 N  Registering Internal as a media playback plugin.
2022-09-07 16:46:25.119971 N  Creating MediaMonitor
2022-09-07 16:46:25.119978 I  IgnoreDevices=/dev/mmcblk0,/dev/mmcblk1,/dev/mmcblk2,/dev/mmcblk3,/dev/mmcblk0p1,/dev/mmcblk0p2,/dev/mmcblk0p3,/dev/mmcblk0p4,/dev/mmcblk1p1,/dev/mmcblk1p2,/dev/mmcblk1p3,/dev/mmcblk1p4,/dev/mmcblk2p1,/dev/mmcblk2p2,/dev/mmcblk2p3,/dev/mmcblk2p4,/dev/mmcblk3p1,/dev/mmcblk3p2,/dev/mmcblk3p3,/dev/mmcblk3p4,/dev/mmcblk0boot0,/dev/mmcblk0boot1,/dev/mmcblk1boot0,/dev/mmcblk1boot1,/dev/mmcblk2boot0,/dev/mmcblk2boot1,/dev/mmcblk3boot0,/dev/mmcblk3boot1,/dev/zram0,/dev/zram1,/dev/zram2,/dev/zram3,/dev/zram4,/dev/zram5,/dev/zram6,/dev/zram7,
2022-09-07 16:46:25.121054 N  MediaMonitor disabled by user setting.
2022-09-07 16:46:25.145903 N  Registering WebBrowser as a media playback plugin.
2022-09-07 16:46:25.146267 I  Loading pl translation for module mythbrowser
2022-09-07 16:46:25.171604 I  Loading pl translation for module mythgame
2022-09-07 16:46:25.199959 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=3 addr=80 opcode=8e
2022-09-07 16:46:25.200012 D  CECAdapter: Command 141 from '0' (0) - destination '8' (8)
2022-09-07 16:46:25.200033 D  CECAdapter: Keypress ROOT_MENU
2022-09-07 16:46:25.200143 D  CECAdapter: << Playback 2 (8) -> TV (0): menu state 'activated'
2022-09-07 16:46:25.200150 D  CECAdapter: >> TV (0) -> Playback 2 (8): menu request (8D)
2022-09-07 16:46:25.228009 I  Current MythMusic Schema Version (MusicDBSchemaVer): 1025
2022-09-07 16:46:25.245016 I  Loading pl translation for module mythmusic
[New Thread 0xffff0ee9f0c0 (LWP 6439)]
2022-09-07 16:46:25.268469 I  Loading pl translation for module mythnetvision
2022-09-07 16:46:25.289501 I  Loading pl translation for module mythnews
2022-09-07 16:46:25.293694 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=3 addr=80 opcode=8e
2022-09-07 16:46:25.293738 D  CECAdapter: Command 70 from '0' (0) - destination '8' (8)
2022-09-07 16:46:25.293783 D  CECAdapter: << Playback 2 (8) -> TV (0): OSD name 'MythTV'
2022-09-07 16:46:25.293788 D  CECAdapter: >> TV (0) -> Playback 2 (8): give osd name (46)
2022-09-07 16:46:25.313185 I  Loading pl translation for module mythweather
2022-09-07 16:46:25.334611 I  Connecting to zm server: 192.168.1.254:6548 (try 1 of 2)
2022-09-07 16:46:25.336126 D  PortChecker::checkPort(): host 192.168.1.254 port 6548 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:25.509528 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=8 addr=80 opcode=47
2022-09-07 16:46:25.509596 D  CECAdapter: Command 141 from '0' (0) - destination '8' (8)
2022-09-07 16:46:25.509611 D  CECAdapter: Keypress ROOT_MENU
2022-09-07 16:46:25.509682 D  CECAdapter: << Playback 2 (8) -> TV (0): menu state 'activated'
2022-09-07 16:46:25.509688 D  CECAdapter: >> TV (0) -> Playback 2 (8): menu request (8D)
2022-09-07 16:46:25.603348 D  CECAdapter: CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=01 len=3 addr=80 opcode=8e
2022-09-07 16:46:25.766234 I  Bonjour: Service registration complete: name '5e6853666f67@MythTV on Myth-Frontend-02035e98a1bb' type '_raop._tcp.' domain: 'local.'
2022-09-07 16:46:26.337869 I  Using protocol version 11
[New Thread 0xffff0e68f0c0 (LWP 6440)]
[New Thread 0xffff0de7f0c0 (LWP 6441)]
[New Thread 0xffff0d66f0c0 (LWP 6442)]
[New Thread 0xffff0ce5f0c0 (LWP 6443)]
2022-09-07 16:46:26.380852 N  Monitor: Salon (5) is using 3 bytes per pixel
2022-09-07 16:46:26.383401 I  Loading pl translation for module mythzoneminder
2022-09-07 16:46:26.388506 I  Listening on TCP 0.0.0.0:6546
2022-09-07 16:46:26.389621 I  Listening on TCP [::]:6546
2022-09-07 16:46:26.396379 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:26.396529 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:26.396810 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:26.397416 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:26.441021 N  Found mainmenu.xml for theme 'Monochrome-mm2'
2022-09-07 16:46:26.454324 I  Registering HouseKeeperTask 'HardwareProfiler'.
2022-09-07 16:46:26.457326 I  Starting HouseKeeper.
[New Thread 0xfffef7fff0c0 (LWP 6444)]
[New Thread 0xfffef77ef0c0 (LWP 6445)]
[New Thread 0xfffef6fdf0c0 (LWP 6446)]
[New Thread 0xfffef67cf0c0 (LWP 6447)]
[Detaching after fork from child process 6448]
2022-09-07 16:46:26.465549 I  Starting process signal handler
2022-09-07 16:46:26.466243 I  Starting process manager
2022-09-07 16:46:26.479874 I  Starting IO manager (read)
2022-09-07 16:46:26.501203 I  Starting IO manager (write)
[New Thread 0xfffef5fbf0c0 (LWP 6449)]
[New Thread 0xfffef57af0c0 (LWP 6450)]
[New Thread 0xfffef4f9f0c0 (LWP 6451)]
[New Thread 0xfffee7fff0c0 (LWP 6452)]
[New Thread 0xfffee77ef0c0 (LWP 6453)]
2022-09-07 16:46:26.566563 I  HTTPPool: Using maximum 8 threads
2022-09-07 16:46:26.579220 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:26.600506 W  SSL: SSL Host key file (/home/minimyth/.mythtv/certificates/key.pem) does not exist or is not readable
2022-09-07 16:46:26.609114 I  Listening on TCP 0.0.0.0:8081
2022-09-07 16:46:26.609301 I  Listening on TCP [::]:8081
2022-09-07 16:46:26.657358 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
[New Thread 0xfffee6fdf0c0 (LWP 6454)]
[New Thread 0xfffee67cf0c0 (LWP 6455)]
[New Thread 0xfffee5fbf0c0 (LWP 6456)]
[New Thread 0xfffee57af0c0 (LWP 6457)]
[New Thread 0xfffee4f9f0c0 (LWP 6458)]
[New Thread 0xfffedffff0c0 (LWP 6459)]
[New Thread 0xfffedf7ef0c0 (LWP 6460)]
2022-09-07 16:46:26.695212 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:26.949297 I  Bonjour: Service registration complete: name 'Mythfrontend on Myth-Frontend-02035e98a1bb' type '_mythfrontend._tcp.' domain: 'local.'
2022-09-07 16:46:27.531200 I  Bonjour: Service registration complete: name 'mythfrontend on Myth-Frontend-02035e98a1bb' type '_http._tcp.' domain: 'local.'
[New Thread 0xfffeddfcf0c0 (LWP 6461)]
2022-09-07 16:46:38.407257 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1
[New Thread 0xfffedcfb70c0 (LWP 6478)]
[New Thread 0xfffed7fff0c0 (LWP 6479)]
2022-09-07 16:46:40.039742 I  TV::TV(): Creating TV object
2022-09-07 16:46:40.062315 N  Suspending idle timer
2022-09-07 16:46:40.062392 I  BrowseHelper: Helper thread starting
[New Thread 0xfffed77ef0c0 (LWP 6480)]
2022-09-07 16:46:40.062372 I  TV::TV(): Finished creating TV object
2022-09-07 16:46:40.062405 D  TV::StartTV(): -- begin
2022-09-07 16:46:40.062434 D  TV::Init(): -- begin
2022-09-07 16:46:40.065519 I  TV::Init(): Created TvPlayWindow.
2022-09-07 16:46:40.074554 D  TV::Init(): -- end
2022-09-07 16:46:40.074613 D  TV::StartTV(): tv->Playback() -- begin
2022-09-07 16:46:40.078873 I  TV::HandleStateChange(): Attempting to change from None to WatchingPreRecorded
2022-09-07 16:46:40.081867 D  MythCoreContext::SendReceiveStringList(): SendReceiveStringList(QUERY_CHECKFILE,0...) called from UI thread
2022-09-07 16:46:40.083764 D  MythCoreContext::SendReceiveStringList(): SendReceiveStringList(QUERY_FILE_EXISTS,23806_20220907051500.ts) called from UI thread
2022-09-07 16:46:40.084783 I  FileRingBuf(myth://mythtv/23806_20220907051500.ts): OpenFile(myth://mythtv/23806_20220907051500.ts, 2000 ms)
2022-09-07 16:46:40.086533 D  PortChecker::checkPort(): host 192.168.1.254 port 6543 timeLimit 30000 linkLocalOnly 1
2022-09-07 16:46:40.092055 D  PortChecker::checkPort(): host 192.168.1.254 port 6543 timeLimit 30000 linkLocalOnly 1
[Detaching after fork from child process 6481]
2022-09-07 16:46:40.131477 D  TV::StartPlayer(): (WatchingPreRecorded) -- begin
2022-09-07 16:46:40.140768 E  Overlay: Failed to create window osd_status
2022-09-07 16:46:40.140837 E  Overlay: Failed to create window osd_status
2022-09-07 16:46:40.144607 I  PlayerUI: Initialising player state
2022-09-07 16:46:40.144612 I  Editor: Initialising editor
2022-09-07 16:46:40.144619 I  PlayerVis: Initialising visualiser
2022-09-07 16:46:40.144633 I  PlayerCaptions: Initialising captions
2022-09-07 16:46:40.144651 I  PlayerAudio: Initialising audio
[New Thread 0xfffed660a0c0 (LWP 6482)]
2022-09-07 16:46:40.295686 N  AudioPlayer: Enabling Audio
2022-09-07 16:46:40.295740 I  PlayerBase: Player state ready
2022-09-07 16:46:40.295786 I  Player(0): Opening 'myth://mythtv/23806_20220907051500.ts'
2022-09-07 16:46:40.336447 I  VideoProfile: Accepting: cmp() w() h() framerate() codecs( ) dec(v4l2) cpus(4) skiploop(disabled) rend(opengl-hw) deint(none:shader,none:shader) upscale(bilinear)
2022-09-07 16:46:40.341456 I  AFD: PlayerFlags: 0x20, AudioReadAhead: 100 msec
2022-09-07 16:46:40.341521 I  Player(0): Stretch Factor 1, allow passthru
2022-09-07 16:46:40.348894 I  AFD: Buffer size: 32768 Streamed 0 Seekable 1 Available 458752
[New Thread 0xfffed4df90c0 (LWP 6483)]
2022-09-07 16:46:41.522944 I  AFD: Stream #0: ID: 0x217 Codec ID: h264 Type: Video(1920x1080) Bitrate: 0
2022-09-07 16:46:41.522966 I  AFD: Stream #1: ID: 0x352 Codec ID: mp2 Type: Audio Bitrate: 192000
2022-09-07 16:46:41.522978 I  AFD: codec mp2 has 2 channels
2022-09-07 16:46:41.522983 I  AFD: Looking for decoder for mp2
2022-09-07 16:46:41.523367 I  AFD: Opened codec 0x211bd2e0, id(mp2) type(Audio)
2022-09-07 16:46:41.523432 I  AFD: Stream #2: ID: 0x353 Codec ID: mp2 Type: Audio Bitrate: 192000
2022-09-07 16:46:41.523442 I  AFD: codec mp2 has 2 channels
2022-09-07 16:46:41.523446 I  AFD: Looking for decoder for mp2
2022-09-07 16:46:41.523539 I  AFD: Opened codec 0x211bd760, id(mp2) type(Audio)
2022-09-07 16:46:41.523556 I  AFD: Stream #3: ID: 0x17d8 Codec ID: dvb_subtitle Type: Subtitle Bitrate: 0
2022-09-07 16:46:41.523562 I  AFD: subtitle codec (Subtitle)
2022-09-07 16:46:41.523567 I  AFD: Looking for decoder for dvb_subtitle
2022-09-07 16:46:41.523755 I  AFD: Opened codec 0x1fc52920, id(dvb_subtitle) type(Subtitle)
2022-09-07 16:46:41.523782 I  AFD: Subtitle track #1 is A/V stream #3 and is in the Polish language(7368556).
2022-09-07 16:46:41.523795 I  AFD: Stream #4: ID: 0x148d Codec ID: scte_35 Type: Data Bitrate: 0
2022-09-07 16:46:41.523893 I  AFD: data codec (Data)
2022-09-07 16:46:41.523898 I  AFD: Trying to select best video track
2022-09-07 16:46:41.524218 I  AFD: Selected track #0: ID: 0x217 Codec ID: h264 Profile: Main Type: Video(1920x1080) Bitrate: 1000000
2022-09-07 16:46:41.524270 I  AFD: Selected FPS: 25 (Avg:25 Mult:1 Codec:0 Container:90000 Estimated:50)
2022-09-07 16:46:41.524317 I  VideoProfile: LoadBestPreferences(1920x1080, 25.000, h264)
2022-09-07 16:46:41.524369 I  VideoProfile: LoadBestPreferences result: priority:1 width: height: fps: codecs:
2022-09-07 16:46:41.524384 I  VideoProfile: decoder:v4l2 renderer:opengl-hw deint0:none:shader deint1:none:shader cpus:4 upscale:bilinear
2022-09-07 16:46:41.524457 I  AFD: InitVideoCodec ID:h264 Type:Video Size:1920x1080
2022-09-07 16:46:41.524591 I  Player(0): SetFrameInterval Interval:40000 Speed:1 Scan:Progressive Scan (Multiplier: 1)
2022-09-07 16:46:41.524622 I  ScanTracker: DetectInterlace(Detect Scan, Interlaced Scan, 25, 1080) ->Interlaced Scan
2022-09-07 16:46:41.524669 I  AFD: Using v4l2 for video decoding
2022-09-07 16:46:41.525001 I  AFD: Opened codec 0x2284bd30, id(h264) type(Video)
2022-09-07 16:46:41.541183 I  AOBase: Opening audio device 'sysdefault:CARD=HDMI' ch 2(2) sr 48000 sf signed 16 bit reenc 0
2022-09-07 16:46:41.549870 I  Dec: Selected track #1 (type 2) in the Unknown language(0)
2022-09-07 16:46:41.549905 I  Dec: Selected track #1 (type 3) in the Polish language(7368556)
2022-09-07 16:46:41.549923 I  Dec: Resyncing position map. posmapStarted = 0 livetv(0) watchingRec(0)
2022-09-07 16:46:41.685221 I  Dec: Position map filled from DB to: 254912
2022-09-07 16:46:41.698719 I  Dec: Duration map filled from DB to: 254912
2022-09-07 16:46:41.702120 I  Dec: SyncPositionMap prerecorded, from DB: 11041 entries
2022-09-07 16:46:41.702155 I  Dec: SyncPositionMap, new totframes: 254912, new length: 10196, posMap size: 11041
2022-09-07 16:46:41.706792 I  AFD: Position map found
2022-09-07 16:46:41.706820 I  AFD: Successfully opened decoder for file: "myth://mythtv/23806_20220907051500.ts". novideo(0)
2022-09-07 16:46:41.708471 I  Using last position @ 117320
2022-09-07 16:46:41.708933 I  VidOutGPU: Allowed renderers for H.264 v4l2 (Decoder: v4l2): 'opengl-hw'
2022-09-07 16:46:41.708955 I  VideoProfile: Safe renderers for 'v4l2': opengl-hw
2022-09-07 16:46:41.708970 I  VidOutGPU: Allowed renderers (filt: v4l2): opengl-hw
2022-09-07 16:46:41.710051 I  VideoProfile: Accepting: cmp() w() h() framerate() codecs( ) dec(v4l2) cpus(4) skiploop(disabled) rend(opengl-hw) deint(none:shader,none:shader) upscale(bilinear)
2022-09-07 16:46:41.710082 I  VideoProfile: LoadBestPreferences(1920x1080, 25.000, h264)
2022-09-07 16:46:41.710106 I  VideoProfile: LoadBestPreferences result: priority:1 width: height: fps: codecs:
2022-09-07 16:46:41.710117 I  VideoProfile: decoder:v4l2 renderer:opengl-hw deint0:none:shader deint1:none:shader cpus:4 upscale:bilinear
2022-09-07 16:46:41.710141 I  VidOutGPU: Preferred renderer: opengl-hw
2022-09-07 16:46:41.710147 I  VidOutGPU: Trying video renderer: 'opengl-hw'
[New Thread 0xfffedefdf0c0 (LWP 6484)]
2022-09-07 16:46:41.731904 D  ColourSpace: Brightness: -0.0000 Contrast: 1.0000 Saturation: 1.0000 Hue: 0.0000 Alpha: 1.0000 Range: Full Primary: 0
2022-09-07 16:46:41.732168 D  QMatrix4x4(type:General
   1.16438   1.16438   1.16438         0
-2.28029e-09 -0.213249    2.1124         0
   1.79274 -0.532909-5.96049e-10         0
 -0.972945  0.301483   -1.1334         1
)
2022-09-07 16:46:41.733113 I  HDRTracker: No HDR support detected for this display
2022-09-07 16:46:41.733787 I  VideoGPU: Discard stereoscopic fields: Yes
2022-09-07 16:46:41.734329 I  GLVid: Chroma upsampling filter disabled
2022-09-07 16:46:41.734371 I  Clearing OpenGL painter cache.
2022-09-07 16:46:41.750144 I  VideoBounds: Window using screen 'HDMI1' 1920x1080
2022-09-07 16:46:41.750163 I  VideoBounds: Window Rect:  1920x1080+0+0
2022-09-07 16:46:41.750184 I  VideoBounds: Display Rect: 1920x1080+0+0 Aspect: 1.77778
2022-09-07 16:46:41.750195 I  VideoBounds: Video Rect:   1920x1080+0+0 Aspect: 1.77778
2022-09-07 16:46:41.750258 I  ColourSpace: PictureAttributes: Brightness,Contrast,Colour,Hue,Range
2022-09-07 16:46:41.750310 I  Display: Trying to match best refresh rate 25.000Hz
2022-09-07 16:46:41.750349 I  Display: Trying mode 1920x1080@25.000Hz
2022-09-07 16:46:41.750488 D  /dev/dri/card0: nativeResourceForScreen mode_index 5 is set
2022-09-07 16:46:41.750515 I  Display: Switched to 1920x1080@60.000Hz for video 1920x1080
2022-09-07 16:46:41.754130 I  VidOutGPU: Aspect ratio: 1.77778 (Square pixels)
2022-09-07 16:46:41.761159 I  VidOutGPU: Display aspect ratio: 1.77778 (Square pixels)
2022-09-07 16:46:41.761271 I  Created 6 empty DRM-PRIME (1920x1080) video buffers
2022-09-07 16:46:41.769476 I  DecThread: Decoder thread starting.
2022-09-07 16:46:41.769503 I  AFD: DoFastForward(117319 (0), do discard frames)
2022-09-07 16:46:41.769511 I  Dec: DoFastForward(117319 (0), do discard frames)
2022-09-07 16:46:41.769536 I  Dec: FindPosition(117319, search not adjusted) -->
                        [5099:117304(3002916668),5100:117328(3003551356)]
2022-09-07 16:46:41.831116 I  AFD: SeekReset(117304, 15, do flush, do discard)
2022-09-07 16:46:41.831166 I  VidOutGPU: (1): AAAAAA
2022-09-07 16:46:41.831190 I  VideoBuffers::DiscardFrames(1): AAAAAA
2022-09-07 16:46:41.831212 I  VideoBuffers::DiscardFrames(1): AAAAAA -- done
2022-09-07 16:46:41.831259 I  AFD: SeekReset() flushing
2022-09-07 16:46:41.869155 I  PlayerVideo: Queuing callback for V4L2 request context creation
2022-09-07 16:46:41.869462 I  PlayerVideo: Executing V4L2 request context creation
2022-09-07 16:46:41.869471 I  MythCodecContext: Create decoder callback
2022-09-07 16:46:41.869492 I  MythCodecContext: Created hardware device 'drm'
2022-09-07 16:46:42.120042 I  Player(0): ClearAfterSeek(0)
2022-09-07 16:46:42.137370 I  OSD: Loaded window osd_message
2022-09-07 16:46:42.160466 I  OSD: Loaded window osd_input
2022-09-07 16:46:42.200042 I  OSD: Loaded window program_info
2022-09-07 16:46:42.224763 I  OSD: Loaded window browse_info
2022-09-07 16:46:42.250997 I  OSD: Loaded window osd_status
2022-09-07 16:46:42.275341 I  OSD: Loaded window osd_program_editor
2022-09-07 16:46:42.297404 E  MythFontProperties: Failed to load 'DejaVu LGC Sans', got 'DejaVu Sans' instead
                        Location: /usr/share/mythtv/themes/Monochrome-mm2/osd.xml @ 830
                        Name: 'normal'  Type: 'fontdef'
2022-09-07 16:46:42.300101 E  MythFontProperties: Failed to load 'DejaVu LGC Sans', got 'DejaVu Sans' instead
                        Location: /usr/share/mythtv/themes/Monochrome-mm2/osd.xml @ 838
                        Name: 'normal_tiny'     Type: 'fontdef'
2022-09-07 16:46:42.303072 E  MythFontProperties: Failed to load 'Fluid', got 'DejaVu Sans' instead
                        Location: /usr/share/mythtv/themes/Monochrome-mm2/osd.xml @ 841
                        Name: 'title_small'     Type: 'fontdef'
2022-09-07 16:46:42.320579 I  OSD: Loaded window osd_debug
2022-09-07 16:46:42.320631 I  OSD: Loaded OSD: size 1920x1080 offset 0+0
2022-09-07 16:46:42.328272 I  Captions: Created window aa_OSD_SUBTITLES
2022-09-07 16:46:42.328368 I  Player(0): ClearAfterSeek(0)
2022-09-07 16:46:42.328438 I  Player(0): SetFrameInterval Interval:40000 Speed:1 Scan:Interlaced Scan (Multiplier: 1)
2022-09-07 16:46:42.328509 I  PlayerUI: Display Refresh Rate: 60.002 Video Frame Rate: 25.000
2022-09-07 16:46:42.328554 I  VideoOutput: SetDeinterlacing (Doublerate 1): Single None Double None
2022-09-07 16:46:42.329021 I  TV::StartPlaying(): StartPlaying(): took 0 ms to start player.
2022-09-07 16:46:42.329069 I  TV::StartPlayer(): Created player.
2022-09-07 16:46:42.329112 D  TV::StartPlayer(): (WatchingPreRecorded) -- end ok
2022-09-07 16:46:42.329203 I  TV::HandleStateChange(): Changing from None to WatchingPreRecorded
2022-09-07 16:46:42.345808 I  TV::HandleStateChange(): Main UI disabled.
2022-09-07 16:46:42.345817 D  TV::HandleStateChange():  -- end
2022-09-07 16:46:42.345958 D  TV::StartTV(): tv->Playback() -- end
2022-09-07 16:46:42.345974 I  TV::StartTV(): Entering main playback loop.
2022-09-07 16:46:42.348133 D  PortChecker::checkPort(): host 192.168.1.254 port 3306 timeLimit 30000 linkLocalOnly 1

Thread 55 "Decoder" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xfffedefdf0c0 (LWP 6484)]
0x0000ffff8234a758 in av_opt_next () from /usr/lib/libmythavutil.so.57

Thread 55 (Thread 0xfffedefdf0c0 (LWP 6484) "Decoder"):
#0  0x0000ffff8234a758 in av_opt_next () from /usr/lib/libmythavutil.so.57
No symbol table info available.
#1  0x0000ffff8234a910 in av_opt_find2 () from /usr/lib/libmythavutil.so.57
No symbol table info available.
#2  0x0000ffff88722600 in ?? () from /usr/lib/libmythtv-33.so.33
No symbol table info available.
#3  0x0000ffff88724178 in ?? () from /usr/lib/libmythtv-33.so.33
No symbol table info available.
#4  0x0000ffff886afbb8 in MythPlayer::DoGetFrame(DecodeType) () from /usr/lib/libmythtv-33.so.33
No symbol table info available.
#5  0x0000ffff886b6918 in MythPlayer::DecoderGetFrame(DecodeType, bool) () from /usr/lib/libmythtv-33.so.33
No symbol table info available.
#6  0x0000ffff886b6ae8 in MythPlayer::DecoderLoop(bool) () from /usr/lib/libmythtv-33.so.33
No symbol table info available.
#7  0x0000ffff8872cdcc in ?? () from /usr/lib/libmythtv-33.so.33
No symbol table info available.
#8  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#9  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#10 0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 54 (Thread 0xfffed4df90c0 (LWP 6483) "AudioOutputBase"):
#0  0x0000ffff83a4f5b0 in clock_nanosleep () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a53e8c in nanosleep () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f1077c in QThread::usleep(unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff87cc53d8 in ?? () from /usr/lib/libmyth-33.so.33
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 53 (Thread 0xfffed660a0c0 (LWP 6482) "RingBuffer"):
#0  0x0000ffff83a82a24 in syscall () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83f1115c in QSemaphore::acquire(int) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#2  0x0000ffff840bf768 in QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff840c02ec in QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff88032304 in MythSocket::Read(char*, int, std::chrono::duration<long, std::ratio<1l, 1000l> >) () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff8805f578 in RemoteFile::Read(void*, int) () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#6  0x0000ffff88564134 in MythFileBuffer::SafeRead(RemoteFile*, void*, unsigned int) () from /usr/lib/libmythtv-33.so.33
No symbol table info available.
#7  0x0000ffff8855a414 in MythMediaBuffer::run() () from /usr/lib/libmythtv-33.so.33
No symbol table info available.
#8  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#9  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#10 0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 52 (Thread 0xfffed77ef0c0 (LWP 6480) "MythSocketThrea"):
#0  0x0000ffff83a7d228 in ppoll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff840f2f3c in qt_safe_poll(pollfd*, unsigned long, timespec const*) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#2  0x0000ffff847465b4 in ?? () from /usr/lib/qt5/lib/libQt5Network.so.5
No symbol table info available.
#3  0x0000ffff847343c8 in QAbstractSocket::waitForReadyRead(int) () from /usr/lib/qt5/lib/libQt5Network.so.5
No symbol table info available.
#4  0x0000ffff88042a1c in MythSocket::ReadReal(char*, int, std::chrono::duration<long, std::ratio<1l, 1000l> >, int*) () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff840d3598 in QObject::event(QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff875ae940 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Widgets.so.5
No symbol table info available.
#7  0x0000ffff840b0b20 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#8  0x0000ffff840b1850 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#9  0x0000ffff840f7d78 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#10 0x0000ffff7f6ab17c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#11 0x0000ffff7f6ab3e0 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#12 0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#13 0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#14 0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#15 0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#16 0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#17 0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#18 0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#19 0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 51 (Thread 0xfffed7fff0c0 (LWP 6479) "MythSocketThrea"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 50 (Thread 0xfffedcfb70c0 (LWP 6478) "TVBrowseHelper"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17a74 in pthread_cond_wait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f14404 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff886f6998 in ?? () from /usr/lib/libmythtv-33.so.33
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 49 (Thread 0xfffeddfcf0c0 (LWP 6461) "PlaybackBoxHelp"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 48 (Thread 0xfffedf7ef0c0 (LWP 6460) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 47 (Thread 0xfffedffff0c0 (LWP 6459) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 46 (Thread 0xfffee4f9f0c0 (LWP 6458) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 45 (Thread 0xfffee57af0c0 (LWP 6457) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 44 (Thread 0xfffee5fbf0c0 (LWP 6456) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 43 (Thread 0xfffee67cf0c0 (LWP 6455) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 42 (Thread 0xfffee6fdf0c0 (LWP 6454) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 41 (Thread 0xfffee77ef0c0 (LWP 6453) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 40 (Thread 0xfffee7fff0c0 (LWP 6452) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 39 (Thread 0xfffef4f9f0c0 (LWP 6451) "PT8"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 38 (Thread 0xfffef57af0c0 (LWP 6450) "HTTPServer"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff81772c30 in ?? () from /usr/lib/libdns_sd.so.1
No symbol table info available.
#2  0x0000ffff7cff677c in avahi_simple_poll_run () from /usr/lib/libavahi-common.so.3
No symbol table info available.
#3  0x0000ffff81772d78 in ?? () from /usr/lib/libdns_sd.so.1
No symbol table info available.
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 37 (Thread 0xfffef5fbf0c0 (LWP 6449) "HTTPServer"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 36 (Thread 0xfffef67cf0c0 (LWP 6447) "SystemIOHandler"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17a74 in pthread_cond_wait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f14404 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff881308d0 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 35 (Thread 0xfffef6fdf0c0 (LWP 6446) "SystemIOHandler"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17a74 in pthread_cond_wait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f14404 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff881308d0 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 34 (Thread 0xfffef77ef0c0 (LWP 6445) "SystemSignalMan"):
#0  0x0000ffff83a4f5b0 in clock_nanosleep () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a53e8c in nanosleep () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff8813217c in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#3  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 33 (Thread 0xfffef7fff0c0 (LWP 6444) "SystemManager"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff88131068 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 32 (Thread 0xffff0ce5f0c0 (LWP 6443) "PreviewGenerato"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 31 (Thread 0xffff0d66f0c0 (LWP 6442) "NetworkControl"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17a74 in pthread_cond_wait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f14404 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x00000000004f9d34 in ?? ()
No symbol table info available.
#4  0x0000ffff88035a14 in MThread::run() () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 30 (Thread 0xffff0de7f0c0 (LWP 6441) "Monitor"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff87ce60b4 in ?? () from /usr/lib/libmyth-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 29 (Thread 0xffff0e68f0c0 (LWP 6440) "AlarmNotifyThre"):
#0  0x0000ffff83a4f5b0 in clock_nanosleep () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a53e8c in nanosleep () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff0eec5120 in ?? () from /usr/lib/mythtv/plugins/libmythzoneminder.so
No symbol table info available.
#3  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 28 (Thread 0xffff0ee9f0c0 (LWP 6439) "MythSocketThrea"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 27 (Thread 0xffff0ffff0c0 (LWP 6438) "RAOPDevice"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff81772c30 in ?? () from /usr/lib/libdns_sd.so.1
No symbol table info available.
#2  0x0000ffff7cff677c in avahi_simple_poll_run () from /usr/lib/libavahi-common.so.3
No symbol table info available.
#3  0x0000ffff81772d78 in ?? () from /usr/lib/libdns_sd.so.1
No symbol table info available.
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 26 (Thread 0xffff30f9f0c0 (LWP 6437) "RAOPDevice"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 25 (Thread 0xffff317af0c0 (LWP 6435) "mythfrontend"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff74184568 in CEC::CCECStandbyProtection::Process() () from /usr/lib/libcec.so.6
No symbol table info available.
#3  0x0000ffff74178de8 in P8PLATFORM::CThread::ThreadHandler(void*) () from /usr/lib/libcec.so.6
No symbol table info available.
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 24 (Thread 0xffff31fbf0c0 (LWP 6434) "mythfrontend"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff74192488 in CEC::CCECProcessor::Process() () from /usr/lib/libcec.so.6
No symbol table info available.
#3  0x0000ffff74178de8 in P8PLATFORM::CThread::ThreadHandler(void*) () from /usr/lib/libcec.so.6
No symbol table info available.
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 23 (Thread 0xffff327cf0c0 (LWP 6433) "mythfrontend"):
#0  0x0000ffff83a7f998 in select () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff74198568 in CEC::CLinuxCECAdapterCommunication::Process() () from /usr/lib/libcec.so.6
No symbol table info available.
#2  0x0000ffff74178de8 in P8PLATFORM::CThread::ThreadHandler(void*) () from /usr/lib/libcec.so.6
No symbol table info available.
#3  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#4  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 22 (Thread 0xffff32fdf0c0 (LWP 6431) "mythfrontend"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff7418002c in CEC::CCECClient::Process() () from /usr/lib/libcec.so.6
No symbol table info available.
#3  0x0000ffff74178de8 in P8PLATFORM::CThread::ThreadHandler(void*) () from /usr/lib/libcec.so.6
No symbol table info available.
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 21 (Thread 0xffff337ef0c0 (LWP 6430) "MythSocketThrea"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 20 (Thread 0xffff33fff0c0 (LWP 6429) "MythSocketThrea"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 19 (Thread 0xffff4cf9f0c0 (LWP 6428) "PT7"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 18 (Thread 0xffff4d7af0c0 (LWP 6427) "PT6"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 17 (Thread 0xffff4dfbf0c0 (LWP 6426) "PT5"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 16 (Thread 0xffff4e7cf0c0 (LWP 6425) "PT4"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 15 (Thread 0xffff4efdf0c0 (LWP 6424) "PT3"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 14 (Thread 0xffff4f7ef0c0 (LWP 6423) "PT2"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 13 (Thread 0xffff4ffff0c0 (LWP 6422) "PT1"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 12 (Thread 0xffff5cfcd0c0 (LWP 6421) "PT0"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 11 (Thread 0xffff5e7cf0c0 (LWP 6419) "UDP"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x0000ffff840fa3b4 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 10 (Thread 0xffff5efdf0c0 (LWP 6418) "LIRC"):
#0  0x0000ffff83a7f998 in select () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff87f3d1d4 in ?? () from /usr/lib/libmythui-33.so.33
No symbol table info available.
#2  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#4  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 9 (Thread 0xffff5f7ef0c0 (LWP 6417) "mythfrontend"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff81772c30 in ?? () from /usr/lib/libdns_sd.so.1
No symbol table info available.
#2  0x0000ffff7cff677c in avahi_simple_poll_run () from /usr/lib/libavahi-common.so.3
No symbol table info available.
#3  0x0000ffff81772d78 in ?? () from /usr/lib/libdns_sd.so.1
No symbol table info available.
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 8 (Thread 0xffff5ffff0c0 (LWP 6416) "TaskQueue"):
#0  0x0000ffff83a4f5b0 in clock_nanosleep () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a53e8c in nanosleep () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f1077c in QThread::usleep(unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff88224508 in TaskQueue::run() () from /usr/lib/libmythupnp-33.so.33
No symbol table info available.
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 7 (Thread 0xffff74aff0c0 (LWP 6415) "SSDP"):
#0  0x0000ffff83a7f998 in select () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff8822434c in SSDP::run() () from /usr/lib/libmythupnp-33.so.33
No symbol table info available.
#2  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#4  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 6 (Thread 0xffff75aff0c0 (LWP 6414) "mythfrontend"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17a74 in pthread_cond_wait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff844c2218 in ?? () from /usr/lib/qt5/lib/libQt5Script.so.5
No symbol table info available.
#3  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#4  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 5 (Thread 0xffff7650f0c0 (LWP 6413) "QDBusConnection"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff816c875c in ?? () from /usr/lib/qt5/lib/libQt5DBus.so.5
No symbol table info available.
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 4 (Thread 0xffff76edf0c0 (LWP 6412) "Logger"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff880a3cd0 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 3 (Thread 0xffff776ef0c0 (LWP 6411) "LogForward"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff880ad444 in ?? () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 2 (Thread 0xffff782df0c0 (LWP 6410) "QThread"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#6  0x0000ffff7c666f80 in ?? () from /usr/lib/qt5/lib/libQt5EglFsKmsSupport.so.5
No symbol table info available.
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
No symbol table info available.
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6
No symbol table info available.

Thread 1 (Thread 0xffff87c76020 (LWP 6400) "mythfrontend"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000ffff765d8c80 in ?? () from /usr/lib/libmariadb.so.3
No symbol table info available.
#2  0x0000ffff765d8f8c in ?? () from /usr/lib/libmariadb.so.3
No symbol table info available.
#3  0x0000ffff765e4718 in mysql_get_parameters () from /usr/lib/libmariadb.so.3
No symbol table info available.
#4  0x0000ffff765e49b4 in mysql_get_parameters () from /usr/lib/libmariadb.so.3
No symbol table info available.
#5  0x0000ffff765db6d0 in ?? () from /usr/lib/libmariadb.so.3
No symbol table info available.
#6  0x0000ffff765dc1c0 in ?? () from /usr/lib/libmariadb.so.3
No symbol table info available.
#7  0x0000ffff765e0244 in mysql_get_socket () from /usr/lib/libmariadb.so.3
No symbol table info available.
#8  0x0000ffff765e3c74 in ?? () from /usr/lib/libmariadb.so.3
No symbol table info available.
#9  0x0000ffff76629710 in ?? () from /usr/lib/qt5/plugins/sqldrivers/libqsqlmysql.so
No symbol table info available.
#10 0x0000ffff845da048 in QSqlResult::exec() () from /usr/lib/qt5/lib/libQt5Sql.so.5
No symbol table info available.
#11 0x0000ffff88041b60 in MSqlQuery::exec() () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#12 0x0000ffff880484ec in MythDB::GetSetting(QString const&, QString const&) () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#13 0x0000ffff8805ddb8 in MythCoreContext::GetSetting(QString const&, QString const&) () from /usr/lib/libmythbase-33.so.33
No symbol table info available.
#14 0x0000ffff88555e7c in MythSystemEventHandler::customEvent(QEvent*) () from /usr/lib/libmythtv-33.so.33
No symbol table info available.
#15 0x0000ffff840d366c in QObject::event(QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#16 0x0000ffff875ae940 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Widgets.so.5
No symbol table info available.
#17 0x0000ffff840b0b20 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#18 0x0000ffff840b1850 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#19 0x0000ffff840f7d78 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#20 0x0000ffff7f6ab17c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#21 0x0000ffff7f6ab3e0 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#22 0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#23 0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#24 0x0000ffff88672610 in TV::PlaybackLoop() () from /usr/lib/libmythtv-33.so.33
No symbol table info available.
#25 0x0000ffff88667e14 in TV::StartTV(ProgramInfo*, unsigned int, std::vector<ChannelInfo, std::allocator<ChannelInfo> > const&) () from /usr/lib/libmythtv-33.so.33
No symbol table info available.
#26 0x0000000000471ccc in ?? ()
No symbol table info available.
#27 0x0000ffff840e319c in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#28 0x0000ffff87f51e44 in MythUIButtonList::itemClicked(MythUIButtonListItem*) () from /usr/lib/libmythui-33.so.33
No symbol table info available.
#29 0x0000ffff87ed7324 in MythUIButtonList::keyPressEvent(QKeyEvent*) () from /usr/lib/libmythui-33.so.33
No symbol table info available.
#30 0x000000000047ca08 in ?? ()
No symbol table info available.
#31 0x0000ffff87e69910 in MythMainWindow::eventFilter(QObject*, QEvent*) () from /usr/lib/libmythui-33.so.33
No symbol table info available.
#32 0x0000ffff840b0880 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#33 0x0000ffff875ae924 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Widgets.so.5
No symbol table info available.
#34 0x0000ffff875b24cc in QApplication::notify(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Widgets.so.5
No symbol table info available.
#35 0x0000ffff840b0b20 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#36 0x0000ffff87f1a4b8 in ?? () from /usr/lib/libmythui-33.so.33
No symbol table info available.
#37 0x0000ffff840d366c in QObject::event(QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#38 0x0000ffff875ae940 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Widgets.so.5
No symbol table info available.
#39 0x0000ffff840b0b20 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#40 0x0000ffff840b1850 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#41 0x0000ffff840f7d78 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#42 0x0000ffff7f6ab17c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#43 0x0000ffff7f6ab3e0 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#44 0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#45 0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#46 0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#47 0x0000ffff840b474c in QCoreApplication::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
No symbol table info available.
#48 0x0000000000438a48 in main ()
No symbol table info available.
(gdb) thread apply all bt

Thread 55 (Thread 0xfffedefdf0c0 (LWP 6484) "Decoder"):
#0  0x0000ffff8234a758 in av_opt_next () from /usr/lib/libmythavutil.so.57
#1  0x0000ffff8234a910 in av_opt_find2 () from /usr/lib/libmythavutil.so.57
#2  0x0000ffff88722600 in ?? () from /usr/lib/libmythtv-33.so.33
#3  0x0000ffff88724178 in ?? () from /usr/lib/libmythtv-33.so.33
#4  0x0000ffff886afbb8 in MythPlayer::DoGetFrame(DecodeType) () from /usr/lib/libmythtv-33.so.33
#5  0x0000ffff886b6918 in MythPlayer::DecoderGetFrame(DecodeType, bool) () from /usr/lib/libmythtv-33.so.33
#6  0x0000ffff886b6ae8 in MythPlayer::DecoderLoop(bool) () from /usr/lib/libmythtv-33.so.33
#7  0x0000ffff8872cdcc in ?? () from /usr/lib/libmythtv-33.so.33
#8  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#9  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#10 0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 54 (Thread 0xfffed4df90c0 (LWP 6483) "AudioOutputBase"):
#0  0x0000ffff83a4f5b0 in clock_nanosleep () from /lib64/libc.so.6
#1  0x0000ffff83a53e8c in nanosleep () from /lib64/libc.so.6
#2  0x0000ffff83f1077c in QThread::usleep(unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff87cc53d8 in ?? () from /usr/lib/libmyth-33.so.33
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 53 (Thread 0xfffed660a0c0 (LWP 6482) "RingBuffer"):
#0  0x0000ffff83a82a24 in syscall () from /lib64/libc.so.6
#1  0x0000ffff83f1115c in QSemaphore::acquire(int) () from /usr/lib/qt5/lib/libQt5Core.so.5
#2  0x0000ffff840bf768 in QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff840c02ec in QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff88032304 in MythSocket::Read(char*, int, std::chrono::duration<long, std::ratio<1l, 1000l> >) () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff8805f578 in RemoteFile::Read(void*, int) () from /usr/lib/libmythbase-33.so.33
#6  0x0000ffff88564134 in MythFileBuffer::SafeRead(RemoteFile*, void*, unsigned int) () from /usr/lib/libmythtv-33.so.33
#7  0x0000ffff8855a414 in MythMediaBuffer::run() () from /usr/lib/libmythtv-33.so.33
#8  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#9  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#10 0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 52 (Thread 0xfffed77ef0c0 (LWP 6480) "MythSocketThrea"):
#0  0x0000ffff83a7d228 in ppoll () from /lib64/libc.so.6
#1  0x0000ffff840f2f3c in qt_safe_poll(pollfd*, unsigned long, timespec const*) () from /usr/lib/qt5/lib/libQt5Core.so.5
#2  0x0000ffff847465b4 in ?? () from /usr/lib/qt5/lib/libQt5Network.so.5
#3  0x0000ffff847343c8 in QAbstractSocket::waitForReadyRead(int) () from /usr/lib/qt5/lib/libQt5Network.so.5
#4  0x0000ffff88042a1c in MythSocket::ReadReal(char*, int, std::chrono::duration<long, std::ratio<1l, 1000l> >, int*) () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff840d3598 in QObject::event(QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff875ae940 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Widgets.so.5
#7  0x0000ffff840b0b20 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
#8  0x0000ffff840b1850 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/qt5/lib/libQt5Core.so.5
#9  0x0000ffff840f7d78 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#10 0x0000ffff7f6ab17c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#11 0x0000ffff7f6ab3e0 in ?? () from /usr/lib/libglib-2.0.so.0
#12 0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#13 0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#14 0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#15 0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#16 0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
#17 0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#18 0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#19 0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 51 (Thread 0xfffed7fff0c0 (LWP 6479) "MythSocketThrea"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 50 (Thread 0xfffedcfb70c0 (LWP 6478) "TVBrowseHelper"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17a74 in pthread_cond_wait () from /lib64/libc.so.6
#2  0x0000ffff83f14404 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff886f6998 in ?? () from /usr/lib/libmythtv-33.so.33
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 49 (Thread 0xfffeddfcf0c0 (LWP 6461) "PlaybackBoxHelp"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 48 (Thread 0xfffedf7ef0c0 (LWP 6460) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 47 (Thread 0xfffedffff0c0 (LWP 6459) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 46 (Thread 0xfffee4f9f0c0 (LWP 6458) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 45 (Thread 0xfffee57af0c0 (LWP 6457) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 44 (Thread 0xfffee5fbf0c0 (LWP 6456) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 43 (Thread 0xfffee67cf0c0 (LWP 6455) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 42 (Thread 0xfffee6fdf0c0 (LWP 6454) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 41 (Thread 0xfffee77ef0c0 (LWP 6453) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 40 (Thread 0xfffee7fff0c0 (LWP 6452) "Thread (pooled)"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1a6f0 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 39 (Thread 0xfffef4f9f0c0 (LWP 6451) "PT8"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 38 (Thread 0xfffef57af0c0 (LWP 6450) "HTTPServer"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff81772c30 in ?? () from /usr/lib/libdns_sd.so.1
#2  0x0000ffff7cff677c in avahi_simple_poll_run () from /usr/lib/libavahi-common.so.3
#3  0x0000ffff81772d78 in ?? () from /usr/lib/libdns_sd.so.1
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 37 (Thread 0xfffef5fbf0c0 (LWP 6449) "HTTPServer"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 36 (Thread 0xfffef67cf0c0 (LWP 6447) "SystemIOHandler"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17a74 in pthread_cond_wait () from /lib64/libc.so.6
#2  0x0000ffff83f14404 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff881308d0 in ?? () from /usr/lib/libmythbase-33.so.33
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 35 (Thread 0xfffef6fdf0c0 (LWP 6446) "SystemIOHandler"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17a74 in pthread_cond_wait () from /lib64/libc.so.6
#2  0x0000ffff83f14404 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff881308d0 in ?? () from /usr/lib/libmythbase-33.so.33
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 34 (Thread 0xfffef77ef0c0 (LWP 6445) "SystemSignalMan"):
#0  0x0000ffff83a4f5b0 in clock_nanosleep () from /lib64/libc.so.6
#1  0x0000ffff83a53e8c in nanosleep () from /lib64/libc.so.6
#2  0x0000ffff8813217c in ?? () from /usr/lib/libmythbase-33.so.33
#3  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 33 (Thread 0xfffef7fff0c0 (LWP 6444) "SystemManager"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff88131068 in ?? () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 32 (Thread 0xffff0ce5f0c0 (LWP 6443) "PreviewGenerato"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 31 (Thread 0xffff0d66f0c0 (LWP 6442) "NetworkControl"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17a74 in pthread_cond_wait () from /lib64/libc.so.6
#2  0x0000ffff83f14404 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x00000000004f9d34 in ?? ()
#4  0x0000ffff88035a14 in MThread::run() () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 30 (Thread 0xffff0de7f0c0 (LWP 6441) "Monitor"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff87ce60b4 in ?? () from /usr/lib/libmyth-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 29 (Thread 0xffff0e68f0c0 (LWP 6440) "AlarmNotifyThre"):
#0  0x0000ffff83a4f5b0 in clock_nanosleep () from /lib64/libc.so.6
#1  0x0000ffff83a53e8c in nanosleep () from /lib64/libc.so.6
#2  0x0000ffff0eec5120 in ?? () from /usr/lib/mythtv/plugins/libmythzoneminder.so
#3  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 28 (Thread 0xffff0ee9f0c0 (LWP 6439) "MythSocketThrea"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 27 (Thread 0xffff0ffff0c0 (LWP 6438) "RAOPDevice"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff81772c30 in ?? () from /usr/lib/libdns_sd.so.1
#2  0x0000ffff7cff677c in avahi_simple_poll_run () from /usr/lib/libavahi-common.so.3
#3  0x0000ffff81772d78 in ?? () from /usr/lib/libdns_sd.so.1
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 26 (Thread 0xffff30f9f0c0 (LWP 6437) "RAOPDevice"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 25 (Thread 0xffff317af0c0 (LWP 6435) "mythfrontend"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff74184568 in CEC::CCECStandbyProtection::Process() () from /usr/lib/libcec.so.6
#3  0x0000ffff74178de8 in P8PLATFORM::CThread::ThreadHandler(void*) () from /usr/lib/libcec.so.6
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 24 (Thread 0xffff31fbf0c0 (LWP 6434) "mythfrontend"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff74192488 in CEC::CCECProcessor::Process() () from /usr/lib/libcec.so.6
#3  0x0000ffff74178de8 in P8PLATFORM::CThread::ThreadHandler(void*) () from /usr/lib/libcec.so.6
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 23 (Thread 0xffff327cf0c0 (LWP 6433) "mythfrontend"):
#0  0x0000ffff83a7f998 in select () from /lib64/libc.so.6
#1  0x0000ffff74198568 in CEC::CLinuxCECAdapterCommunication::Process() () from /usr/lib/libcec.so.6
#2  0x0000ffff74178de8 in P8PLATFORM::CThread::ThreadHandler(void*) () from /usr/lib/libcec.so.6
#3  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#4  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 22 (Thread 0xffff32fdf0c0 (LWP 6431) "mythfrontend"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff7418002c in CEC::CCECClient::Process() () from /usr/lib/libcec.so.6
#3  0x0000ffff74178de8 in P8PLATFORM::CThread::ThreadHandler(void*) () from /usr/lib/libcec.so.6
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 21 (Thread 0xffff337ef0c0 (LWP 6430) "MythSocketThrea"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 20 (Thread 0xffff33fff0c0 (LWP 6429) "MythSocketThrea"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 19 (Thread 0xffff4cf9f0c0 (LWP 6428) "PT7"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 18 (Thread 0xffff4d7af0c0 (LWP 6427) "PT6"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 17 (Thread 0xffff4dfbf0c0 (LWP 6426) "PT5"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 16 (Thread 0xffff4e7cf0c0 (LWP 6425) "PT4"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 15 (Thread 0xffff4efdf0c0 (LWP 6424) "PT3"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 14 (Thread 0xffff4f7ef0c0 (LWP 6423) "PT2"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 13 (Thread 0xffff4ffff0c0 (LWP 6422) "PT1"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 12 (Thread 0xffff5cfcd0c0 (LWP 6421) "PT0"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff88037dc4 in ?? () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 11 (Thread 0xffff5e7cf0c0 (LWP 6419) "UDP"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x0000ffff840fa3b4 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff88035a28 in MThread::run() () from /usr/lib/libmythbase-33.so.33
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 10 (Thread 0xffff5efdf0c0 (LWP 6418) "LIRC"):
#0  0x0000ffff83a7f998 in select () from /lib64/libc.so.6
#1  0x0000ffff87f3d1d4 in ?? () from /usr/lib/libmythui-33.so.33
#2  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#4  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 9 (Thread 0xffff5f7ef0c0 (LWP 6417) "mythfrontend"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff81772c30 in ?? () from /usr/lib/libdns_sd.so.1
#2  0x0000ffff7cff677c in avahi_simple_poll_run () from /usr/lib/libavahi-common.so.3
#3  0x0000ffff81772d78 in ?? () from /usr/lib/libdns_sd.so.1
#4  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#5  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 8 (Thread 0xffff5ffff0c0 (LWP 6416) "TaskQueue"):
#0  0x0000ffff83a4f5b0 in clock_nanosleep () from /lib64/libc.so.6
#1  0x0000ffff83a53e8c in nanosleep () from /lib64/libc.so.6
#2  0x0000ffff83f1077c in QThread::usleep(unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff88224508 in TaskQueue::run() () from /usr/lib/libmythupnp-33.so.33
#4  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#6  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 7 (Thread 0xffff74aff0c0 (LWP 6415) "SSDP"):
#0  0x0000ffff83a7f998 in select () from /lib64/libc.so.6
#1  0x0000ffff8822434c in SSDP::run() () from /usr/lib/libmythupnp-33.so.33
#2  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#4  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 6 (Thread 0xffff75aff0c0 (LWP 6414) "mythfrontend"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17a74 in pthread_cond_wait () from /lib64/libc.so.6
#2  0x0000ffff844c2218 in ?? () from /usr/lib/qt5/lib/libQt5Script.so.5
#3  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#4  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 5 (Thread 0xffff7650f0c0 (LWP 6413) "QDBusConnection"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff816c875c in ?? () from /usr/lib/qt5/lib/libQt5DBus.so.5
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 4 (Thread 0xffff76edf0c0 (LWP 6412) "Logger"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff880a3cd0 in ?? () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 3 (Thread 0xffff776ef0c0 (LWP 6411) "LogForward"):
#0  0x0000ffff83a14fd4 in ?? () from /lib64/libc.so.6
#1  0x0000ffff83a17eb0 in pthread_cond_timedwait () from /lib64/libc.so.6
#2  0x0000ffff83f143a0 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /usr/lib/qt5/lib/libQt5Core.so.5
#3  0x0000ffff83f1aabc in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff880ad444 in ?? () from /usr/lib/libmythbase-33.so.33
#5  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#7  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 2 (Thread 0xffff782df0c0 (LWP 6410) "QThread"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff7f6ab358 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#4  0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#5  0x0000ffff83f195f4 in QThread::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#6  0x0000ffff7c666f80 in ?? () from /usr/lib/qt5/lib/libQt5EglFsKmsSupport.so.5
#7  0x0000ffff83f19474 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#8  0x0000ffff83a18a80 in ?? () from /lib64/libc.so.6
#9  0x0000ffff83a86b1c in ?? () from /lib64/libc.so.6

Thread 1 (Thread 0xffff87c76020 (LWP 6400) "mythfrontend"):
#0  0x0000ffff83a7d134 in poll () from /lib64/libc.so.6
#1  0x0000ffff765d8c80 in ?? () from /usr/lib/libmariadb.so.3
#2  0x0000ffff765d8f8c in ?? () from /usr/lib/libmariadb.so.3
#3  0x0000ffff765e4718 in mysql_get_parameters () from /usr/lib/libmariadb.so.3
#4  0x0000ffff765e49b4 in mysql_get_parameters () from /usr/lib/libmariadb.so.3
#5  0x0000ffff765db6d0 in ?? () from /usr/lib/libmariadb.so.3
#6  0x0000ffff765dc1c0 in ?? () from /usr/lib/libmariadb.so.3
#7  0x0000ffff765e0244 in mysql_get_socket () from /usr/lib/libmariadb.so.3
#8  0x0000ffff765e3c74 in ?? () from /usr/lib/libmariadb.so.3
#9  0x0000ffff76629710 in ?? () from /usr/lib/qt5/plugins/sqldrivers/libqsqlmysql.so
#10 0x0000ffff845da048 in QSqlResult::exec() () from /usr/lib/qt5/lib/libQt5Sql.so.5
#11 0x0000ffff88041b60 in MSqlQuery::exec() () from /usr/lib/libmythbase-33.so.33
#12 0x0000ffff880484ec in MythDB::GetSetting(QString const&, QString const&) () from /usr/lib/libmythbase-33.so.33
#13 0x0000ffff8805ddb8 in MythCoreContext::GetSetting(QString const&, QString const&) () from /usr/lib/libmythbase-33.so.33
#14 0x0000ffff88555e7c in MythSystemEventHandler::customEvent(QEvent*) () from /usr/lib/libmythtv-33.so.33
#15 0x0000ffff840d366c in QObject::event(QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
#16 0x0000ffff875ae940 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Widgets.so.5
#17 0x0000ffff840b0b20 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
#18 0x0000ffff840b1850 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/qt5/lib/libQt5Core.so.5
#19 0x0000ffff840f7d78 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#20 0x0000ffff7f6ab17c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#21 0x0000ffff7f6ab3e0 in ?? () from /usr/lib/libglib-2.0.so.0
#22 0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#23 0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#24 0x0000ffff88672610 in TV::PlaybackLoop() () from /usr/lib/libmythtv-33.so.33
#25 0x0000ffff88667e14 in TV::StartTV(ProgramInfo*, unsigned int, std::vector<ChannelInfo, std::allocator<ChannelInfo> > const&) () from /usr/lib/libmythtv-33.so.33
#26 0x0000000000471ccc in ?? ()
#27 0x0000ffff840e319c in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#28 0x0000ffff87f51e44 in MythUIButtonList::itemClicked(MythUIButtonListItem*) () from /usr/lib/libmythui-33.so.33
#29 0x0000ffff87ed7324 in MythUIButtonList::keyPressEvent(QKeyEvent*) () from /usr/lib/libmythui-33.so.33
#30 0x000000000047ca08 in ?? ()
#31 0x0000ffff87e69910 in MythMainWindow::eventFilter(QObject*, QEvent*) () from /usr/lib/libmythui-33.so.33
#32 0x0000ffff840b0880 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
#33 0x0000ffff875ae924 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Widgets.so.5
#34 0x0000ffff875b24cc in QApplication::notify(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Widgets.so.5
#35 0x0000ffff840b0b20 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
#36 0x0000ffff87f1a4b8 in ?? () from /usr/lib/libmythui-33.so.33
#37 0x0000ffff840d366c in QObject::event(QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
#38 0x0000ffff875ae940 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Widgets.so.5
#39 0x0000ffff840b0b20 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/qt5/lib/libQt5Core.so.5
#40 0x0000ffff840b1850 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/qt5/lib/libQt5Core.so.5
#41 0x0000ffff840f7d78 in ?? () from /usr/lib/qt5/lib/libQt5Core.so.5
#42 0x0000ffff7f6ab17c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#43 0x0000ffff7f6ab3e0 in ?? () from /usr/lib/libglib-2.0.so.0
#44 0x0000ffff7f6ab474 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#45 0x0000ffff840fa394 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#46 0x0000ffff840a9008 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/qt5/lib/libQt5Core.so.5
#47 0x0000ffff840b474c in QCoreApplication::exec() () from /usr/lib/qt5/lib/libQt5Core.so.5
#48 0x0000000000438a48 in main ()
(gdb)

@ulmus-scott
Copy link
Contributor Author

@warpme I suspect my change over to the new channel layout API. Try this:

diff --git a/mythtv/libs/libmythtv/decoders/avformatdecoder.cpp b/mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
index 1f81cf4bd1..0566dddd41 100644
--- a/mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
+++ b/mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
@@ -5240,7 +5240,16 @@ inline bool AvFormatDecoder::DecoderWillDownmix(const AVCodecContext *ctx)
     if (m_audio->CanDownmix() && AudioOutputUtil::has_optimized_SIMD())
         return false;
     // use ffmpeg only for dolby codecs if we have to
-    return av_opt_find(ctx->priv_data, "downmix", nullptr, 0, 0);
+    //return av_opt_find(ctx->priv_data, "downmix", nullptr, 0, 0);
+    switch (ctx->codec_id)
+    {
+        case AV_CODEC_ID_AC3:
+        case AV_CODEC_ID_TRUEHD:
+        case AV_CODEC_ID_EAC3:
+            return true;
+        default:
+            return false;
+    }
 }
 
 bool AvFormatDecoder::DoPassThrough(const AVCodecParameters *par, bool withProfile)

However, the code as is should work, unless there is a non-NULL terminated list (array) of AVOptions, which would be an FFmpeg bug.

If the above patch doesn't work, a trace with debug symbols for libmythtv and libmythavutil would be necessary.

@warpme
Copy link
Contributor

warpme commented Sep 8, 2022

Scott,
Fantastic.
Patch helps.
Please integrate it into ffmpeg-resync so I will build for multiple targets and test on my 15+ devices

@ulmus-scott
Copy link
Contributor Author

@bennettpeter New commit.

@warpme I still feel that av_opt_find shouldn't segfault, although the switch case should be faster. The code was previously swtich-case so I don't have a problem using it.

However, from skimming your v4l2_request patch I couldn't find any reference to AVOption or AVClass, so I can't say where the bug is causing it to segfault.

I had tested my av_opt_find call with some US broadcast samples with AC-3 and extra logging, and it worked, so I'm puzzled as to why it would segfault. It did seem to be called rather a lot, so it is probably better to keep it as switch-case for speed.

@bennettpeter
Copy link
Member

I have cherry-picked the latest commit f813141

@warpme
Copy link
Contributor

warpme commented Sep 10, 2022

Scott,

I was testing and getting segfaults on highly optimised aarch64 build (-O3, LTO, neon-fp) with latest gcc compiler (gcc12.2) - but i don't think this might be root cause.

When i was trying to correlate content specs->segfault - segfaults are for sure on TV channel i'm frequently watching (TVN).
There wasn't segfaults on 2 other TV channels i just tested.

So maybe issue is by speciffic TV channel?
Example of originally failing sample: http://warped.inet2.org/h264-TVN_1080i_25fps.ts

@ulmus-scott
Copy link
Contributor Author

Piotr,

Your sample plays fine for me as a video, even with the following patch to test av_opt_find:

diff --git a/mythtv/libs/libmythtv/decoders/avformatdecoder.cpp b/mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
index 9cb7c7230e..e4ab9f69ea 100644
--- a/mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
+++ b/mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
@@ -5235,6 +5235,15 @@ void AvFormatDecoder::ForceSetupAudioStream(void)
 
 inline bool AvFormatDecoder::DecoderWillDownmix(const AVCodecContext *ctx)
 {
+    if (av_opt_find(ctx->priv_data, "downmix", nullptr, 0, 0))
+    {
+        LOG(VB_GENERAL, LOG_ALERT, QString("AVCodecContext (%1) has \"downmix\" option.").arg(avcodec_get_name(ctx->codec_id)));
+    }
+    else
+    {
+        LOG(VB_GENERAL, LOG_ALERT, QString("AVCodecContext (%1) does not have \"downmix\" option.").arg(avcodec_get_name(ctx->codec_id)));
+    }
+
     // Until ffmpeg properly implements dialnorm
     // use Myth internal downmixer if machine has SSE2
     if (m_audio->CanDownmix() && AudioOutputUtil::has_optimized_SIMD())

So if you are still getting segmentation faults, I would need a new stack trace.

This sample had AC-3 audio instead of MP2. FFmpeg's AC-3 decoder does support downmix. However, I am getting a segmentation fault with my patch and another sample from you that has MP2 audio, so av_opt_find was causing a segmentation fault with some input.

@warpme
Copy link
Contributor

warpme commented Sep 11, 2022

Scott,

Pls find trace from current ffmepg-resync with applied #627 (comment) and without #627 (comment)
As target is 2G RAM aarch64 SBC - it has only 2 libs with symbols (mythlibavutil and libmythtv).

trace.txt.zip

Segfault was for playing sample: http://warped.inet2.org/h264-TVN_1080i_25fps.ts

pls let me know is this sufficent for you.
If not - pls advice what extra debug libs you will need when getting trace.

@ulmus-scott
Copy link
Contributor Author

ulmus-scott commented Sep 11, 2022

Piotr,

I meant a stack trace from the current devel/ffmpeg-resync if that still has segmentation faults.

I know av_opt_find causes a segmentation fault on the second call to AvFormatDecoder::DecoderWillDownmix. I'll investigate that further, but I replaced it with a switch case with two extra entires (MLP and DTS/DCA).


Further investigation did not reveal anything and I failed to create a minimal example that segfaulted, so I don't know why it was segfaulting. Since I have replaced the failing code, I will not investigate that anymore.

@warpme
Copy link
Contributor

warpme commented Sep 12, 2022

Ah - current ffmpeg-resync has applied f813141

I rebuild with ffmpeg-resync f813141 and done tests.

Results:

  • ION1 (vdpau by nouveau): ok
  • ION2 (vdpau by nouveau): ok
  • AMD E2100 Kabini (vaapi by mesa): ok
  • N3450 (vaapi by i965 and iHD): ok
  • allwinner (v4l2_request): ok
  • rockchip (v4l2_request): ok
  • rpi3 (v4l2_m2m): ok
  • amlogic (v4l2_m2m): ok
  • rpi4 (v4l2_m2m): ok
  • rpi4 (v4l2_request): ok
  • macOS (vtb): ok

@bennettpeter
Copy link
Member

Next steps:
Remove buildffmpeg.yml
rebase devel/ffmpeg-resync on master
merge devel/ffmpeg-resync into master

Is everybody ready for this? Anything still to be done before I proceed?

@warpme
Copy link
Contributor

warpme commented Sep 16, 2022 via email

This code was removed between FFmpeg 4.4 and 5.1.
Modeled after the audio code.  I hope it works.
to satisfy -fpermissive
codec_info_nb_frames was a private member of AVStream and is now a
member of the private FFStream so we can't use it. However, the
RealVideo codecs are not used for TV broadcasts, so we don't care.
FFmpeg constified its `AVInputFormat*`s to `const AVInputFormat*`
causing this to raise an -fpermissive error.
pts_wrap_bits no longer exists and cur_dts was moved to the private
FFStream since it was a private member of AVStream
Trying to satisfy -fpermissive.
I don't think the option "pred" exists anymore.

Copy av_encode_video2 replacement from io/mythavformatwriter.cpp
to make it compile since it is now part of FFStream instead.

av_stream_get_parser() has existed since FFmpeg 2.3 to expose this private
member of AVStream.
FFmpeg constified AVCodec* and others.
FFmpeg removed it since it duplicated libswresample.
MythTV did not use it and FFmpeg has removed it since it duplicated
libswresample.
Replace the uses of AVCodecContext::request_channel_layout,
which only did something for a limited number of codecs.

The deprecation message was:
`@deprecated use "downmix" codec private option`.

All `AudioOutput`s can and *must* downmix, otherwise the code will
present non-downmixed audio, since the "downmix" option only exists
for a select few codecs, e.g. AC-3.
FFmpeg 5.1 does not define these preprocessor MACROs.
…ts demuxer

I had fixed this previously, but the change must have been lost
in the move from utils.c to demux.c.
since it was causing segmentation faults in FFmpeg.

Restore the prior switch case with two additions that also support
the "downmix" option:
MLP (Meridian Lossless Packing)
DTS Coherent Acoustics (DCA, also just referred to as DTS)

This should also be faster, since it doesn't have to iterate over
any lists (arrays) of `AVOption`s.
@ulmus-scott
Copy link
Contributor Author

Next steps:
Remove buildffmpeg.yml
rebase devel/ffmpeg-resync on master

Since you are rebasing, in the interactive rebase just drop 9f0e8b4 .

merge devel/ffmpeg-resync into master

I have rebased this pull request onto master if you want to compare the rebased devel/ffmpeg-resync to it. (My rebase skipped 399c942 due to it already being in master.)

Is everybody ready for this? Anything still to be done before I proceed?

I'm ready and fine with it as it is.

@bennettpeter
Copy link
Member

Thank you for all the hard work. I have rebased devel/ffmpeg-resync and merged into master.

@ulmus-scott ulmus-scott deleted the ffmpeg5.1 branch September 19, 2022 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants