NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 119 120 121 122 123 … 433 Next »
Live TV Stream Buffering and Stopping on Kodi Client

Live TV Stream Buffering and Stopping on Kodi Client
lemonjello05
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Sep 2016
#1
2016-09-05, 05:29 AM
I am a new user running nextpvr on a backend pc with a matricom kodi client.

I am having an issue that when I watch live tv for a while the stream will freeze and sometimes will just say buffering, but never finish buffering.

I looked at the nrecord logs on the backend pc and found this:

2016-09-04 21:45:05.162 [DEBUG][26] Renew lease ok (0x160002)
2016-09-04 21:45:10.252 [DEBUG][26] Renew lease ok (0x160002)
2016-09-04 21:45:35.338 [ERROR][10] Live stream expired without 15 second renewal. (handle:160002)
2016-09-04 21:45:35.338 [DEBUG][10] StopStream(2)
2016-09-04 21:45:39.454 [INFO][10] No more streams active. Stopping device.
2016-09-04 21:45:39.454 [DEBUG][10] SetIncomingPort@2
2016-09-04 21:45:39.454 [DEBUG][10] SetIncomingPort@exit
2016-09-04 21:45:39.655 [DEBUG][10] stopping graph
2016-09-04 21:45:39.655 [DEBUG][10] Graph stopping...
2016-09-04 21:45:40.073 [DEBUG][10] Graph stopped
2016-09-04 21:45:40.073 [DEBUG][10] destroying graph
2016-09-04 21:45:40.073 [DEBUG][10] Removing filter NPVR Writer
2016-09-04 21:45:40.073 [DEBUG][10] Removing filter NPVR Net Push Source
2016-09-04 21:45:40.174 [DEBUG][10] deallocating ports
2016-09-04 21:45:40.174 [DEBUG][10] Executing: C:\Program Files\Silicondust\HDHomeRun\hdhomerun_config.exe 1311B323 key 99022 set /tuner0/channel none
2016-09-04 21:45:40.235 [DEBUG][10] Executing: C:\Program Files\Silicondust\HDHomeRun\hdhomerun_config.exe 1311B323 key 99022 set /tuner0/lockkey none
2016-09-04 21:45:40.265 [DEBUG][27] Renew lease failed (0x160002)
2016-09-04 21:45:40.265 [DEBUG][27] liveHandleRenewalTime contains 0 handles:
2016-09-04 21:45:43.267 [DEBUG][27] StopStream(2)

From there the logs continue to show the same two lines:
2016-09-04 20:22:03.929 [DEBUG][40] Renew lease failed (0x16005C)
2016-09-04 20:22:03.935 [DEBUG][40] liveHandleRenewalTime contains 0 handles:

My best guess is that my live tv buffer is somehow filling up the small hard drive space on the matricom client, but I have no idea how to fix that. I have tried turning off timeshifting, but that did not seem to help.

I would post kodi logs, but I am not sure how to pull those off the matricom box.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,673
Threads: 767
Joined: Nov 2003
#2
2016-09-05, 06:41 AM
If you want to zip and attach your logs, I'll see if anything stands out.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#3
2016-09-05, 02:12 PM
To me they do everytime I see these in those timeshifted web logs

2016-09-04 20:22:03.929 [DEBUG][40] Renew lease failed (0x16005C)
2016-09-04 20:22:03.935 [DEBUG][40] liveHandleRenewalTime contains nn handles:

The tuner is screwed up in Kodi. Maybe try this patch http://forums.nextpvr.com/showthread.php...post506503

Martin
lemonjello05
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Sep 2016
#4
2016-09-05, 07:32 PM
Here are the logs I have from today, assuming I did the attachment right.

I haven't applied the patch mvallevand suggested yet. Mostly because I am not sure how, but I am guessing that I have to replace an existing dll with the one attached to that thread.

I also looked at my temp folder where the live tv buffer was stored and found a lot of old .ts files that I deleted to clear space.

Thanks all for your help.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,673
Threads: 767
Joined: Nov 2003
#5
2016-09-05, 08:01 PM
lemonjello05 Wrote:I haven't applied the patch mvallevand suggested yet. Mostly because I am not sure how, but I am guessing that I have to replace an existing dll with the one attached to that thread.
Yeah, just stop the recording service, and drop the file in C:\Program Files (x86)\NPVR, replacing the existing file of the same name, then restart the recording service.
lemonjello05
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Sep 2016
#6
2016-09-05, 08:19 PM
So I stopped the recording service and replaced the dll, but now I can't seem to start it again. I get a windows service start failure when I click to run the nrecord.exe. I have even tried restarting, assuming the service would run at start-up, but I get the same error on start-up. I am guessing there is some easy trick to this that I don't know.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,673
Threads: 767
Joined: Nov 2003
#7
2016-09-05, 08:56 PM
Is an nrecord.log created?
lemonjello05
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Sep 2016
#8
2016-09-05, 09:11 PM
There is an nrecord.log. I attached it.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,673
Threads: 767
Joined: Nov 2003
#9
2016-09-05, 09:22 PM
Quote:2016-09-05 12:18:08.470 [ERROR][11] Unexpected error in AddTempFile(): System.Data.SQLite.SQLiteException (0x80004005): database is locked
database is locked
Have you tried a reboot since installing the patch? Other than this database lock, the log looks generally ok.
lemonjello05
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Sep 2016
#10
2016-09-05, 09:49 PM
Yeah I rebooted before I posted. I got the windows service start failure upon reboot, so the recording service isn't starting.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  NLite Client on Raspberry Pi cweseloh 16 4,545 2024-10-23, 01:59 PM
Last Post: fla
  NextPVR VOD through Kodi unmich 2 1,198 2023-06-18, 03:54 AM
Last Post: sub
  Tuner not being released when live TV stopped on Kodi dark_half 7 2,779 2022-06-12, 11:59 PM
Last Post: sub
  Can't watch certain channels on live tv (but can record) tvwatcher 4 2,069 2021-05-05, 06:23 AM
Last Post: tvwatcher
  DVB-T and selecting audio stream three6zerocool 17 4,894 2021-02-06, 04:22 PM
Last Post: artmetz
  Client trouble Jzzhn 2 1,450 2020-08-31, 05:41 AM
Last Post: Jzzhn
  NextPVR Client Rendering NumberFive 1 1,474 2020-07-28, 10:17 PM
Last Post: NumberFive
  Client Hang artmetz 4 2,117 2020-06-07, 09:14 PM
Last Post: sub
  Black Screen Live TV and Recording Eric8497 9 4,192 2020-03-14, 06:17 PM
Last Post: sub
  TV Guide edit Genre for Kodi sammy3 8 3,795 2020-03-10, 09:25 PM
Last Post: sammy3

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

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

Linear Mode
Threaded Mode