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,170
» Latest member: Lysolchip
» Forum threads: 65,371
» Forum posts: 602,137

Full Statistics

Online Users
There are currently 2075 online users.
» 1 Member(s) | 2068 Guest(s)
Baidu, Bing, DuckDuckGo, Facebook, Google, Yandex, User

Latest Threads
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
3 hours ago
» Replies: 1
» Views: 44
New version problem with ...
Forum: Windows
Last Post: Swami
Today, 12:23 AM
» Replies: 47
» Views: 3,704
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 126
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,411
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 286
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 212
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 493
Radio stations for NextPV...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: LynnO
2026-08-23, 07:28 PM
» Replies: 28
» Views: 10,148
Desktop Client lost it's ...
Forum: Windows
Last Post: sub
2026-08-23, 03:37 AM
» Replies: 6
» Views: 368
Record playback manual sk...
Forum: Linux
Last Post: mvallevand
2026-08-23, 03:03 AM
» Replies: 4
» Views: 260

 
  Unable to delete video file if play before
Posted by: McBainUK - 2013-10-26, 01:48 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

Does anyone else get this problem with the default videos plugin?

1. Play video file.
2. Stop video file.
3. Delete video file.

Result: Video file is not deleted. No error messages seen in the UI or in the logs.

Note: If skip steps 1-2 the file is deleted successfully.

Print this item

  3.1.1 Improved skipping logic
Posted by: roy - 2013-10-26, 12:46 PM - Forum: Legacy (v4.x and earlier) - Replies (1)

Quote:From the change log:
- improved skipping logic when playing in-progress recordings.

What changed here? I was hoping this meant the comskip file would be reread while watching in progress recordings, to show new skips (like gbpvr did), but I don't see it happening.

Print this item

  Server Error in '/' Application
Posted by: ralphy - 2013-10-26, 08:37 AM - Forum: NextPVR Enhanced Web Admin (NEWA) - Replies (3)

Web Admin hasn't been working for a while, and I've finally got around to trying to find out why - but without success.

