[8.90.6] Audio out of sync from livetv
-
dazed -
March 27, 2018 at 1:18 PM -
Thread is Unresolved
-
-
If I select "Disable deinterlacing" in System->Display setting then I get the same problem, so if you have it selected, you should deselect it and reboot.
-
I need deinterlacing enabledThought you were asking me to disable deinterlacing.
-
Do you have any custom settings in autostart.sh?
-
Just echo 0 > /sys/module/di/parameters/nr2_en but i don't need that anymore as this release has that turned off by default
-
i have same problem on some streaming, but i don't have the deinterlace option under display settings. weird. i
-
i have same problem on some streaming, but i don't have the deinterlace option under display settings. weird. i
These setting are only for advance user, which I think, you are not!
-
8.90.5 is known to crash when stopping playback, this was an upstream Kodi bug, it's not present in .6.
If your audio is out of sync in both .5 and .6 then the problem most probably lies with tvheadend as .5 is using the same kernel as kszaqs builds. -
If your audio is out of sync in both .5 and .6 then the problem most probably lies with tvheadend as .5 is using the same kernel as kszaqs builds.
I don't use tvheadend i use mediaportal tv server
-
In your log I see lot of CVideoPlayer::CheckContinuity - update correction causing audio out of sync. It looks like performance issue. But I can't see audio debug log. You have allow in Logging specific log: Audio and A/V timing.
Live TV is more time sensitive for decoding and it need better data caching, buffering and faster data transfer. I ported some kernel tweaking from kszaq kernel. My testings shows very positive performance improvement in fixing playback issue. You have to wait for new version.
-
You have allow in Logging specific log: Audio and A/V timing.
kodi2.log - Google Drive Just A/V timings
-
kodi2.log - Google Drive Just A/V timings
You have to allow audio logging also.
'Specify component-specific logging->Verbose logging for the Audio component' and press OK button.
-
Sorry about that thought i had Here you go kodi3.log - Google Drive
-
In your log I see lot of CVideoPlayer::CheckContinuity - update correction causing audio out of sync. It looks like performance issue. But I can't see audio debug log. You have allow in Logging specific log: Audio and A/V timing.
Live TV is more time sensitive for decoding and it need better data caching, buffering and faster data transfer. I ported some kernel tweaking from kszaq kernel. My testings shows very positive performance improvement in fixing playback issue. You have to wait for new version.
Thank you for looking into this
-
Sorry about that thought i had Here you go kodi3.log - Google Drive
Probably issue is in video stream. Video frames have zero duration. This information is not important for decoder. The decoder uses dts/pts. But continuity check uses it. I implemented 20 ms default duration for frames with 0 duration. Exact value is not necessary.
-
LibreELEC-S905.arm
Is that just naming or is it for S905 because i have a MinixU9 S912
-
Is that just naming or is it for S905 because i have a MinixU9 S912
It's for S905 devices and will not work on yours.
-
Is that just naming or is it for S905 because i have a MinixU9 S912
Sorry, I forgot to look in my crystal ball to check type of your box.
-