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 … 258 259 260 261 262 … 433 Next »
Playing current recordings stops

Playing current recordings stops
mattyb
Offline

Member

Posts: 219
Threads: 45
Joined: Oct 2008
#1
2013-04-13, 02:58 AM
Apologies if this is covered elsewhere but I'm not sure how to search for this.

When I start playing something currently recording it seems the endpoint is fixed at the time I start playing, so that when I get to this point I cannot skip forward through this endpoint, however the recording will play interrupted if I don't skip.

Does that make sense?? It makes it annoying if I forgot and hit skip then the recording hits the endpoint, and I have to stop, play from the beginning, and skip forward to where I was last viewing.

Any ideas?
AMD A8-3870K 3.0GHz (onboard ATI HD6550 graphics), 8GB RAM, 500GB SSD + 2TB Hard drives, Hauppauge Colossus 2 (HDMI), Hauppauge WinTV-NOVA-S-Plus (DVB-S), Windows 10 64 bit, NPVR 6.1.5, MCE Remote/IR Blaster, IR Server Suite blasting to SKY TV (NZ) OnDemand set top box (Kaon NS1120).
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#2
2013-04-13, 03:07 AM
Certainly not something I've ever seen; I watch in-progress recordings all the time. All I can suggest is to post logs showing this happening. Does this happen on all types of recording (analog, DVB-S, DVB-T), or just one type?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
mattyb
Offline

Member

