NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
1 2 3 4 5 … 34 Next »
IPTV stops often

 
  • 0 Vote(s) - 0 Average
IPTV stops often
SysAdminZ
Offline

Member

US
Posts: 64
Threads: 3
Joined: Mar 2025
#1
2025-04-01, 09:01 PM
Hello,

I am starting to be a big fan of your software and appreciate your support.

I am having some issues with live IPTV playback.  Playback stops on most channels within a few minutes and requires to start playing stream over again.  Are there any settings for adjusting re-buffer or timeout as it seems like there may be an issue when the stream is temporarily interrupted?  I have tried adjusting timeshift properties to test if length is a factor but it does not seem to make a difference (tested different times ranging from 1 minute, default 20 minutes, 120 minutes, 360 minutes..)

Recording channels seems to be a bit more stable but there have still been issues noticed.  Not sure if there are more settings for timeout or recovery from an interrupted steam during recording vs live streaming but it seems that way from my testing.  I have tried setting <M3U8DownloadTimeout>30000</M3U8DownloadTimeout> which seems like too much for timeout of the channel loading but not sure if this also applies for re-buffer.

NextPVR Version: 7.0.1.241229  
M3U playlist import, not XC.
Ubuntu server 24.04.2 LTS
Kodi client w/ NextPVR addon using Timeshift

Full set of log files if anyone can take a look and let me know what you think.  I do not have this issue playing channels or VOD titles from whatever VPN server choice I use and an IPTV client so I do not believe the issue is with my VPN provider or IPTV provider.
logs-20250401-1536 .zip 

Please let me know if you need other information provided.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#2
2025-04-01, 10:26 PM (This post was last modified: 2025-04-01, 10:26 PM by mvallevand.)
It's not the timeshift buffer, if the download timeout fails the recording will stop and can't restart. 30000 isn't too bad because the m3u8 file is segmented and yours has 10 seconds segments so that is just 3 segments and your provider sends 6 segments. If anything I'd try increasing it

You might also have an issue with load balancing though and if that is the case set this to true in config.xml

<UseFinalM3U8>true</UseFinalM3U8>

Code:
2025-04-01 15:34:31.461 [VERBOSE][175]  downloading [URL#-152:0] took 272.2037ms
2025-04-01 15:34:39.693 [VERBOSE][108]  downloading [URL#-153:0] took 222.2207ms
2025-04-01 15:34:50.208 [VERBOSE][175]  downloading [URL#-154:0] took 282.4271ms
2025-04-01 15:35:02.260 [VERBOSE][72]   downloading [URL#-155:0] took 264.5843mss
2025-04-01 15:35:32.267    [ERROR][175]    Unexpected error processing m3u8 url
... Kodi stops playing much later so you have a lot of room to buffer on the server.
2025-04-01 15:36:25.531    [DEBUG][156]    Got request [192.168.0.107]: /service (channel.stream.stop)

Martin
SysAdminZ
Offline

Member

US
Posts: 64
Threads: 3
Joined: Mar 2025
#3
2025-04-02, 02:47 AM
Thank you for the suggestions. I increased the m3u8 timeout to 60000 and set the usefinalm3u8 to true but the playback still stops randomly.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#4
2025-04-02, 03:01 AM
I didn't expect it would help, it seems like a source issue. Even during a program break on the half hour it was 5 times slower to transfer a segment. How are recordings?

Martin
SysAdminZ
Offline

Member

US
Posts: 64
Threads: 3
Joined: Mar 2025
#5
2025-04-02, 05:41 PM
I have only tested a few so far since the adjustment but it does seem to have made an improvement with recording.

Do you know of anything I can do to improve the timeshift mode performance? Are there other options I can test with <TimeshiftMode>Time Based</TimeshiftMode> (instead of 'Time Based')?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#6
2025-04-02, 06:10 PM
Nothing can avoid your provider not responding unless perhaps it is caused by using the same m3u file outside of NextPVR and your limit being hit

Martin
SysAdminZ
Offline

Member

US
Posts: 64
Threads: 3
Joined: Mar 2025
#7
2025-04-02, 08:05 PM
I do not think the limit is being hit. M3U list is not being accessed outside of NextPVR at time of interruption. NextPVR is able to play the live stream right after playing stops if selected. I am unable to reproduce this issue outside of NextPVR.

Since the last settings adjustment recording live IPTV channels seems to be more stable without interruption compared to watching the same channel live. This is why I was thinking the timeshift function may need some tweaking of settings.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#8
2025-04-02, 09:04 PM
Sub would need to comment on logic differences on the live TV and recording but check the logs to see if the m3u timeout is occurring it might be a different issue altogether. Maybe Kodi can't handle a long interruption that recordings can deal with and triggers the stop.

Martin
SysAdminZ
Offline

Member

US
Posts: 64
Threads: 3
Joined: Mar 2025
#9
2025-04-02, 10:10 PM
There is a good chance Kodi is the fault here. I am going through some settings that may only be available with an "advancedsettings.xml" file created and have some more testing to do. Thank you for the help.
SysAdminZ
Offline

Member

US
Posts: 64
Threads: 3
Joined: Mar 2025
#10
2025-04-06, 01:07 PM
The timeshift works much better using the UIDROID client. Almost perfect if it were not for the behavior of randomly skipping backwards 20 minutes or so requiring skipping back to the live point. The UIDROID client does not crash the timeshift mapping on the nextpvr server however and seems to be much less of an interruption.

There does seem to be an issue with the nextpvr Kodi addon versions tested in Kodi 19, 20, 21, 22. It is either an issue with the addon itself, Kodi or dependencies. I am still testing but those are my findings so far. UIDROID may be the less glitchy alternative for timeshift compared to Kodi.
« 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
  NPVR stops playing live TV at about 6 mins Tnix 14 1,638 2024-04-01, 10:09 PM
Last Post: sub
  Australian IPTV Channel 10 refusing "VLC/2.2.6 LibVLC/2.2.6" header Leigh 1 737 2023-10-23, 11:46 AM
Last Post: mvallevand
  IPTV device - reloading M3U amirlsm 28 9,932 2023-08-15, 09:51 AM
Last Post: mrnobody
  IPTV channels not working after network changes spagio 11 2,297 2022-10-19, 05:41 PM
Last Post: sub
  IPTV Stream 404 from NextPVR unless user-agent is changed bphillips09 4 1,502 2022-10-12, 05:19 AM
Last Post: bphillips09
  Several IPTV Channels Fail To Play yuljk 13 2,838 2022-07-02, 08:29 PM
Last Post: yuljk
  Rescan of IPTV VOD URL Generates Duplicate Movie Entry nonuoha 4 1,211 2022-03-26, 11:32 PM
Last Post: nonuoha
  nextpvr iptv live play hangs ckruijntjens 1 708 2022-03-13, 05:16 PM
Last Post: sub
  Update EPG stops after 6 frequencies!? DrWG 10 2,914 2021-11-14, 10:07 PM
Last Post: mvallevand
  Incomplete VOD Recordings from IPTV Streams nonuoha 31 6,632 2021-08-07, 09:08 PM
Last Post: nonuoha

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

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

Linear Mode
Threaded Mode