NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 19 20 21 22 23 … 43 Next »
Streams not working in Kodi

 
  • 0 Vote(s) - 0 Average
Streams not working in Kodi
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,723
Threads: 767
Joined: Nov 2003
#11
2016-10-14, 09:39 PM
Ah, apparently I had to add a first "#EXTM3U" line to your example above.
Rogier21
Offline

Junior Member

Posts: 26
Threads: 6
Joined: Mar 2014
#12
2016-10-16, 07:28 PM
sub Wrote:Ah, apparently I had to add a first "#EXTM3U" line to your example above.

That makes sense, sorry I did take that part out yeah.

Did you manage to reproduce the same issue?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,723
Threads: 767
Joined: Nov 2003
#13
2016-10-16, 07:49 PM
Rogier21 Wrote:That makes sense, sorry I did take that part out yeah.

Did you manage to reproduce the same issue?
Yeah, but I couldn't really tell what Kodi doesn't like about the streams. I don't really know much about how Kodi does it's playback. The streams are playing fine for me in other players like VLC.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,952
Threads: 956
Joined: May 2006
#14
2016-10-16, 07:53 PM
Can you play the m3u file from Video Library, that should work the same as x-newa.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,723
Threads: 767
Joined: Nov 2003
#15
2016-10-16, 08:03 PM
mvallevand Wrote:Can you play the m3u file from Video Library, that should work the same as x-newa.
I just tried this, and it plays fine! So, it looks like the stream is fine, and Kodi can play then, but something weird about the IPTV PVR addon doesn't work.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,952
Threads: 956
Joined: May 2006
#16
2016-10-16, 08:14 PM
Yes I suspect it is too optimistic on the timeout for data

20:03:50 T:12952 DEBUG: CurlFile::Open(0DB40460) http://server:8866/live?channel=1
...
20:03:50 T:12952 DEBUG: CCurlFile::GetMimeType - http://server:8866/live?channel=1 -> video/MP2T
...
20:03:51 T:12952 ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)

Martin
Rogier21
Offline

Junior Member

Posts: 26
Threads: 6
Joined: Mar 2014
#17
2016-10-16, 08:21 PM
Actually I'm getting the same error if I open the playlist just in file mode,

Code:
14:15:31 T:3472   DEBUG: CCurlFile::GetMimeType - http://server:8866/live?channel=1 -> video/MP2T
14:15:31 T:3472   DEBUG: CFileCache::Open - opening <live> using cache
14:15:31 T:3472   DEBUG: CurlFile::Open(0EA1EFF0) http://server:8866/live?channel=1
14:15:32 T:12080   DEBUG: ------ Window Init (DialogBusy.xml) ------
14:15:32 T:3472   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
Rogier21
Offline

Junior Member

Posts: 26
Threads: 6
Joined: Mar 2014
#18
2016-10-16, 08:26 PM
Ok I got it to work now!

I have a standard default install of Kodi on my Windows machine and SPMC install on my Nvidia Shield.

I found this thread: https://discourse.osmc.tv/t/solved-issue...abled/3280

And checked advancedsettings.xml, which contained this:

Code:
<advancedsettings>
<network>
<autodetectpingtime>30</autodetectpingtime>     <!-- Time (in seconds) between pings for detecting new xboxes. Default 30, minimum 1, maximum 240 -->
<curlclienttimeout>1</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>1</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>
</advancedsettings>

These are some very optimistic settings, so I reset the to default:
Code:
<advancedsettings>
<network>
<autodetectpingtime>30</autodetectpingtime>     <!-- Time (in seconds) between pings for detecting new xboxes. Default 30, minimum 1, maximum 240 -->
<curlclienttimeout>10</curlclienttimeout>         <!-- Timeout (in seconds) for player and other connections. Default 10, minimum 1, maximum 1000 -->
<curllowspeedtime>20</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>20971520</cachemembuffersize>      <!-- Size of the player cache in bytes. Default 20M (20*1024*1024), if 0 it uses a SimpleFileCache. -->
</network>
</advancedsettings>

And now it consistently works!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,723
Threads: 767
Joined: Nov 2003
#19
2016-10-16, 08:33 PM
Great - good find.
sle118
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Nov 2015
#20
2017-02-01, 10:05 PM
Sorry for reviving this thread from the deads, but I have a related issue which I am trying to resolve.

NPVR now has the ability to expose an EXTM3U list of live channels, which is great! The problem, though, is that the live tv handler seems to have been written to support a single stream at a time, which is a bummer. Any chance we could get multi-tuner auto-select that is similar to how recordings resolve tuners on multiple simultaneous schedules?

thank you!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kodi Channel not updating aTF6i 2 500 2025-03-09, 12:26 AM
Last Post: aTF6i
  EPG not loading in Kodi? membball84 3 477 2025-02-13, 01:24 AM
Last Post: membball84
  Automated Updates of IPTV Channels in NPVR and Kodi via APIs taylormia 1 884 2025-02-04, 03:13 AM
Last Post: lustfulmacaw
  Kodi 22 (Piers) and library thumbnails mvallevand 8 1,299 2025-01-15, 06:32 PM
Last Post: mvallevand
  Suggestions for the KODI Add-on Escape7 38 9,380 2024-12-20, 05:31 AM
Last Post: sub
  Kodi Channel Icons wrong and can't be corrected wapkaplet 11 1,250 2024-10-23, 02:11 PM
Last Post: mvallevand
  Kodi PVR Client Not Working trongod 8 1,564 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,421 2024-08-06, 10:00 PM
Last Post: sub
Lightbulb Channel Icons Not Working membball84 16 1,871 2024-08-05, 06:51 PM
Last Post: mvallevand
  direct streams and recording jsox79 6 983 2024-07-26, 01:01 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode