NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 3 4 5 6 7 … 115 Next »
Starting with mvpmcx2 which install???

 
  • 0 Vote(s) - 0 Average
Starting with mvpmcx2 which install???
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,599
Threads: 388
Joined: Dec 2004
#11
2011-05-23, 01:18 AM
mvallevand Wrote:The dummies guide has a link on how to set it on XP.
Ah sorry, I thought it was an NMT term - I understand what you mean now.

I'm looking through my local account policies and security settings now. Pretty much everything is locked down so I'll setup something specific.
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,599
Threads: 388
Joined: Dec 2004
#12
2011-05-23, 02:02 AM
OK so I've made my share accessible and I get a 'home' page with the film/music/photo icons plus one with a document on. Selecting that shows me the option for n-pvr.html which gives me the 3 options (npvr, npvr w/browser, npvr w/usb). Trying either the first or second simply tells me the request could not be processed.
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,641
Threads: 148
Joined: Mar 2006
#13
2011-05-23, 02:06 AM
A new copy of your syntax check now would probably be the next step I would think.
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,599
Threads: 388
Joined: Dec 2004
#14
2011-05-23, 02:08 AM
Jaggy Wrote:A new copy of your syntax check now would probably be the next step I would think.
LOL... one of those 'logs attached' moments (I even had it copied ready to paste). Big Grin

Code:
Checking for mvpmc share on MEDIASERVER
mvpmc        C:\mvpmc                        

Checking GB-PVR.html links
C:\mvpmc                        \GB-PVR.html not found

NMT IP Address: 192.168.1.65  MAC 0006DC43E6ED

GB-PVR Installed C:\Program Files\Devnz\GBPVR\

WebServerEnabled false
WebServerNMTStreamingEnabled false
WebServerPort 5202

N-PVR Installed C:\Documents and Settings\All Users\Application Data\NPVR
<a href="http://localhost.drives:8883/NETWORK_SHARE/MEDIASERVER:mvpmc/npvr.cgi">N-PVR</a>
<a href="http://localhost.drives:8883/NETWORK_SHARE/NETWORK_BROWSER/browser.cgi">N-PVR via Network Browser</a>
<a href="http://localhost.drives:8883/USB_DRIVE_A-1/mvpmc/usb_a.cgi">N-PVR via USB</a>

config.xml entry found Client Type PCH2
MVPSendIncrementalUpdates true
MVPClientType PCH2
MVPWidth 1280
MVPHeight 720
MVPOffsetX 0
MVPOffsetY 0

Enabled true
Port 8866

The remote server returned an error: (404) Not Found.

Checking NMT Version
01-17-110314-15-POP-403-000

Checking NMT Display
PAL

Calling NMT Source
mediaserver:mvpmc
smb://mediaserver/mvpmc Username: NMT Password Length: 6
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,417
Threads: 963
Joined: May 2006
#15
2011-05-23, 02:27 AM
Unfortunately you have a case mismatch, so you need to use a linux editor to change MEDIASERVER:mvpmc to mediaserver:mvpmc in your npvr.cgi file

It looks like you have another problem once this works. Your NMT is set up for PAL yet you have the config.xml set for 1280x720 if you want to run at PAL change the 1280x720. Jaggy and I give some possible settings at the start of this thread
http://forums.nextpvr.com/showthread.php...2011-02-28

We decided to go 800x600 because of odd behaviour at 640x576 with NPVR and it seems to work universally with NTSC and PAL

Martin
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,599
Threads: 388
Joined: Dec 2004
#16
2011-05-23, 08:53 AM (This post was last modified: 2011-05-23, 10:10 AM by bgowland.)
mvallevand Wrote:Unfortunately you have a case mismatch, so you need to use a linux editor to change MEDIASERVER:mvpmc to mediaserver:mvpmc in your npvr.cgi file
I assume you meant the N-PVR.html file which was where I found the upper-case MEDIASERVER:mvpmc.

Having edited that, now when I select it I just get a white background with 'mount \\192.168.1.1\mvpmc is' in the top left hand corner. I left it for a while (several minutes) as I wasn't sure what to expect but nothing else happened. If I hit Home or Return on the remote and then go back and try again, subsequent attempts show a white background with 'mkdir: cannot create director' [sic]