Code:
[color=#FF0000][SIZE=4]Server Error in '/' Application.[/SIZE][/color] Root element is missing. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Xml.XmlException: Root element is missing. [B]Source Error[/B]: Line 524: Line 525: if (File.Exists(GetWebConfigFileName())) [color=#FF0000]Line 526: configWeb.Load(GetWebConfigFileName());[/color] Line 527: Line 528: globalSettings = new HybridDictionary(); Source File: c:\Documents and Settings\All Users\Application Data\NPVR\web\App_Code\Classes\Settings.cs Line: 526 [B]Stack Trace[/B]: [XmlException: Root element is missing.] System.Xml.XmlTextReaderImpl.Throw(Exception e) +76 System.Xml.XmlTextReaderImpl.ParseDocumentContent() +2694 System.Xml.XmlTextReaderImpl.Read() +65 System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +155 System.Xml.XmlDocument.Load(XmlReader reader) +109 System.Xml.XmlDocument.Load(String filename) +93 N_EWA.classes.Settings.LoadFromFile(Boolean reload) in c:\Documents and Settings\All Users\Application Data\NPVR\web\App_Code\Classes\Settings.cs:526 N_EWA.classes.Settings.GetSetting(Object moduleObject, String settingName) in c:\Documents and Settings\All Users\Application Data\NPVR\web\App_Code\Classes\Settings.cs:470 N_EWA.classes.Settings.Load() in c:\Documents and Settings\All Users\Application Data\NPVR\web\App_Code\Classes\Settings.cs:158 N_EWA.classes.Settings..ctor() in c:\Documents and Settings\All Users\Application Data\NPVR\web\App_Code\Classes\Settings.cs:150 N_EWA.Global..cctor() in c:\Documents and Settings\All Users\Application Data\NPVR\web\App_Code\Global.cs:44 [TypeInitializationException: The type initializer for 'N_EWA.Global' threw an exception.] N_EWA.Global..ctor() in c:\Documents and Settings\All Users\Application Data\NPVR\web\App_Code\Global.cs:37 ASP.global_asax..ctor() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\98d3b820\6de0daa9\App_global.asax.abbn7b6a.0.cs:0 [TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) +0 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) +86 System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +230 System.Activator.CreateInstance(Type type, Boolean nonPublic) +67 System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +1051 System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +111 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +197 System.Web.HttpApplicationFactory.FireApplicationOnStart(HttpContext context) +31 System.Web.HttpApplicationFactory.EnsureAppStartCalled(HttpContext context) +134 System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +88 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +290 Version Information: Microsoft .NET Framework Version:2.0.50727.3649; ASP.NET Version:2.0.50727.3634

Any suggestions? (NPVR 2.5.5 - yes I know)

Print this item

  Emuzed Angel 2
Posted by: abower911 - 2013-10-25, 10:04 PM - Forum: Hardware - Replies (4)

Will this tuner work for receiving and recording antenna channels?

I have it installed, at least to the point that MCE can see it, but next pvr does not see it. Nor can I get it to scan for channels, it seems to be searching for cable channels.

Print this item

  HD Homerun with Transcoding Available in December!
Posted by: wayloncovil - 2013-10-25, 07:33 PM - Forum: Hardware - Replies (5)

In January, SiliconDust announced that the next version of the HD Homerun will have onboard H.264 Transcoding on it.
I was browsing NewEgg and noticed that it's available in December.
There's a service called Aereo.com that is essentially a DVR in the cloud. The company has thousands of TV tuners with direct line of sight to the transmitters. Users can watch live TV from their mobile devices. Aereo also provides 40 hours of DVR to their customers. It's not available in my area however.
What I would like to do is to host my own Aereo type of service from my home. I want to be able to watch live or recorded TV from my mobile devices while I'm away from home.
My thinking is that since the HD Homerun will have transcoding on it, nextpvr won't have to do any transcoding. It could just capture the stream, record it to a drive and rebound it out the Internet to the mobile device. Since the Transcoding is built in to the HD Homerun, I would expect that I could simply pause the stream and it would continue caching at home.
I'm thinking that efficiencies would be gained by nextpvr not having to transcode the stream.
How big of a deal is it that the new HD Homerun will have on board transcoding?

Print this item

  Newb getting started ran into issues streaming..
Posted by: DemonLoader - 2013-10-25, 07:29 PM - Forum: Legacy (v4.x and earlier) - Replies (11)

:confused:
Thanks for viewing the thread, and any advice you can give. Here's my situation (specs first):

OS: Server 2008 R2 (Dedicated machine for this PVR purpose)
- Desktop Experience feature added
- Hack/batch for BDA devices used
- Direct X web redist installed
- VLC installed
- Shark007 Codec Pack installed (ffmpeg used for most decoders)
Core 2 Quad, 8GB RAM, Nvidia Chipset, Quadro FX3800, Dual Gigabit Ethernet (might team them later)
Tuners:
HDHR Prime (w/Cisco Cable Card from TWC)
Asus EHD3100 (not connected to cable yet)
Hauppauge WinTV PVR PCI II (not connected to cable yet nor detected by NPVR)

Please let me know if any of the prior installed software is unnecessary and I'll gladly remove it. So I've set up NPVR 3.1.1 and gotten the HDHR detected, as DCR-2650, and the channels populated. Using the OTA EPG for now. No plugins except TV Guide, Live TV, Recordings, and Search on the server client. Planning on Using XBMC as the remote clients with the NextPVR plugin. I've set a CNAME in DNS to point "TV" to the PVR Server, so for all entries I use TV as the host name. I've specifically shared the NPVR, Record and Temp folders for read only to authenticated users, so clients can see and connect to \\TV\*folder*. I've allowed, both receive and transmit, all of the .exe required and even a couple extra trough the firewall.

The issue I ran into that I can't seem to get past is two part I think, but maybe two parts of the same thing. First is that I can't seem to get clients to receive the stream from NPVR, even the client on the server doesn't seem to be able to get the stream. I see in Status that the Device starts a *.ts and the Tray icon turns red, but in about 30 sec it stops and the icon goes to normal again. I've attached logs from a couple attempts. The second issue is the web guide doesn't populate any TV Guide data.

Any help would be greatly appreciated. Thank you

Print this item

  Cannot Start Recording Service problem
Posted by: Broncowolf - 2013-10-25, 06:23 PM - Forum: Legacy (v4.x and earlier) - Replies (11)

I'm an old snapstream user and am wanting to try out NextPVR but am having problems at the start. I cannot get the recording service to start. Here's the error I get when I try:

Unable to start service: System.InvalidOperationException: Cannot start service
NPVR Recording Service on Computer '.'..--->
System.ComponentModel.Win32exception: The system cannot find the file \
specified

--- End of inner exception stack trace ---
at System.ServiceProcess.ServiceController.Start(String[] args)
at System.ServiceProcess.ServiceController.Start()
at NCtrl.Program.Main(String[]args)

Any idea how to fix it or what I did wrong. I have uninstalled and reinstalled and it just keeps happening.
Thanks

Print this item

  v3.1.1 (upgrade) and "System" shows but doesnt work (used to before upgrade)
Posted by: SFX Group - 2013-10-25, 03:51 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

Hi

Was this a common problem?
The v3.1.1 seems to work fine, however the "System" option is on the screen but doesnt do anything, when in the "settings" it doesnt have a tick in it, when i put a tick in and close then re-open the tick has gone.

So seems like a simple problem, however how do i clear what ever error (i assume log files are needed?) unless this is a common issue (at work so not fully searched).

Print this item

  Remote acting weird.
Posted by: cyclonegt68 - 2013-10-25, 05:37 AM - Forum: Legacy (v4.x and earlier) - Replies (3)

Was playing with Windows Media Center and then I disabled it through the Control panel. Now, my remote doesn't work in NextPVR unless I turn on WMC. Even then, my exit, or back button doesn't work.

Can I disable Windows Media Center and keep my remote working otherwise?

Print this item

  Buffering stuck at 0% on live tv in xbmc
Posted by: crutonius - 2013-10-25, 05:08 AM - Forum: Kodi / XBMC - Replies (4)

Hi,

Okay so I have Nextpvr using a Ceton infinitv 4. And the problem I'm having is when i'm trying to watch live tv with xbmc it just says buffering 0% and nothing happens. In the settings program for NPVR I see that one of the tuners is active but nothing seems to happen.

Any ideas?

thanks in advance.

Print this item

Pages (6434): « Previous 1 … 1253 1254 1255 1256 1257 … 6434 Next »
Jump to page 

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