NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 8 9 10 11 12 … 43 Next »
IPTV channels not loading

 
  • 0 Vote(s) - 0 Average
IPTV channels not loading
Tunes0710
Offline

Member

United Kingdom
Posts: 123
Threads: 22
Joined: Feb 2020
#1
2020-05-28, 04:55 PM
Hiya.
Today I am encountering an issue with the IPTV channels, in that they aren't playing through Kodi.
They play fine through NextPVR and if I take the URL in the Kodi log where it is timing out and put it in VLC, it will play.
I removed and re-installed the NextPVR plugin. I've not *knowingly* changed anything that may affect this. I did try the advancedsettings.xml as suggested in another thread, but that didn't work, so I removed the file (it didn't exist in the first place).

As the Kodi debug log is quite big, if you search for "http://127.0.0.1:22089/live?channeloid=237452&client=XBMC-cb0eb34e7ac343d2a288e392848e3976", that is one of the channels I tried playing
Have also included NPVR logs incase there is anything that end.

Although I can't see what I could have possibly done, I am putting this down to it somehow being a PEBCAK issue.

It almost seems like the issue I had with the Terrestrial channels, which Martin solved, but this time with IPTV!

Cheers :-)


Attached Files
.zip   kodi.zip (Size: 147.34 KB / Downloads: 1)
.zip   logs-20200528-1745.zip (Size: 294.65 KB / Downloads: 3)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,909
Threads: 956
Joined: May 2006
#2
2020-05-28, 05:28 PM
I want Kodi posts in the Kodi sub section, v5 is no longer beta and it will make it easier to find related issues. They are being scattered all over right now.

NextPVR is certainly taking a long to tim to begin streaming

2020-05-28 17:43:49.692 [DEBUG][20] IPTV StartStream@3.2
2020-05-28 17:43:55.298 [DEBUG][20] IPTV StartStream@3.3

However it is not clear why Kodi is not connecting there should be a 10 second timeout on the open.

2020-05-28 17:43:50.305 T:4844 ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
2020-05-28 17:43:50.305 T:4844 ERROR: CCurlFile::Open failed with code 0 for http://127.0.0.1:22089/live?channeloid=2...92848e3976:

Is this new in 18.7? If not my gut says this is because you have a set a rather unusual advancedsetttings.xml value that actually makes no sense.

<curllowspeedtime>1</curllowspeedtime>

NextPVR is also transcoding some stations and that is going to be problem on both time but we alos know your server isn't able to keep up.

Note you are adding to overall problems because you are tuning a second channel before NextPVR exits the previous one

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,686
Threads: 767
Joined: Nov 2003
#3
2020-05-28, 05:53 PM
Moved thread...
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,686
Threads: 767
Joined: Nov 2003
#4
2020-05-28, 06:07 PM
(2020-05-28, 05:28 PM)mvallevand Wrote: 2020-05-28 17:43:49.692 [DEBUG][20] IPTV StartStream@3.2
2020-05-28 17:43:55.298 [DEBUG][20] IPTV StartStream@3.3
Between those two points, it just opens the url to check the mime type, to see if it's a stream it can handle directly itself. There is a 5000ms timeout, so I'm guessing it couldn't connect to check the mime type, so fell back to letting ffmpeg transcode the stream.
Tunes0710
Offline

Member

United Kingdom
Posts: 123
Threads: 22
Joined: Feb 2020
#5
2020-05-28, 06:29 PM
Apologies for posting in the wrong section.
What I don't understand is that I haven't made any changes.

I've not got any advancedsettings.xml currently. I did have one set (as suggested in the other thread), but as it didn't make any difference, I deleted it.
It is using the latest 18.7, but I had been using it for a few days without this issue.

I've finally got the new NAS set up (went with unraid in the end), so will be moving NPVR over to a docker on that unit.

Is it worth me trying to roll back to 18.6?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,909
Threads: 956
Joined: May 2006
#6
2020-05-28, 06:32 PM
Your log indicates you do.

Code:
2020-05-28 17:41:11.862 T:1460  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
2020-05-28 17:41:11.862 T:1460  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <network>
                                                <autodetectpingtime>30</autodetectpingtime>
                                                <!-- Time (in seconds) between pings for detecting new xboxes. Default 30, minimum 1, maximum 240 -->
                                                <curlclienttimeout>5</curlclienttimeout>
                                                <!-- Timeout (in seconds) for player and other connections. Default 10, minimum 1, maximum 1000 -->
                                                <curllowspeedtime>1</curllowspeedtime>
                                                <!-- Time (in seconds) the http client should wait before judging a connection as low. Default 20, minimum 1, maximum 1000 -->
                                                <curlretries>2</curlretries>
                                                <!-- Number of times the http client retries. Default 2, minimum 0, maximum 10 -->
                                                <disableipv6>true</disableipv6>
                                                <!-- Disables ipv6. Default false -->
                                                <cachemembuffersize>0</cachemembuffersize>
                                                <!-- Size of the player cache in bytes. Default 20M (20*1024*1024), if 0 it uses a SimpleFileCache. -->
                                              </network>
Martin
Tunes0710
Offline

Member

United Kingdom
Posts: 123
Threads: 22
Joined: Feb 2020
#7
2020-05-28, 06:45 PM
Well that has solved that then!

I never set any of those settings (only those suggested in the other thread).
I did test a plugin last night, but removed it.. so it must have been that which created those advancedsettings.xml

Deleted it and presto, channels are loading like normal.

I really need to spend some time learning how to read and understand the log file, so I don't keep embarrassing myself like this on a public forum  Big Grin

Thank you again for your help!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,909
Threads: 956
Joined: May 2006
#8
2020-05-28, 06:58 PM
When the other user posted his advancedsetting I almost posted that it is a bad idea to even post this information since it rarely is the solution and it causes more trouble for me.

It also confirms why kodi logs are so crucial as a timesaver.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Seeking Guidance on Recording Settings for IPTV Channels Gonvir 3 333 2025-04-22, 10:22 PM
Last Post: sub
  EPG not loading in Kodi? membball84 3 431 2025-02-13, 01:24 AM
Last Post: membball84
  Automated Updates of IPTV Channels in NPVR and Kodi via APIs taylormia 1 831 2025-02-04, 03:13 AM
Last Post: lustfulmacaw
Shocked Only Pulling in "All Channels" membball84 9 1,011 2024-09-24, 05:04 PM
Last Post: mvallevand
  Nextpvr add-on for Kodi won't sync channels WagMan 3 895 2023-12-23, 01:06 AM
Last Post: mvallevand
  IPTV Streams strange problems RealTeej 6 2,896 2023-07-03, 05:25 PM
Last Post: meccano
  Issue accessing channels from IPTV device thool 1 846 2023-04-23, 06:00 PM
Last Post: mvallevand
  Nexus 20.0-RC2 and NextPVR Channels jguarrasi 2 1,301 2023-01-16, 08:41 PM
Last Post: jguarrasi
  Timeshift performance vs Simple IPTV client is7s 16 6,655 2022-12-01, 01:37 AM
Last Post: mvallevand
  EPG Channels Icons Broken mjccox 42 8,862 2022-06-07, 10:57 PM
Last Post: raymondjpg

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

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

Linear Mode
Threaded Mode