NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 20 21 22 23 24 … 43 Next »
Can't change a channel in Kodi when watching

 
  • 0 Vote(s) - 0 Average
Can't change a channel in Kodi when watching
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#21
2016-09-02, 07:38 PM
I see it as a NextPVR that has happened in many versions if you check here http://forums.nextpvr.com/showthread.php...post505608 for logs the problems seems to be the wait after the switch

Code:
2016-08-04 18:53:15.683    [DEBUG][16]    StartStream(7373:WBCB-HD, LIVE&E:\Temp\live-WBCB-HD-4648-2.ts) allocated handle: 8257538
2016-08-04 18:53:15.683    [DEBUG][16]    Handle: 7E0002
...
2016-08-04 18:53:16.320    [DEBUG][4]    Waiting for more data (pos: 5177344, len: 5199320, avail: 21976
2016-08-04 18:53:16.320    [DEBUG][4]    <Files>
  <Length>5199320</Length>
  <File offset="0">E:\Temp\live-WFMJ-HD-4648-1.ts</File>
  <Duration>11765</Duration>
  <Complete>1</Complete>
</Files>

The wait is for the wrong file, that one stopped eariler.

2016-08-04 18:53:14.861 [DEBUG][3] StopStream(1)
2016-08-04 18:53:15.885 [DEBUG][3] StopStream(1)

web log keeps trying to wait until

2016-08-04 18:53:22.757 [DEBUG][4] reached end of rolling file. Dropping connection...

and then errors happen

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#22
2016-09-02, 08:36 PM
mvallevand Wrote:I see it as a NextPVR that has happened in many versions if you check here http://forums.nextpvr.com/showthread.php...post505608 for logs the problems seems to be the wait after the switch

Code:
2016-08-04 18:53:15.683    [DEBUG][16]    StartStream(7373:WBCB-HD, LIVE&E:\Temp\live-WBCB-HD-4648-2.ts) allocated handle: 8257538
2016-08-04 18:53:15.683    [DEBUG][16]    Handle: 7E0002
...
2016-08-04 18:53:16.320    [DEBUG][4]    Waiting for more data (pos: 5177344, len: 5199320, avail: 21976
2016-08-04 18:53:16.320    [DEBUG][4]    <Files>
  <Length>5199320</Length>
  <File offset="0">E:\Temp\live-WFMJ-HD-4648-1.ts</File>
  <Duration>11765</Duration>
  <Complete>1</Complete>
</Files>

The wait is for the wrong file, that one stopped eariler.

2016-08-04 18:53:14.861 [DEBUG][3] StopStream(1)
2016-08-04 18:53:15.885 [DEBUG][3] StopStream(1)

web log keeps trying to wait until

2016-08-04 18:53:22.757 [DEBUG][4] reached end of rolling file. Dropping connection...

and then errors happen

Martin
I've taken a good look at this now, and I don't think this is a sign of any problem. It is a little untidy this now-unused stream takes a while to determine it's no longer needed and clean itself up, but it's not causing any issues. The new stream is working correctly on a different connection.

This attached patch should help that cleanup happen quicker. As mentioned, I dont think it'll make any difference to what mrdally204 and slikvik55 are describing, but definitely worth trying it to see - hopefully it'll help in some way.
slikvik55
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Jan 2016
#23
2016-09-02, 11:39 PM
Hey Sub,

Was it the Windows version of 17 or the Android? I've now tried 17 on my Android phone and get the exact same issue as my Fire TV (unsurprisingly) - "Tuner no longer available" unless I switch of Timeshift. One thing I've noticed is that once this has occured and quit Kodi, if I check the NextPVR service on my PC, the icon is still red and it shows the tuner still has a .ts file open.

Some things I will try this weekend hopefully:

The Windows versions of Kodi 17 with NextPVR backend.
Pointing my Android versions to the Media Portal backend.
Android Kodi 16 with NextPVR backend.
Your patch (thanks very much!)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#24
2016-09-03, 12:06 AM
slikvik55 Wrote:Hey Sub,

Was it the Windows version of 17 or the Android?
It was the Windows version. I don't have any Android devices.
stoli412
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Aug 2016
#25
2016-09-06, 09:54 PM
I can also confirm channel switching with NextPVR works as expected when running Kodi 17 on OS X or Windows. I only experience the problem when running Kodi 17 on my FireTV.
mrdally204
Offline

Member

Posts: 57
Threads: 10
Joined: Jan 2015
#26
2016-09-07, 01:47 PM
sub Wrote:It was the Windows version. I don't have any Android devices.

So you are saying you need a Fire Tablet? Wink
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#27
2016-09-07, 04:52 PM
mrdally204 Wrote:So you are saying you need a Fire Tablet? Wink
Nope - preferrably not. I don't have the time to add more technology in my life. Big Grin

Realistically though, this should be something they should solve on the Kodi side if that platform is behaving differently to the others. The addons all have one set of code, and it's meant to be generic for use on Windows / Mac / Linux etc, without special case stuff required for the more obscure platforms.
mrdally204
Offline

Member

Posts: 57
Threads: 10
Joined: Jan 2015
#28
2016-09-08, 04:12 PM
I tried with your latest patch on Kodi 17 Beta1. Unfortunately I am still seeing the same issue. Thanks for looking into it, I guess I need to get it to someones attention on the Kodi team.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#29
2016-09-08, 06:03 PM
Are you seeing the same thing in Kodi on Windows, or just on your Fire TV?
slikvik55
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Jan 2016
#30
2016-09-10, 10:23 AM
I've spent the last few days testing this.

Kodi 16 Android - Works
Kodi 16 Windows - Works
Kodi 17 Android - Fails*
Kodi 17 Windows Works

However, what I've discovered is that the Kodi 17 Android only fails if you change channels via the EPG OR using the Channel+/- keys!
If you go back to the main TV page and select another channel from the "recent" list, it works! I have no idea what could be different about selecting a channel that way as opposed to the Guide or Channel +/- keys but it's definitely the case and definitely a bug somewhere - most likely in Kodi.

@mrdally204, could you try the same thing and confirm?
« 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
  Suggestions for the KODI Add-on Escape7 51 10,572 2025-06-29, 08:36 PM
Last Post: sub
  Kodi Channel not updating aTF6i 2 618 2025-03-09, 12:26 AM
Last Post: aTF6i
  Missing EPG guide data for one channel (clients only) Kurosh 10 1,362 2025-02-23, 11:07 AM
Last Post: Kurosh
  EPG not loading in Kodi? membball84 3 615 2025-02-13, 01:24 AM
Last Post: membball84
  Automated Updates of IPTV Channels in NPVR and Kodi via APIs taylormia 1 1,075 2025-02-04, 03:13 AM
Last Post: lustfulmacaw
  Kodi 22 (Piers) and library thumbnails mvallevand 8 1,498 2025-01-15, 06:32 PM
Last Post: mvallevand
  Channel changing problem noWGOon 1 483 2024-11-15, 02:30 AM
Last Post: mvallevand
  Kodi Channel Icons wrong and can't be corrected wapkaplet 11 1,575 2024-10-23, 02:11 PM
Last Post: mvallevand
  Kodi PVR Client Not Working trongod 8 1,919 2024-09-11, 10:20 PM
Last Post: trongod
  Kodi 21.0 Omega/NextPVR 21.1.0 PVR & Live TV Group Manager bouilliabai 28 5,019 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