NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,182
» Latest member: williams25
» Forum threads: 65,377
» Forum posts: 602,170

Full Statistics

Online Users
There are currently 1450 online users.
» 0 Member(s) | 1444 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Twitter

Latest Threads
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: drvolks
36 minutes ago
» Replies: 42
» Views: 6,211
More than one HDPVR to th...
Forum: Hardware
Last Post: Joram
5 hours ago
» Replies: 0
» Views: 15
actors producer director
Forum: Wishlist
Last Post: a1blues
Yesterday, 09:20 PM
» Replies: 4
» Views: 47
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
Yesterday, 01:00 AM
» Replies: 1
» Views: 126
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 118
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 94
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 142
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,838
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 187
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,455

 
  "Unable to locate Capture filters Analog Video In" with Hauppauge Win-TV HVR 1800
Posted by: ccadieux - 2011-02-10, 06:09 PM - Forum: Legacy (v4.x and earlier) - Replies (22)

Hi all,

I've been trying for a couple of days to get LiveTV working on NPVR and I constantly get the message "Unable to locate Capture filter's Analog Video In.

The card works as I saw with WinTV 7 and BeyondTV 4 Demo. I can display and record all channels without any problem. I have read several post with similar problems but cannot find a solution.
I have applied most of the Getting Started post including Patches, VC++ Runtime, DirectX 9c, AC3Filter, RegSVR32 *.ax.

I suspect some kind of xml malformed or missing codec.

I can see the card in Settings:
Analog Hauppauge WinTV 885 Video Capture Yes Yes 55
ATSC Hauppauge WinTV 885 BDA Tuner/Demod Yes Yes 0
QAM Hauppauge WinTV 885 BDA Tuner/Demod Yes Yes 0

I have included the Logs, Filtercheck, Win-TVProdInfo and images in the hope that someone will have a hint of what is wrong.

Thank you for your help and support.

Claude

Print this item

  Problem setting up Reclock
Posted by: Reddwarf - 2011-02-10, 09:30 AM - Forum: General Discussion - Replies (13)

I installed Reclock and it works excellent on one of my testrigs, but not on the other and not on my main htpc. The testrig where is does not work has onboard "Realtec High Definition Audio", the htpc has a Soundblaster X-Fi. Anything I should be aware of? I'm running W7x64 on all computers. I'v also tried the various alternatives in configuration->PCM and Devices to use, with no luck.

Print this item

  QAM Scan
Posted by: ydekmekji - 2011-02-10, 06:14 AM - Forum: Legacy (v4.x and earlier) - Replies (4)

HDHomerun and WinTV7 find a couple of channels that nPVR isn't....

More specifically:
94.8401
91.8402

attached is my lastscan.xml
..

Print this item

  Advice on an upgrade
Posted by: soccerdad - 2011-02-10, 01:34 AM - Forum: Hardware - Replies (41)

I have an old HP media center computer with and Athlon 64 3500+, 2.2 ghz processor and 1.5gig ram. I would love to use it as a client, but the onboard graphics are lame and uses 100% processor for HD. It run XP MCE. I want this client to have internet access so a PCH is not a great solution in this case.

I am considdering throwing a cheap video card in it. Do you think something like this http://www.newegg.com/Product/Product.as...6814500165 would work? I only have a pcie 16 slot. I don't know if a pcie 16 2.0 card will work . Or should I scrap the idea and save for a new mother board, ram.....etc...I would just buy a new mobo and processor, but then I also have to buy win7 and things start to get really expensive. Did I say I was cheap? Wink

I don't need awsome performance, but want trouble free playback.

Thanks for the input in advance.

Print this item

  Remapped green button on remote, each press opens another instance....
Posted by: Jeckler - 2011-02-10, 12:37 AM - Forum: Legacy (v4.x and earlier) - Replies (6)

I have an MCE remote and installed LMremote to remap the green button so that nextpvr.exe would launch. Works great... too great. Each time the button is pressed, a new instance and window of NPVR starts. I can see it now, the remote gets stuck in the couch with the button pressed and I wake up one morning to a bazillion instances of npvr running.
Anyone know how to keep NPVR from opening more than one instance, like a command line switch I can use?

Print this item

  Timed action using C#
Posted by: bgowland - 2011-02-10, 12:31 AM - Forum: Developers - Replies (3)

I need to run a particular bit of code in a System Service every hour shortly after the hour (~5 mins but not too critical).

I'm doing this with a System.Timers.Timer and setting it to fire every 3600000 ms which is working but I've noticed in 12 hours, it has drifted forwards by over 1 minute (in particular between the ~4pm -> ~5pm calls)...

Code:
09/02/2011 11:05:46.385 onTimerElapsed called... 09/02/2011 12:05:45.855 onTimerElapsed called... ... 09/02/2011 16:05:43.735 onTimerElapsed called... 09/02/2011 17:04:30.159 onTimerElapsed called... ... 09/02/2011 23:04:25.535 onTimerElapsed called...
I could check the 'Minute' part of DateTime.Now each time it's called and recalculate the next delay but I was just wondering if there's anything more accurate for doing this.

I'm sure I've done something similar in the past but can't think of how I did it and Google seems to just throw up examples of System.Timers.Timer.

Print this item

  no channels found - XP x64 bit edition fresh install
Posted by: 8ace - 2011-02-09, 05:38 PM - Forum: GB-PVR Support (legacy) - Replies (3)

Hi there, this is an HP Pavilion running an HVR-1800 ATSC Hauppauge w/XP 64. Fully patched etc and fresh.

Thoughts? Logs attached. thanks!

Print this item

  LiveTV stops for Recordings
Posted by: steeb - 2011-02-09, 04:34 PM - Forum: Legacy (v4.x and earlier) - Replies (14)

Dear all,

I don't remember reading about this behaviour so if I've missed a thread or something somewhere please point me in the right direction Big Grin

I didn't realise that NextPVR prioritised recordings over LiveTV? Watching LiveTV, pending recording starts, stops LiveTV. Is that expected behaviour? Great not to have a failed recording but also not great for LiveTV just to stop.... Mrs Steeb would be most unhappy Wink

NextPVR 1.5.36 & all patches

cheers

steeb

Print this item

  Problems with DVB-T subtitles
Posted by: Marko73 - 2011-02-09, 04:27 PM - Forum: Legacy (v4.x and earlier) - Replies (11)

Hi all. I'm having 2 problems with subtitles when watching digital terrestrial TV.

First of all, the picture pauses very very briefly every time the subtitles update and also occasionally stutters or breaks up. I've checked the CPU usage (about 60% max) and tried altering the process priority in Task Manager but no change. The picture is fine when subtitles are turned off, which brings me to the other problem...

I can't turn the subtitles off once I've turned them on! Ctrl-X enables them... what key combination disables them? So far I've had to close nPRV and restart it to get rid of the subtitles.

Thanks for your help

Print this item

  Nrecord - Npvrtsmon.ax crash
Posted by: nobody - 2011-02-09, 04:09 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

The last couple of days Nrecord has been crashing with this error after a few hours of recording. Have no idea why was working fine before.
Fully patched Npvr 1.5.36,win7,HDHR

Problem Event Name: APPCRASH
Application Name: NRecord.exe
Application Version: 1.0.0.0
Application Timestamp: 4d3712e7
Fault Module Name: NPVRTSMon.ax
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 4d0e3659
Exception Code: c0000005
Exception Offset: 0000c510
OS Version: 6.1.7600.2.0.0.768.3
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Print this item

Pages (6435): « Previous 1 … 1770 1771 1772 1773 1774 … 6435 Next »
Jump to page 

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