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 … 206 207 208 209 210 … 433 Next »
Corrupted recordings

Corrupted recordings
Bluethunder
Offline

Member

Posts: 130
Threads: 32
Joined: Jan 2006
#1
2014-06-28, 04:40 PM
:confused:

Having an odd problem.

My system is a Hauppauge Colossus box. Since upgrading to 3.2.9, I've been getting corrupted recordings after a week to 2 weeks.

I went away for 10 days so I've got a full week of corrupted recordings, and it looks like it started corrupting on the 21st on a topgear episode. It starts with audio, then each recording afterwards advances slightly further into choppy video and audio stuttering.

I've included the only log that goes back that far. I had a look, but I don't see any errors about recording faults.

Not sure how where to start looking on how to fix it.

When I was running the previous version (3.1? with the 2 patch packs), the computer would run for months at a time with out a restart.

Next time it happens, I'll try restarting NPVR / Recording service, and see if that cleans it up. Restarting the PC definitely fixes the corruption.

I can stick a corrupted recording on my server if some one wants to see or look into what it's doing to the .TS files.

Thanks, Joe
Bluethunder
Offline

Member

Posts: 130
Threads: 32
Joined: Jan 2006
#2
2014-07-10, 12:12 AM
Happened again.

This time I had a chance to shutdown NPVR and the recording service..

Went from terrible stuttery live tv, to normal again.

That tells me it isn't a hardware problem, windows 7, or drivers.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,042
Threads: 771
Joined: Nov 2003
#3
2014-07-10, 09:50 AM
Bluethunder Wrote:My system is a Hauppauge Colossus box. Since upgrading to 3.2.9, I've been getting corrupted recordings after a week to 2 weeks.

I went away for 10 days so I've got a full week of corrupted recordings, and it looks like it started corrupting on the 21st on a topgear episode. It starts with audio, then each recording afterwards advances slightly further into choppy video and audio stuttering.
I'm not really sure what to suggest on this one. When it comes to recordings from a Colossus, the app just writes the data it supplies to disk, so any choppy video or audio in the recording must be generated by it's encoder. In this case all I could really suggest is trying different versions of the drivers, or making sure your PC isn't overheating.

Another possibility is high CPU usage on your PC from other stuff happening at recording time resulting in the Colossus not being able to deliver all it's data at the time, so chunks of data are missing.
shaunpatrick77
Offline

Member

Posts: 159
Threads: 38
Joined: Feb 2008
#4
2014-07-18, 05:23 AM
I'm getting the same issue, and seem to creep in about the same time. Stuttering live TV and recordings after about a week. I've got both a Colossus and DVB-T and both are affected.

I had been restarting the PC when it happened, but after seeing this post have confirmed that restarting the recording service fixes it.
Bluethunder
Offline

Member

Posts: 130
Threads: 32
Joined: Jan 2006
#5
2014-07-28, 05:47 AM
Right on schedule, it started again. Watching live tv this time, started as audio cutting in and out, then video stuttering. It's not just playback, the file is corrupted.

Checked cpu usage, i'm 80% idle, 2.5 gb of memory free, temperatures fine. NPVR was at 200mb memory usage, and nrecord was at 12mb.

Shutdown Nrecord, restarted it, and everything is fine.

Next time, I'm going to leave Nrecord running, and see if the arcsoft video recorder misbehaves in the same way.

I'm running out of ideas, I guess the next step might be image the current drive, and do a windows 7 re-install..
christheman
Offline

Member

Posts: 104
Threads: 14
Joined: Apr 2014
#6
2014-07-28, 06:00 PM (This post was last modified: 2014-07-28, 06:10 PM by christheman.)
Bluethunder Wrote:Right on schedule, it started again. Watching live tv this time, started as audio cutting in and out, then video stuttering. It's not just playback, the file is corrupted.

Checked cpu usage, i'm 80% idle, 2.5 gb of memory free, temperatures fine. NPVR was at 200mb memory usage, and nrecord was at 12mb.

Shutdown Nrecord, restarted it, and everything is fine.

Next time, I'm going to leave Nrecord running, and see if the arcsoft video recorder misbehaves in the same way.

I'm running out of ideas, I guess the next step might be image the current drive, and do a windows 7 re-install..

Either of you try changing these parameters in the NPVR config.xml file?
(look for these two lines)
<UseHigherPriority>False</UseHigherPriority>
<HigherPriorityLevel>Normal</HigherPriorityLevel>

(and change parameters to this)
<UseHigherPriority>true</UseHigherPriority>
<HigherPriorityLevel>AboveNormal</HigherPriorityLevel>

Or maybe even try setting that second line from "Normal" to "High".

I do processor-intensive VideoRedo 2-pass encoding while I also capture with NPVR. The VRD low priority setting gets set to "Low" by me (within program) while I set NPVR to "AboveNormal" (via config file). On my computer, if either or both of those programs have their process priorities set to "Normal", then I sometimes get captures that stutter.

