NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 437 438 439 440 441 … 1231 Next »
Remote Desktop and Video Render

 
  • 0 Vote(s) - 0 Average
Remote Desktop and Video Render
rdaleypa
Offline

Junior Member

Posts: 17
Threads: 6
Joined: Jan 2007
#1
2007-10-28, 03:10 AM
Hi All,

This is a long story but our main computer has been sitting in our office for a long time collecting dust. It is still being used but only as a file server for music and to record TV shows. It was taking up space and the signal for wireless in out living room was week so I decided I would put just the computer behind a chair in the living room with no monitor connected and then we could use Windows remote desktop so that we could select shows to record.

The problem is that I get an error that says the system does not support the vmr9 video render. Since GBPVR has always worked perfectly, I am assuming this is being caused by the remote desktop connection right? It probably can't render the video on the laptops. Is there any workaround? I do not want to watch the video through that machine, I just need to be able to set up the recordings. I watch the mpeg files over the network once they are recorded.

Does anybody have any suggestions? It seemed like at one time I used gotomyPC to remote control GBPVR and set up recordings while I was at work.

Thanks!
Rich
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#2
2007-10-28, 03:21 AM
The new PVRX2 interface requires VMR9, which unfortunately XP's Remote Desktop doesnt support VMR9.


If you're just wanting to schedule recordings, you could look at enabling the web admin so you can just schedule recordings via a browser from another machine. Alternatively, VNC supports VMR9 so can be used instead of Remote Desktop. Probably the least attractive option, but Vista's Remote Desktop server supports VMR9 (ie, your remote desktop connection from a 2000/xp/vista client would be able to use VMR9).
rdaleypa
Offline

Junior Member

Posts: 17
Threads: 6
Joined: Jan 2007
#3
2007-10-28, 05:36 AM
The web interface would be great! ...but I can't get it to work. I keep getting this error. Any ideas?:

Server Error in '/gbpvr' Application.
Method not found: 'GBPVR.Backend.Common.ScheduleHelper GBPVR.Backend.Common.ScheduleHelper.getInstance()'.
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.MissingMethodException: Method not found: 'GBPVR.Backend.Common.ScheduleHelper GBPVR.Backend.Common.ScheduleHelper.getInstance()'.

Source Error:

Line 26: {
Line 27: return ScheduleHelper.getInstance();
Line 28: }
Line 29: }
Line 30:


Source File: C:\Program Files\devnz\gbpvr\web\classes\GBPVRSchedule.cs Line: 28

Stack Trace:

[MissingMethodException: Method not found: 'GBPVR.Backend.Common.ScheduleHelper GBPVR.Backend.Common.ScheduleHelper.getInstance()'.]
gbweb.GBPVRSchedule.get_scheduleHelper() in C:\Program Files\devnz\gbpvr\web\classes\GBPVRSchedule.cs:28
gbweb.GBPVRSchedule.LoadRecordingSchedule() in C:\Program Files\devnz\gbpvr\web\classes\GBPVRSchedule.cs:33
gbweb.GBPVRSchedule..ctor() in C:\Program Files\devnz\gbpvr\web\classes\GBPVRSchedule.cs:20

[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) +103
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +261
System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +1036
System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +114
System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) +2453845
System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args) +29
gbweb.Global..ctor() in C:\Program Files\devnz\gbpvr\web\Global.asax.cs:36
ASP.global_asax..ctor() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr\4d107d39\801bf7b5\App_global.asax.t7-fwjsn.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) +103
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +261
System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +1036
System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +114
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +181
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +101
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +331


Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#4
2007-10-28, 06:00 AM
Are your running the current 1.0.16 release of GB-PVR?
rdaleypa
Offline

Junior Member

Posts: 17
Threads: 6
Joined: Jan 2007
#5
2007-10-28, 01:01 PM
Hey Sub,

Yes, I am running the current version of gbpvr. I forgot to mention that I installed the enhanced web admin.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#6
2007-10-28, 04:01 PM
Sorry, you're probably best to ask the question in the 'enhanced web admin' plugin subforum. I dont use it myself, so I'm not that familiar with it.
rdaleypa
Offline

Junior Member

Posts: 17
Threads: 6
Joined: Jan 2007
#7
2007-10-28, 08:53 PM
Thanks Sub -

I was able to get it working. I hadn't updated my password for the epg in the config utility.

If you don't use it, you should check it out. It is really nicely done. I wish I had known about it before.

Thanks again for the help.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#8
2007-10-28, 09:01 PM
Quote:If you don't use it, you should check it out. It is really nicely done. I wish I had known about it before.
I have checked it out - I wrote the original version about 2 years ago. I havnt really used it too much since then, and its changed significantly alot, so wasnt really in a good position to tell you why you got your error.

Good to hear you got it sorted.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Hauppauge 2250 MCE remote Jeckler 22 20,621 2013-03-26, 04:26 PM
Last Post: DonBrutto
  Exit button on StreamZap remote now exits PVRX2 billbobbins 5 5,146 2012-08-30, 09:43 PM
Last Post: billbobbins
  Composite Source using Hauppauge PVR500 gives sound but no video DukeBrymin 1 3,028 2012-02-03, 02:41 AM
Last Post: slowtech
  Two Channels Without Video skycyclepilot 5 3,471 2011-10-29, 07:49 PM
Last Post: sub
  Query : How to use multiple TV Cards (thru GB-PVR) in a Desktop Computer? seymoria 7 4,541 2011-09-07, 08:17 PM
Last Post: martint123
  Zehd's Video Library Slick Skin Snooze 0 2,220 2011-09-03, 01:09 AM
Last Post: Snooze
  Program MCE remote? arkennedy75 1 2,671 2011-04-13, 12:09 AM
Last Post: pBS
  New Machine (probably old problems), Video Render Options jvcleave 12 5,310 2011-02-01, 08:37 AM
Last Post: stustunz
  No Video in PVRX2 GUI TonySmith35 13 4,864 2011-01-09, 10:31 PM
Last Post: steevo
  remote problem in GBPVR Zacken 5 2,598 2010-12-08, 09:00 PM
Last Post: Zacken

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

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

Linear Mode
Threaded Mode