Bug #3482
closedDisturbings on Full HD sat receivings
Added by Alfred Zastrow over 10 years ago. Updated over 10 years ago.
100%
Description
Full HD content from "Astra_19_2E/11361.75H/ZDF HD" is showing a lot of disturbings and glitches on KODI 15.2 with th pvr client 2.1.18 without using timeshift.
The logfile doesn't show any usefull information. SD content seems to be o.k.
What shall I provide to help finding the root cause?
Updated by Jaroslav Kysela over 10 years ago
Actions
#1
Same here, 15.2 VAAPI, i7-4900MQ (IntelĀ® HD Graphics 4600):
20:39:21 T:140611902490368 WARNING: VAAPI::FFGetBuffer - no surface available - dec: 1, render: 3 20:39:21 T:140611902490368 ERROR: ffmpeg[7FE2C27FC700]: [h264] get_buffer() failed 20:39:21 T:140611902490368 ERROR: ffmpeg[7FE2C27FC700]: [h264] thread_get_buffer() failed 20:39:21 T:140611902490368 ERROR: ffmpeg[7FE2C27FC700]: [h264] decode_slice_header error 20:39:21 T:140611902490368 ERROR: ffmpeg[7FE2C27FC700]: [h264] no frame!
When I switch to software decoder (Settings -> Video -> Acceleration -> Render method / Advanced settings level), everything is fine.
This bug is probably for ffmpeg / kodi - the accelerated playback should decode frames more intelligently.
Updated by Jaroslav Kysela over 10 years ago
Actions
#2
And a little note - the timeshift IS USED (partially in some cases like on-demand) if you have enabled timeshift in the tvh timeshift configuration tab.
Updated by Jaroslav Kysela over 10 years ago
Actions
#3
Some technical details: The ZDF HD uses heavily PTS re-ordering and PTS/DTS offsets, so it differs from other streams where usually PTS is equal to DTS and small PTS re-ordering is in use.
Updated by Sam Stenvall over 10 years ago
Actions
#4
@perexg can you open a ticket on trac.kodi.tv?
Updated by C K over 10 years ago
Actions
#5
Same here with Kodi 14.1 at Openelec and pi2
Updated by Manfred Kreisl over 10 years ago
Actions
#6
I'm also having those periodic artifacts, but on cable tv channel "Das Erste HD". Disabling VAAPI helps but sometimes they still appears.
Updated by Manfred Kreisl over 10 years ago
Actions
#7
Manfred Kreisl wrote:
I'm also having those periodic artifacts, but on cable tv channel "Das Erste HD". Disabling VAAPI helps but sometimes they still appears.
... and only if timeshift is enabled
Updated by Alfred Zastrow over 10 years ago
Actions
#8
Hi Jaroslav,
thanks for explaining this. Then I have to decide to stick at HTS Tvheadend 4.1-1264~g0f069c7 or (not tried yet) to cancel timeshifting.
br
Alfred
Updated by C K over 10 years ago
Actions
#9
Alfred Zastrow wrote:
Hi Jaroslav,
thanks for explaining this. Then I have to decide to stick at HTS Tvheadend 4.1-1264~g0f069c7 or (not tried yet) to cancel timeshifting.
br
Alfred
Maybe a duplicate of https://tvheadend.org/issues/2744
Just disabling Timeshift (and restart of the stream) "fixed" this issue
Updated by Jaroslav Kysela over 10 years ago
Actions
#10
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|196b1d9f1219cca201fed6e4c0ff33fab79cc52c.
Updated by Jaroslav Kysela over 10 years ago
Actions
#11
I did some more tests with completely removed packet reordering and it seems that everything works as expected. I would like to know the real culprit why the decoding failed, because the order of video packets is not changed - but the elementary streams were shuffled to keep PTS difference at minimum.
Fixed in v4.1-1333-g196b1d9 .
Updated by Alfred Zastrow over 10 years ago
Actions
#12
HTS Tvheadend 4.1-1333~g196b1d9 is fine now. :)
Thanks
Alfred
Updated by Manfred Kreisl over 10 years ago
Actions
#13
I can confirm: artifacts are away :)
Thanks for your excellent work, Jaroslav