Maybe the Hauppauge Colossus-related software or something else bundled with it runs at a priority higher than "Normal" in the background?
Bluethunder
Offline

Member

Posts: 130
Threads: 32
Joined: Jan 2006
#7
2014-07-29, 02:12 AM
christheman Wrote:Either of you try changing these parameters in the NPVR config.xml file?
(look for these two lines)
<UseHigherPriority>False</UseHigherPriority>
<HigherPriorityLevel>Normal</HigherPriorityLevel>

(and change parameters to this)
<UseHigherPriority>true</UseHigherPriority>
<HigherPriorityLevel>AboveNormal</HigherPriorityLevel>

Or maybe even try setting that second line from "Normal" to "High".

I do processor-intensive VideoRedo 2-pass encoding while I also capture with NPVR. The VRD low priority setting gets set to "Low" by me (within program) while I set NPVR to "AboveNormal" (via config file). On my computer, if either or both of those programs have their process priorities set to "Normal", then I sometimes get captures that stutter.

Maybe the Hauppauge Colossus-related software or something else bundled with it runs at a priority higher than "Normal" in the background?

Thanks muchly!

I'll let you know how it works, in about 2 weeks :-p

Cheers.
christheman
Offline

Member

Posts: 104
Threads: 14
Joined: Apr 2014
#8
2014-07-29, 05:46 AM (This post was last modified: 2014-07-29, 09:05 PM by christheman.)
sorry..duplicate post.
christheman
Offline

Member

Posts: 104
Threads: 14
Joined: Apr 2014
#9
2014-07-29, 05:54 AM
Bluethunder Wrote:Thanks muchly!

I'll let you know how it works, in about 2 weeks :-p

Cheers.

Another thing you could do is go to your Windows Task Manager, or wherever you can go to manage the processes, and right-click on each process under the Process tab, then hover the mouse over Set Priority of each one to see what priority each is running at.

I am running Windows XP SP3 and the only processes I have running above the "Normal" process priority are "csrss.exe" (High), "taskmgr.exe" (High), and "winlogon.exe" (High). All of those are normal operating system services on XP which don't affect NPVR operation and cannot be changed. Of course I also see "Nrecord.exe" (AboveNormal) and VideoRedo4.exe (BelowNormal), as per my settings.

Perhaps you could narrow down the offending service(s) in a similar way.
Bluethunder
Offline

Member

Posts: 130
Threads: 32
Joined: Jan 2006
#10
2014-08-08, 01:58 AM
christheman Wrote:Another thing you could do is go to your Windows Task Manager, or wherever you can go to manage the processes, and right-click on each process under the Process tab, then hover the mouse over Set Priority of each one to see what priority each is running at.

I am running Windows XP SP3 and the only processes I have running above the "Normal" process priority are "csrss.exe" (High), "taskmgr.exe" (High), and "winlogon.exe" (High). All of those are normal operating system services on XP which don't affect NPVR operation and cannot be changed. Of course I also see "Nrecord.exe" (AboveNormal) and VideoRedo4.exe (BelowNormal), as per my settings.

Perhaps you could narrow down the offending service(s) in a similar way.

Things were looking good, and today, my recordings are buggered again.. Right on schedule..

This time, i didn't reset nrecord or shutdown NPVR, and loaded Arcsoft Showbiz.

Arcsoft showbiz feed from the colossus card is 100% solid. Stop Showbiz, run live TV, and it is completely unwatchable.

I checked the CPU usage during live stuttery tv, it was about 10% for npvr. nrecord was about 0-2%. Memory was 136mb for nextpvr, and 15mb for nrecord.

Nothing i could see was running at more than normal priority.

And, restarting Nrecord, fixes the problem.
« 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
  Failed recordings won't delete Spid4567 3 2,894 2023-07-14, 10:13 PM
Last Post: ZeDoZ
  All my recordings start 90 sec early ncsercs 2 1,636 2022-03-19, 03:28 AM
Last Post: sub
  Wake - Sleep Interaction -> Failed Recordings mikeh49 48 16,856 2021-03-21, 11:21 PM
Last Post: careads
  Most recordings are zero bytes virtualpaul 4 2,421 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,492 2021-01-07, 08:47 AM
Last Post: sub
  Recordings not playing in browser FamilyGuyFan 1 1,670 2020-10-22, 10:18 PM
Last Post: mvallevand
  Recordings 1 minute off BobbyDing 7 3,305 2020-10-11, 08:07 PM
Last Post: mvallevand
  easy tools to remove adverts in recordings? V_J 6 4,437 2020-10-06, 02:37 AM
Last Post: Ehrlichia
  Black screen, no audio, & zero bit recordings mattman1968 1 1,752 2020-09-15, 12:19 AM
Last Post: mattman1968
  Recordings Date Format NumberFive 3 2,276 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