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 2 3 4 5 … 115 Next »
MVP looping while entering emulation mode

 
  • 0 Vote(s) - 0 Average
MVP looping while entering emulation mode
dinki
Offline

Senior Member

Posts: 416
Threads: 71
Joined: Mar 2006
#1
2013-07-28, 07:43 PM
Hey guys. Trying to get my MVP running with NPVR. I've managed to edit my config.xml file to include the MAC address for the MVP. I also loaded the default dongle.bin and set it to load my NPVR server. I then downloaded the dongle on the wikki, renamed it to dongle.bin and am able to load into the NPVR version of the GUI on the MVP.

Unfortunately I'm in some sort of a loop when entering emulation mode. It shows that it is loading various things and then it goes back to 'Connecting to [my ip]' then proceeds to load the same files again. It keeps doing this over and over again. I'm using a wired connection to the MVP.

Any ideas on what I could look at to figure out what's going?

*EDIT* Found my logs. Can someone tell me what's wrong?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#2
2013-07-28, 09:05 PM
You haven't created the MAC entry for your Heliius MVP 000F220006D5 By default you are getting an HD screen which is crashing emulation mode.

Martin
dinki
Offline

Senior Member

Posts: 416
Threads: 71
Joined: Mar 2006
#3
2013-07-28, 09:14 PM
Thanks for the reply. I edited config.xml to include it:

Code:
<MVP>
    <Dongle>dongle.bin</Dongle>
    <AutostartServers>1</AutostartServers>
    <ShowServerUI>false</ShowServerUI>
    <TranscodeTsForMVP>false</TranscodeTsForMVP>
    <FFRWBehaviour>Short Skip</FFRWBehaviour>
    <EnableOSDGraphics>true</EnableOSDGraphics>
    <ExtendedLogging>false</ExtendedLogging>
    <StartPortControl>5916</StartPortControl>
    <StartPortMedia>8337</StartPortMedia>
    <AllowedMediaExtensions>^.+\.(mpeg|mpg|m2v|avi|mp4|mov|m2ts|wmv|iso|rm|dvr-ms|ts|mkv|vob|divx|flv|m4v|wtv|mp3|ogg|m3u|wma|aac|wav|m4a|fla|flac)$</AllowedMediaExtensions>
    <MVPSpecificSettings>
      <MAC-0006DC427CB7>
        <MVPClientType>PCH2</MVPClientType>
        <MVPWidth>1180</MVPWidth>
        <MVPHeight>680</MVPHeight>
        <MVPOffsetX>40</MVPOffsetX>
        <MVPOffsetY>32</MVPOffsetY>
        <MVPSendIncrementalUpdates>true</MVPSendIncrementalUpdates>
      </MAC-0006DC427CB7>
      <MAC-0006DC81256C>
        <MVPClientType>PCH2</MVPClientType>
        <MVPWidth>1180</MVPWidth>
        <MVPHeight>680</MVPHeight>
        <MVPOffsetX>40</MVPOffsetX>
        <MVPOffsetY>32</MVPOffsetY>
        <MVPSendIncrementalUpdates>true</MVPSendIncrementalUpdates>
      </MAC-0006DC81256C>
      <MAC-000F220006D5>
        <MVPClientType>PCH2</MVPClientType>
        <MVPWidth>1180</MVPWidth>
        <MVPHeight>680</MVPHeight>
        <MVPOffsetX>40</MVPOffsetX>
        <MVPOffsetY>32</MVPOffsetY>
        <MVPSendIncrementalUpdates>true</MVPSendIncrementalUpdates>
      </MAC-000F220006D5>
    </MVPSpecificSettings>
  </MVP>

Is that where I should have put it?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#4
2013-07-28, 09:23 PM (This post was last modified: 2013-07-28, 09:31 PM by mvallevand.)
Yes but you should use NTSC spec for resolution and not PCH2 mode.
Code:
<MAC-000F220006D5>
        <MVPClientType>MVP</MVPClientType>
        <MVPWidth>560</MVPWidth>
        <MVPHeight>400</MVPHeight>
        <MVPOffsetX>40</MVPOffsetX>
        <MVPOffsetY>40</MVPOffsetY>
      </MAC-000F220006D5>

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#5
2013-07-28, 09:32 PM
Make that...

<MVPClientType>MVP</MVPClientType>

Alex
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#6
2013-07-28, 09:34 PM
Thanks Alex, I beat you by a minute!

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#7
2013-07-28, 09:42 PM
mvallevand Wrote:Thanks Alex, I beat you by a minute!

Martin
Better late than never...

Alex
dinki
Offline

Senior Member

Posts: 416
Threads: 71
Joined: Mar 2006
#8
2013-07-28, 10:20 PM
Thanks guys. As you can guess I just copy/pasted the PCH stuff without really much thought. Looking back now I can see that that probably is for Popcorn Hour and that's why things did work.

I made the changes but now it seems I can't get the MVP box back on the network. I've used one of these on SageTV for many years and I remember having problems getting it set up then too. I'm using a new one and leaving the old one alone as it still works and I'm still using SageTv but trying to transition to NPVR. At any rate, I'd think I'd be able to at least see the MVP on the network but it's just not showing up. Frustrating to say the least.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#9
2013-07-28, 10:30 PM
You probably won't be able to have SageTV and NextPVR MVP servers running at the same time. Other than that patience is required with the MVP, I can't remember if the Helius is new or old model Hauppauge. If it is new you might need to connect to the Hauppauge software to configure it.

Martin
dinki
Offline

Senior Member

Posts: 416
Threads: 71
Joined: Mar 2006
#10
2013-07-28, 10:35 PM
Right. I always shut SageTV service down when working with NPVR. The thing is I got the MVP to load the NPVR dongle once, but now I can't get the dang thing to do anything. Yes, patience is required, but I really don't have much of that these days. Thanks for the help.
« 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
  Emulation on MVP only works w/o MVPSpecificSettings? cginzel 2 2,757 2012-05-28, 02:56 PM
Last Post: cginzel
  Watching .TS files on my MVP, not in GBPVR emulation mode Probedude 1 1,882 2010-03-16, 11:32 AM
Last Post: mvallevand
  MVP noob help channel changing issue + emulation mode? Elmo Putney 14 4,369 2008-08-19, 01:59 PM
Last Post: Elmo Putney
  MVP not changing channel by entering numbers on remote kloper 4 2,143 2008-06-30, 05:06 AM
Last Post: kloper
  Got kicked out of emulation mode during slide show ehanekla 7 2,493 2008-03-24, 07:47 PM
Last Post: mvallevand
  HD sleep mode causing MVP crash drbenjamin 2 1,407 2007-12-30, 03:35 PM
Last Post: sub
  Video Inset Mode Experiences Lindsay 1 1,233 2007-03-13, 10:41 AM
Last Post: snowmanaxp
  Live Preview Mode with PVR-150 does not work oti 6 3,327 2006-10-05, 10:57 PM
Last Post: bungle
  Widescreen mode? clifford 8 3,828 2006-04-17, 06:11 PM
Last Post: cosmocat
  Time Shift / Live Preview Mode Blue Racer 6 2,687 2006-01-27, 03:18 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