Posts: 2
Joined: Mar 2019
Reputation:
0
I am by the way using DVBViewer as TV-backend, so I can confirm this is not a NextPVR issue.
Posts: 313
Joined: Feb 2015
Reputation:
10
Upon checking my Kodi log with video and video/audio timing events recording (VAAPI enabled) I noted hundreds and hundreds of the following errors listed which were not there with VAAPI disabled:
2021-10-28 20:46:28.109 T:7097 ERROR <general>: VAAPI/vpp vaCreateConfig error: the requested VAProfile is not supported (12)
2021-10-28 20:46:28.109 T:7097 ERROR <general>: VAAPI output: Postproc preinit failed
... and the following occasional errors, which may be related to the green flashes?
2021-10-28 20:46:28.127 T:1792 ERROR <general>: CVaapi2Texture::Map: vaSyncSurface - Error: internal decoding error (23)
Posts: 1,977
Joined: Jul 2012
Reputation:
73
I will say the same thing as I posted in 2019, you should really be reporting this as a Kodi is issue with the proper logs on github. It doesn't mean it will get fixed, but it would get to the appropriate audience there is no reason to expect Kodi developers would even follow all forum posts.
Do you have the issue playing a recorded file via the file system? If not maybe the issue is with http streaming. Perhaps play around with the chunk size in NextPVR settings for Live TV and recordings.
Martin
Posts: 313
Joined: Feb 2015
Reputation:
10
2021-10-28, 18:54
(This post was last modified: 2021-10-29, 03:31 by LeKodeur.)
With VAAPI enabled I still got green flashes of recorded material when played in Kodi. I did play around with the playing/recording chunk size in NPVR settings but no difference. After going through a great number of threads I fell on one that suggested installing a different set of Intel VA drivers if experiencing VAAPI issues. That was a step in the right direction as I was offered a different set of video setting options in Kodi ... and so far I have not seen any green flashes.
Steps are quite simple really:
Step-1: $ sudo apt install intel-media-va-driver-non-free
Step-2: play any PVR TV channel in Kodi, go to settings --> Video Settings --> De-interlace Method --> VAAPI: Motion-Adaptive
With my setup, setting de-interlacing to OFF did not work, and needed to be set to VAAPI: Motion-Adaptive (aka 'MADI'). Installing the intel-media-va-driver-non-free package will replace the default intel-media-va-driver package (assuming of course you are using an Intel (integrated) GPU).
Posts: 1,977
Joined: Jul 2012
Reputation:
73
2021-10-28, 19:27
(This post was last modified: 2021-10-28, 19:27 by emveepee.)
Good to know. What isn't clear is why MythTV recordings work through the file system. The only explanation I can think of for that is NextPVR records the raw ts stream and a MythTV remux must correct whatever is causing the issue.
Martin