NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 2 3 4 5 … 43 Next »
Buffering issues after upgrade to Kodi 21

 
  • 0 Vote(s) - 0 Average
Buffering issues after upgrade to Kodi 21
Langelus
Offline

Junior Member

Sweden
Posts: 20
Threads: 4
Joined: Aug 2020
#1
2024-05-02, 06:52 AM
Hi!

I run multiple Chromecasts with Kodi and NextPVR, of course they all auto updated to Kodi 21 (sigh) and now the non-4k version seems to have issues playing back HD channels. Looks like they've done some work with general caching in Kodi but whatever I fiddle with the settings I just can not get smooth playback. Anyone else experiencing issues with the latest version? Only way I can get it to work is to use transcode but that gives a big delay when starting the channels (non configurable on the server?)
Marvi
Offline

Member

Italia
Posts: 59
Threads: 7
Joined: Nov 2022
#2
2024-05-02, 07:12 AM (This post was last modified: 2024-05-02, 07:13 AM by Marvi.)
Yes I too have noticed an increase in the use of buffering, every time I change the channel it for at least 5/6 seconds.. I thought I had problems with my system..
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,908
Threads: 956
Joined: May 2006
#3
2024-05-02, 12:03 PM
We can look at the debug logs if you want there are way too many variable involved and these two posts tuning time and playback quality. are only vaguely related. Although I don't use Kodi much now, on the platforms I use I haven't noticed any change.

Martin
Marvi
Offline

Member

Italia
Posts: 59
Threads: 7
Joined: Nov 2022
#4
2024-05-02, 01:55 PM
Hi Martin. I attach the Kodi .log file, after 5-6 channel changes the problem occurred twice.


Attached Files
.zip   kodi.zip (Size: 93.24 KB / Downloads: 1)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,908
Threads: 956
Joined: May 2006
#5
2024-05-02, 02:19 PM
I'd need to see the corresponding NextPVR logs too (always both for Kodi issues) to tell the tuner type and what is happening on he backend.

However what I see here on startup of on stream is not good.

2024-05-02 15:46:24.049 T:9916 debug <general>: CApplicationPlayerCallback::OnAVChange: CApplication::OnAVChange
2024-05-02 15:46:30.148 T:8864 debug <general>: CApplicationPlayerCallback::OnAVChange: CApplication::OnAVChange
2024-05-02 15:46:30.333 T:9916 debug <general>: CApplicationPlayerCallback::OnAVChange: CApplication::OnAVChange
2024-05-02 15:46:56.427 T:9916 debug <general>: CApplicationPlayerCallback::OnAVChange: CApplication::OnAVChange

Do you have the fps default set in Kodi?
Do you have Kodi set to change resolution?

I'd also try turning off DXVA it seems to be heavily involved in that delay time.

Martin
Marvi
Offline

Member

Italia
Posts: 59
Threads: 7
Joined: Nov 2022
#6
2024-05-02, 02:56 PM
Hi. These are the Nextpvr log files


Attached Files
.zip   logs-20240502-1653.zip (Size: 1.24 MB / Downloads: 3)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,908
Threads: 956
Joined: May 2006
#7
2024-05-02, 03:17 PM
Thanks there is a bit more information there. Certainly the HDHR you have is much slower to deliver data

In 2 seconds this isn't enough to play

<stream_length>333844</stream_length>
<stream_duration>2041</stream_duration>

but from your DigitalDevice tuner there is more than enough in 1 second.

<stream_length>1090024</stream_length>
<stream_duration>1125</stream_duration>

So a direct comparison is difficult. Do you find the HDHR channel speed to be different?

You seem to play a lot of DVB-S from the same frequency of the Digital Devicsr tuner too, so you might want to leave the DVB-S tuner primed which will speed up tuning on it.

Martin
Marvi
Offline

Member

Italia
Posts: 59
Threads: 7
Joined: Nov 2022
#8
2024-05-02, 03:44 PM
Honestly, I rarely use DVBS, I mainly use DVBT, I bought HD Home Runner hoping to solve the problems, as the DVBT Digital Device receivers were giving me tuning problems (I don't know if you remember about two years ago you tried to help me when I had the first approaches with Nextpvr https://forums.nextpvr.com/showthread.php?tid=64315) I use Digital Device DVBT only to download the EPG.
One question, can it affect the buffering problem if I use the timeshift profile in the "NextPVR client" plugin in Kodi?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,908
Threads: 956
Joined: May 2006
#9
2024-05-02, 04:25 PM
You can adjust the timeshift settings as you see fit, but most times the shorter (maybe 1 second) is probably best.

You actually used DVB-S twice in your testing today. Anytime you watch Rai 1 it uses it. Not sure if it faster or slower then the HDHR from the Kodi perspective, but DVB-S primed might be fastest. The other problem appeared to be a scanning problem not a signal or tuning problem.

The really slow tuning problem in Kodi isn't buffering though, it look like it is decoder based which is why I offered some thing to try.

Martin
Marvi
Offline

Member

Italia
Posts: 59
Threads: 7
Joined: Nov 2022
#10
2024-05-02, 04:46 PM
(2024-05-02, 02:19 PM)mvallevand Wrote: I'd need to see the corresponding NextPVR logs too (always both for Kodi issues) to tell the tuner type and what is happening on he backend.
However what I see here on startup of on stream is not good.
2024-05-02 15:46:24.049 T:9916    debug <general>: CApplicationPlayerCallback::OnAVChange: CApplication::OnAVChange
2024-05-02 15:46:30.148 T:8864    debug <general>: CApplicationPlayerCallback::OnAVChange: CApplication::OnAVChange
2024-05-02 15:46:30.333 T:9916    debug <general>: CApplicationPlayerCallback::OnAVChange: CApplication::OnAVChange
2024-05-02 15:46:56.427 T:9916    debug <general>: CApplicationPlayerCallback::OnAVChange: CApplication::OnAVChange
Do you have the fps default set in Kodi? 
Do you have Kodi set to change resolution?
I'd also try turning off DXVA it seems to be heavily involved in that delay time.
Martin

Does this relate to the suggestions in this post?
FPS and resolution are as per default settings.
I tried disabling DXVA and things actually seem to improve.
Maybe I'll be more precise in a few days, for now I thank you.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kodi Channel not updating aTF6i 2 456 2025-03-09, 12:26 AM
Last Post: aTF6i
  EPG not loading in Kodi? membball84 3 426 2025-02-13, 01:24 AM
Last Post: membball84
  Automated Updates of IPTV Channels in NPVR and Kodi via APIs taylormia 1 829 2025-02-04, 03:13 AM
Last Post: lustfulmacaw
  Kodi 22 (Piers) and library thumbnails mvallevand 8 1,234 2025-01-15, 06:32 PM
Last Post: mvallevand
  Suggestions for the KODI Add-on Escape7 38 9,061 2024-12-20, 05:31 AM
Last Post: sub
  Kodi Channel Icons wrong and can't be corrected wapkaplet 11 1,139 2024-10-23, 02:11 PM
Last Post: mvallevand
  Android TV Box Upgrade & Player Error meccano 11 1,142 2024-09-17, 03:32 PM
Last Post: mvallevand
  Kodi PVR Client Not Working trongod 8 1,466 2024-09-11, 10:20 PM
Last Post: trongod
  Kodi 21.0 Omega/NextPVR 21.1.0 PVR & Live TV Group Manager bouilliabai 28 4,255 2024-08-06, 10:00 PM
Last Post: sub
  Kodi-V5 WiFi Problem? kerryball 0 393 2024-06-26, 06:49 AM
Last Post: kerryball

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode