NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 4 5 6 7 8 … 43 Next »
Kodi sometimes cannot play channels

 
  • 0 Vote(s) - 0 Average
Kodi sometimes cannot play channels
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,017
Threads: 956
Joined: May 2006
#21
2021-11-04, 07:55 PM
The cable company may have given you the device, that doesn't mean it is powerful enough to run Embruary or add several addons. BTW when I visited Greece a couple of years ago and got a SIM card at Cosmote I was impressed with prices and selection of devices compared to what we could get in here. The provider doesn't give us any choice.

I did try the test with 120 minutes earlier and couldn't duplicate it. These logs are a bit better since Kodi is see the error right away it is not a timeout issue now. Also do you have this problem on a PC running Embruary?

Sub how soon do you expect a lease after the stream starts?

Martin
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#22
2021-11-04, 09:27 PM (This post was last modified: 2021-11-04, 09:27 PM by aderlopas.)
(2021-11-04, 07:55 PM)mvallevand Wrote: The cable company may have given you the device, that doesn't mean it is powerful enough to run Embruary or add several addons.  BTW when I visited Greece a couple of years ago and got a SIM card at Cosmote I was impressed with prices and selection of devices compared to what we could get in here.  The provider doesn't give us any choice.

I did try the test with 120 minutes earlier and couldn't duplicate it.  These logs are a bit better since Kodi is see the error right away it is not a timeout issue now.  Also do you have this problem on a PC running Embruary?

Sub how soon do you expect a lease after the stream starts?

Martin

Hi Martin, 

The provider is indeed Cosmote but they give together with the service (for free) that one. Of course if you pay more you can get a better one...

Kodi on Windows works fine, no issues with Embuary skin and timeshifting with 120 minutes.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,017
Threads: 956
Joined: May 2006
#23
2021-11-04, 09:59 PM
Live TV with 120 minutes of timeshifting well as can be expected on CWGTV Android 10 with Embruary here, the UI is too sluggish for me. Maybe consider removing your advancedsettings cache settings they don't look right for Matrix anyway.

Basically without additional feedback from sub I consider this closed from the addon's perspective.

Martin
aderlopas
Offline

Senior Member

Posts: 313
Threads: 40
Joined: Dec 2013
#24
2021-11-04, 10:09 PM
(2021-11-04, 09:59 PM)mvallevand Wrote: Live TV with 120 minutes of timeshifting well as can be expected on CWGTV Android 10 with Embruary here, the UI is too sluggish for me.  Maybe consider removing your advancedsettings cache settings they don't look right for Matrix anyway.

Basically without additional feedback from sub I consider this closed from the addon's perspective.

Martin

Thanks Martin, I'll remove most of the advancedsettings and see what happens
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,756
Threads: 769
Joined: Nov 2003
#25
2021-11-04, 11:59 PM
(2021-11-04, 07:16 PM)aderlopas Wrote: I see the below error in kod.log:

2021-11-04 20:54:08.803 T:8648    ERROR <general>: Open - Unhandled exception
2021-11-04 20:54:08.803 T:8648    ERROR <general>: Open - Error opening http://192.168.178.77:8866/live?channelo...timeout=10
2021-11-04 20:54:08.804 T:8648    ERROR <general>: AddOnLog: pvr.nextpvr: Could not open streaming file
Martin, does that "|connection-timeout=10" get included on the URL that comes to NextPVR, or just something used on the Kodi side, and stripped before sending to NextPVR?
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,756
Threads: 769
Joined: Nov 2003
#26
2021-11-05, 12:02 AM
(2021-11-04, 07:20 PM)aderlopas Wrote: What I don't understand is why the below happens...

2021-11-04 20:54:07.762 [DEBUG][34] stopped live stream for timeshift
2021-11-04 20:54:07.762 [VERBOSE][34] RollingFile.Close()
2021-11-04 20:54:07.763 [VERBOSE][34] RollingFile.Close()
I don't think this in itself was causing any issues, but the attached should correct this double close.


Attached Files
.zip   NShared.zip (Size: 350.65 KB / Downloads: 0)
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,756
Threads: 769
Joined: Nov 2003
#27
2021-11-05, 12:05 AM
(2021-11-04, 07:55 PM)mvallevand Wrote: Sub how soon do you expect a lease after the stream starts?
It expires 15 seconds after starting the stream. I typically try to renew the stream like every 5 seconds or so, just to be sure.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,017
Threads: 956
Joined: May 2006
#28
2021-11-05, 12:05 AM
No that curl extension will be processed by libcurl and tells it to wait up to 10 seconds for the connection (not for streaming). It goes back to 2018 before I started on this in earnest and is used on the basic call too.

For the lease I don't issue one until after streaming starts which is why I asked, I think I renew ever 7 seconds after that.

Martin
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,756
Threads: 769
Joined: Nov 2003
#29
2021-11-05, 12:09 AM
Quote:There is a problem in the verbose log that sub might need to look at since I don't think this sequence should happen.

2021-11-01 12:59:28.759 [VERBOSE][8] RollingFile.Close()

2021-11-01 12:59:28.768 [DEBUG][88] Got request [192.168.178.43]: /service (channel.stream.stop)
In general this is sequence looks fine. LiveTV buffering starts with channel.stream.start, and continues happening all the time. The RollingFile messages you see in these logs are really the client connecting to opening the file (read-only, share write). The "RollingFile.Close()" message is just saying that client request is closing. The "/service (channel.stream.stop" log message is telling the server to stop the LiveTV buffering to stop (stop device etc)
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,756
Threads: 769
Joined: Nov 2003
#30
2021-11-05, 12:10 AM
(2021-11-05, 12:05 AM)mvallevand Wrote: For the lease I don't issue one until after streaming starts which is why I asked, I think I renew ever 7 seconds after that.
Yep, that'll be fine.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Seeking Guidance on Recording Settings for IPTV Channels Gonvir 3 435 2025-04-22, 10:22 PM
Last Post: sub
  Kodi Channel not updating aTF6i 2 534 2025-03-09, 12:26 AM
Last Post: aTF6i
  EPG not loading in Kodi? membball84 3 517 2025-02-13, 01:24 AM
Last Post: membball84
  Automated Updates of IPTV Channels in NPVR and Kodi via APIs taylormia 1 947 2025-02-04, 03:13 AM
Last Post: lustfulmacaw
  Kodi 22 (Piers) and library thumbnails mvallevand 8 1,352 2025-01-15, 06:32 PM
Last Post: mvallevand
  Suggestions for the KODI Add-on Escape7 38 9,660 2024-12-20, 05:31 AM
Last Post: sub
  Kodi Channel Icons wrong and can't be corrected wapkaplet 11 1,373 2024-10-23, 02:11 PM
Last Post: mvallevand
Shocked Only Pulling in "All Channels" membball84 9 1,108 2024-09-24, 05:04 PM
Last Post: mvallevand
  Kodi PVR Client Not Working trongod 8 1,676 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,636 2024-08-06, 10:00 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode