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 … 300 301 302 303 304 … 433 Next »
Recording Service Getting Stuck "Recording"

Recording Service Getting Stuck "Recording"
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#1
2011-07-31, 01:14 PM
My recordings on the server have been pretty rock solid since 2.15.

Twice now since doing the R1 patches, I've found one of the HD-PVRs stuck "on", the clients think it is free, but the recording service thinks it's still recording something from hours before.

In this case, my wife set it to record "The Cabin" which was, I think, 2 hours. By the time I noticed the above, it had recorded for 10 hours straight and just shy of a 40GB file. Impressive!

Restarting the recording service frees it up. Logs attached.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#2
2011-07-31, 05:07 PM
unfortunately there's nothing in your logs about that recording; they're all full of client playback messages. we need to talk sub into reducing the client-playback debug output, or re-direct it to another log file so we can see what NRecord is doing.
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
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#3
2011-07-31, 10:02 PM
...or increase the size/number of the logs that are saved. My server has a 1TB in it, soon to be 2TB as the primary/recording drive with everything else on NAS. I have no fear of big logs files if it helps debugging!
rwnz
Offline

Member

Posts: 89
Threads: 15
Joined: Aug 2006
#4
2011-08-16, 12:51 AM
This has been happening to me too on occasions, but only since I upgraded to 2.1.5. Most of the time my recordings start and stop as required. The last lime it happened may have been when two programs were being recorded simultaneously on a dual DVB tuner (though the start and stop times may have been different). However only one program failed to stop recording.
Hauppauge WinTV-HVR-2200, Intel C2D E8400; 4GB RAM; ASUS EN9400GT SILENT 512MB; Windows 10 Home 64 Bit; NPVR + EPG Collector. TVersity; Sony Smart TVs; Xtreamer Sidewinders. TV source: DVB-T
shaunpatrick77
Offline

Member

Posts: 159
Threads: 38
Joined: Feb 2008
#5
2011-08-18, 02:46 AM
Had a re-occurrence of what may be the same/related issue. Npvr shows a recording that should have finished hours ago as still in progress. Almost as if communication between the recording service and the client was lost. A quick peek showed there was nothing logged in the c:\temp folder, so I assume that the recording service didn't crash.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#6
2011-08-18, 03:09 AM
there are two scenarios I've seen where you'll get a recording that appears to not stop:

1) something goes wrong when the recording starts; the recording file is 0 bytes. when it tries to stop it will appear to fail, but in fact the failure happened when it started. at this point some or all of NRecord is crashed (in fact some part of NRecord crashed when the recording started)

2) something goes wrong when the recording stops; NRecord will try to end the recording, but when it issues the commands to stop the graph something hangs yet the recording itself does actually stop. at this point some or all of NRecord is crashed; you'll often see the message "Async Stop taking too long", followed by a few other messages where NRecord is trying to tear down the graph, and then it will just go silent

I sometimes see a third scenario where another recording is in progress when #1 or #2 occurs and NRecord crashes, the other recording will actually just keep going until you kill NRecord. But in this scenario the run-on recording is NOT the problem, it's the other one.

In either case, sometimes there's a crash.mdmp, sometimes there isn't. It seems to depend on exactly how and where NRecord crashed.

The mystery continues to be exactly why NRecord crashes in these situations. Troubleshooting this is on hold until the next version comes out, because sub's moved beyond 2.1.5 and can't look at the crash.mdmp files any more (the debug symbols no longer match up to his code).
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
shaunpatrick77
Offline

Member

Posts: 159
Threads: 38
Joined: Feb 2008
#7
2011-08-18, 03:28 AM
No problem, will hold off digging any further until after the next (eagerly awaited) release. Thanks for the update!
Nistrod
Offline

Member

Posts: 243
Threads: 45
Joined: Jul 2010
#8
2011-08-29, 11:39 AM
I too have had this problem. In my case, there was a program being recorded at 3am, when the EPG update kicked off.
The log shows the update trying to use the same tuner, and failing.
The log shows that it "stopped" recording the show, and kicked off postprocessing.bat.

Now, my postprocessing.bat recodes the file to an avi.
This morning, when I restarted the recording service, the TS file was 20GB (8 hours).
The AVI is only 900MB (1 hour) long.
The log file for postprocessing.bat has an error at the point where I move the TS file somewhere, that says that the file is still in use.

Its looks like under these circumstances, it tries to stop, but doesnt, but thinks it has.

Maybe these are the same circumstances that smajor was having?
[SIZE="1"]NPVR 2.6.2;Windows 7 Enterprise SP1;i5 750; 8GB mem;Geforce 210;Winfast DTV100 S, Winfast DTV Dongle Gold; 2 x Winfast DTV2000DS
[/SIZE]
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#9
2011-08-29, 01:38 PM
Nistrod Wrote:I too have had this problem. In my case, there was a program being recorded at 3am, when the EPG update kicked off.
The log shows the update trying to use the same tuner, and failing.
The log shows that it "stopped" recording the show, and kicked off postprocessing.bat.

Now, my postprocessing.bat recodes the file to an avi.
This morning, when I restarted the recording service, the TS file was 20GB (8 hours).
The AVI is only 900MB (1 hour) long.
The log file for postprocessing.bat has an error at the point where I move the TS file somewhere, that says that the file is still in use.

Its looks like under these circumstances, it tries to stop, but doesnt, but thinks it has.

Maybe these are the same circumstances that smajor was having?
Have you upgraded to 2.2.6?

"I'd rather have a bottle in front of me than a frontal lobotomy"
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#10
2012-05-24, 03:26 AM
We have this problem also, using v2.4.3. It seems to happen with recurring recordings setup to record all shows, and possibly only when there are multiple shows on consecutively on the same channel.

Last week we had a 30 minute episode of "Betty White's Off Their Rockers" record for 38 hours, filling the HDD. This also wiped out our config.xml file as NPVR occasionally writes this file. Word to the wise, consider separate HDD partitions for your recordings and Win-dohs!/NPVR. That's on my list for this box, along with about a dozen other things... ...when I get some time. My wife says she has seen this with other shows in the past, but couldn't be specific about when. The shows she mentioned are reruns on stations that tend to show episodes for several hours straight.

This problem is actually occurring as I type as the previously mentioned show should have finished recording about 1:45 ago but the file is well over 2 hours worth in size and still growing.

Logs are attached.

TIA
-Brad
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording movies / TV to XBMC directory stucture spinnaker 10 3,932 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 1,188 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 1,244 2023-11-20, 03:42 PM
Last Post: sub
  Recording to a network drive woes. 2leftfeet 12 7,661 2022-04-05, 08:03 PM
Last Post: mvallevand
  device needed for recording David209 2 1,848 2021-04-04, 08:47 AM
Last Post: David209
  PC not going to sleep after recording LeoL 7 3,623 2021-04-01, 07:17 PM
Last Post: Handy.Man
  HDHomerun recording bizzarely not working Jean0987654321 3 2,237 2021-03-27, 03:23 PM
Last Post: Jean0987654321
Video Restrict Recording Space foucomm 1 1,435 2021-01-30, 09:25 PM
Last Post: mvallevand
  Directory dropdown on the recording edit dialog MicahMakenzie 1 1,611 2021-01-11, 04:37 PM
Last Post: Graham
  Recording service stopped or not running at scheduled time MattInetroit 3 2,043 2021-01-08, 12:03 AM
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