Posts: 219
Threads: 45
Joined: Oct 2008
#3
2013-04-13, 03:23 AM
Logs attached. This recently occurred during viewing the "Golf: Masters Highlights" recording (if that's any help).

Yes it happens without fail on all analog, DVBS and DVBT recordings.
AMD A8-3870K 3.0GHz (onboard ATI HD6550 graphics), 8GB RAM, 500GB SSD + 2TB Hard drives, Hauppauge Colossus 2 (HDMI), Hauppauge WinTV-NOVA-S-Plus (DVB-S), Windows 10 64 bit, NPVR 6.1.5, MCE Remote/IR Blaster, IR Server Suite blasting to SKY TV (NZ) OnDemand set top box (Kaon NS1120).
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#4
2013-04-13, 03:30 AM
For some reason it looks like it is using Timing.Info on an in-progress recording

Code:
2013-04-13 14:14:26.674    [DEBUG][1]    Playing video file: G:\Recordings\Golf The Masters Hls\Golf The Masters Hls_20130413_14001500.ts
2013-04-13 14:14:26.674    [DEBUG][1]    TV Listings: Got event BUILDING_GRAPH G:\Recordings\Golf The Masters Hls\Golf The Masters Hls_20130413_14001500.ts
2013-04-13 14:14:26.714    [DEBUG][1]    Using 'NPVR TS Reader2'
2013-04-13 14:14:26.744    [DEBUG][1]    Timing.info reports duration 922341ms

Do you run any utility that allows multiple programs to lock open files?

Martin
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#5
2013-04-13, 06:34 AM (This post was last modified: 2013-04-13, 06:40 AM by johnsonx42.)
Nice catch Martin. I looked at the logs briefly earlier and saw that line but the significance of it didn't sink in. I had noticed the lack of the usual "GetDuration returning xxx" lines during playback though, which of course indicate that NextPVR isn't checking the length of the recording as it goes.

Starting playback on an in-progress recording should look like this:
Code:
2013-04-12 20:02:56.779    [DEBUG][1]    Using 'NPVR TS Reader2'
2013-04-12 20:02:56.780    [DEBUG][1]    File in use. Maybe still recording.

So NextPVR can't tell that the recording file is in use, and treats it as a completed recording; everything else that happens from there makes sense. But why?

I can't help but wonder the same thing I'm wondering in Bluethunder's situation where NRecord can only start one graph using his Colossus, and the second one hangs every time (but works fine with 2.5.5): does this have something to do with XP? Some change(s) in the code or supporting libraries/frameworks that continues to work fine on Vista/7/8 but breaks on XP?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
mattyb
Offline

Member

Posts: 219
Threads: 45
Joined: Oct 2008
#6
2013-04-13, 07:52 AM
mvallevand Wrote:For some reason it looks like it is using Timing.Info on an in-progress recording

Code:
2013-04-13 14:14:26.674    [DEBUG][1]    Playing video file: G:\Recordings\Golf The Masters Hls\Golf The Masters Hls_20130413_14001500.ts
2013-04-13 14:14:26.674    [DEBUG][1]    TV Listings: Got event BUILDING_GRAPH G:\Recordings\Golf The Masters Hls\Golf The Masters Hls_20130413_14001500.ts
2013-04-13 14:14:26.714    [DEBUG][1]    Using 'NPVR TS Reader2'
2013-04-13 14:14:26.744    [DEBUG][1]    Timing.info reports duration 922341ms

Do you run any utility that allows multiple programs to lock open files?

Martin

I don't believe so, though I'm not sure I know what you mean. What would be an example of this?
AMD A8-3870K 3.0GHz (onboard ATI HD6550 graphics), 8GB RAM, 500GB SSD + 2TB Hard drives, Hauppauge Colossus 2 (HDMI), Hauppauge WinTV-NOVA-S-Plus (DVB-S), Windows 10 64 bit, NPVR 6.1.5, MCE Remote/IR Blaster, IR Server Suite blasting to SKY TV (NZ) OnDemand set top box (Kaon NS1120).
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#7
2013-04-13, 01:31 PM
It was a long shot you would know a list is here http://www.emptyloop.com/unlocker/

If G is a share does iht ave the same issue on a local drive?

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#8
2013-04-13, 08:02 PM
mvallevand Wrote:For some reason it looks like it is using Timing.Info on an in-progress recording

Code:
2013-04-13 14:14:26.674    [DEBUG][1]    Playing video file: G:\Recordings\Golf The Masters Hls\Golf The Masters Hls_20130413_14001500.ts
2013-04-13 14:14:26.674    [DEBUG][1]    TV Listings: Got event BUILDING_GRAPH G:\Recordings\Golf The Masters Hls\Golf The Masters Hls_20130413_14001500.ts
2013-04-13 14:14:26.714    [DEBUG][1]    Using 'NPVR TS Reader2'
2013-04-13 14:14:26.744    [DEBUG][1]    Timing.info reports duration 922341ms

Do you run any utility that allows multiple programs to lock open files?

Martin
Is that file definitely recording though? I cant see the recording happening in the logs, but it is missing nrecord.log and ndigitalhost-20.log, which might show it recording, but I don't know for sure.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#9
2013-04-13, 08:02 PM
mvallevand Wrote:If G is a share does iht ave the same issue on a local drive?
I also wondered if this G: drive was a local drive or network share.
mattyb
Offline

Member

Posts: 219
Threads: 45
Joined: Oct 2008
#10
2013-04-13, 08:52 PM
sub Wrote:I also wondered if this G: drive was a local drive or network share.

G is a local drive.
AMD A8-3870K 3.0GHz (onboard ATI HD6550 graphics), 8GB RAM, 500GB SSD + 2TB Hard drives, Hauppauge Colossus 2 (HDMI), Hauppauge WinTV-NOVA-S-Plus (DVB-S), Windows 10 64 bit, NPVR 6.1.5, MCE Remote/IR Blaster, IR Server Suite blasting to SKY TV (NZ) OnDemand set top box (Kaon NS1120).
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Failed recordings won't delete Spid4567 3 2,595 2023-07-14, 10:13 PM
Last Post: ZeDoZ
  All my recordings start 90 sec early ncsercs 2 1,443 2022-03-19, 03:28 AM
Last Post: sub
  Wake - Sleep Interaction -> Failed Recordings mikeh49 48 15,292 2021-03-21, 11:21 PM
Last Post: careads
  Most recordings are zero bytes virtualpaul 4 2,155 2021-01-29, 12:55 PM
Last Post: virtualpaul
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 2,217 2021-01-07, 08:47 AM
Last Post: sub
  Recordings not playing in browser FamilyGuyFan 1 1,502 2020-10-22, 10:18 PM
Last Post: mvallevand
  Recordings 1 minute off BobbyDing 7 2,952 2020-10-11, 08:07 PM
Last Post: mvallevand
  easy tools to remove adverts in recordings? V_J 6 4,154 2020-10-06, 02:37 AM
Last Post: Ehrlichia
  Black screen, no audio, & zero bit recordings mattman1968 1 1,618 2020-09-15, 12:19 AM
Last Post: mattman1968
  Recordings Date Format NumberFive 3 2,081 2020-05-14, 11:08 PM
Last Post: NumberFive

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

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

Linear Mode
Threaded Mode