EDIT:

OK, after reading this response to soccerdad in this post http://forums.nextpvr.com/showthread.php...post402255

I edited npvr.cgi to use 'ro' instead of 'rw' and I get one stage further in that instead of it sticking at 'mount \\192.168.1.1\mvpmc is' it now sticks showing 'mount mounting \\192.168.1.1'

Stepping back and trying again still shows 'mkdir: cannot create director' however.

What to try next?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,417
Threads: 963
Joined: May 2006
#17
2011-05-23, 12:15 PM
Sorry about that, I was mixing up two things you might need to do. As you found you need to edit the html file to change the server name. Now you are at the point where you are running the cgi script so the problem is in the script. I don't know how you added security but if you are now using a username and password you need to add that to the mount command in the cgi script too. Where it said username=root change that to add them eg. username=bgowland,password=secret

If that still fails and you did add security you can try copying all the files out and in (not moving) so Windows gives them the proper access control

Martin
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,599
Threads: 388
Joined: Dec 2004
#18
2011-05-23, 02:37 PM
Hi Martin,

The username,password combination did the trick. I was wondering if that was the case but didn't want to go hacking the files randomly. I also tweaked some things to get HDMI output working correctly at 1280x720 which makes N-PVR look very sharp. Big Grin

The last step is to get it working with GB-PVR (which I'd like to keep running for a little while longer).

Going back to your comment in #2 of this thread...

Quote:...then run NMTInstall but only tick "Configure GB-PVR NMT Settings".
...I've tried this a couple of times and it just seems to pause without enabling the 'Close' button. When I click on 'Show details' it says 'Please update to NMTInstall v1.3' (sorry, not sure if that's the exact wording). Any clues?

Cheers,
Brian
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,417
Threads: 963
Joined: May 2006
#19
2011-05-23, 02:49 PM
Yes, I forgot I was working on a new version to take out the option of installing GBPVR and updates since they are no longer available, but I never finished it. If you copy in the config.xml setting from the MVP section of your NPVR config.xml that will be the main thing, but you also have to autostart and MVP server and tick NMT client streaming extensions in Config.exe

Finally I noticed in the syntax check that you run the web server on a non-standard port, you will need to change back to the default 7647. There is a command line override but it applies to both GBPVR and NPVR

Martin
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,599
Threads: 388
Joined: Dec 2004
#20
2011-05-23, 03:06 PM
Thanks again. Hopefully that's enough to get me going. I'll try later.

Do I need a GB-PVR.html though? (equivalent to the N-PVR.html that I see on the PCH startup menu).

Or is it enough to just make sure there's a pvrx2 MVP/NMT server running? (obviously without a NextPVR MVP/NMT server)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  "Request cannot be processed" on Popcorn Hour A-110 with mvpmcx2 SdProgrammer 2 6,558 2014-05-21, 05:29 PM
Last Post: SdProgrammer
  NMT cannot connect to mvpmcx2 txinga 11 7,057 2011-08-31, 10:06 PM
Last Post: mvallevand
  No video with PCH on New Win 7 install roy 4 3,300 2011-01-12, 09:43 PM
Last Post: mvallevand
  Challenge installing mvpmcx2 cooper43 38 12,921 2010-11-14, 02:08 PM
Last Post: cooper43
  NMT install: Request cannot be processed caz 12 5,677 2009-12-23, 03:05 AM
Last Post: mvallevand
  Config won't load plugins after NMT install dreiffel 4 2,160 2009-12-23, 02:01 AM
Last Post: dreiffel
  PCH won't connect after install of hard drive cc1091 17 7,001 2009-06-10, 07:13 PM
Last Post: mvallevand
  MPV Servers not starting under Vista d_aye 5 2,293 2007-02-16, 11:14 PM
Last Post: sub
  Help: how to install GBPVR on wMVP? Sach 7 2,884 2007-01-08, 12:39 AM
Last Post: sub
  New MVP Install hassels mobiusnz 1 1,398 2005-11-02, 04:48 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode