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 MVPMC dongle v
« Previous 1 2 3 4 5 … 10 Next »
Emulation Mode Won't Autostart

 
  • 0 Vote(s) - 0 Average
Emulation Mode Won't Autostart
mpking
Offline

Member

Posts: 98
Threads: 23
Joined: Jan 2006
#1
2009-05-08, 11:26 AM
So yes, I still have only the MVP. Since I only have SD sets, and Analog cable, things have been good enough for me.

First, the Alpha dongle from September of 2008 is still the final release for the MVP, correct?

Second, My GBPVR server IP changed. (Extended power outage) When I used to turn on my MVP with the the MVPMC dongle, it would boot straight into emulation mode. Now it doesn't. My server used to be 192.168.1.104, now it's 192.168.1.102. Now when I power on the MVP, it boots to the MVPMC menu, then if I click the Emulation mode button, it starts right into GBPVR

I've tried to update the config.xml file, and I've tried playing with the menu on the MVPMC dongle screen.

Last question. I'm running Vista. Is the correct MUX for me to be using the "TS MUX". I've been having alot of "skipping" problems. (I'm now running a E8400 DualCore 3Ghz, 4Gb of ram, and 7200RPM SATA drive in SATA mode, I used to run a P4 2.0Ghz 2GB of RAM, 7200RPM IDE drive, and I didn't have this problem.)

Here is my config.xml file MVP section: (My MVP's MAC-000DFE08D263)


Code:
<!-- MVP Settings -->
  <DisableHauppaugeMVPScreenSaver>true</DisableHauppaugeMVPScreenSaver>
  <MvpHighPriority>false</MvpHighPriority>
  <MvpTranscodeFLAC>true</MvpTranscodeFLAC>
  <MvpTranscodeOGG>true</MvpTranscodeOGG>
  <MvpmcStartupConfig>mvpmc --startup emulate --emulate 192.168.1.102 &amp;</MvpmcStartupConfig>
  <MVPSaveCompositeRendering>false</MVPSaveCompositeRendering>
  <MvpTranscodeAllVideo>false</MvpTranscodeAllVideo>
  <MvpPrePlaybackDelay>700</MvpPrePlaybackDelay>
  <SubtitleDelayMVP>1500</SubtitleDelayMVP>
  <MVPShowExit>false</MVPShowExit>
  <MVPLoadPluginsEarlier>false</MVPLoadPluginsEarlier>
  <MVPDongleName>dongle.mvpmc-20080930.bin</MVPDongleName>
  <MVPForceMinimalOSD>true</MVPForceMinimalOSD>
  <MVPServer>PVRX2.exe</MVPServer>
  <MVPServerAutostart>1</MVPServerAutostart>
  <MVPUseAlphaChannel>true</MVPUseAlphaChannel>
  <MVPUseShortFilenamesOnNMT>false</MVPUseShortFilenamesOnNMT>
  <MVPUseLivePlsOnNMT>false</MVPUseLivePlsOnNMT>
  <MVPUseIncrementalUpdates>false</MVPUseIncrementalUpdates>
  <MVPUseAlternatePixelFormat>true</MVPUseAlternatePixelFormat>
  <MVPTranscodePrePlayDelay>7000</MVPTranscodePrePlayDelay>
  <MVPTranscodeUsingFFmpeg>true</MVPTranscodeUsingFFmpeg>
  <MVPTranscodeUseFFDSHOW>false</MVPTranscodeUseFFDSHOW>
  <MVPFFmpegTranscodeCmdLinePAL>-y -i "{SOURCE_FILE}" -b 2400k -ar 48000 -ac 2 -ab 128 -r 25 -s 352x288 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLinePAL>
  <MVPFFmpegTranscodeCmdLineNTSC>-y -i "{SOURCE_FILE}" -b 2400k -ar 48000 -ac 2 -ab 128 -r 29.97 -s 352x240 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLineNTSC>
  <MVPFFmpegTranscodeToMP3>-y -i "{SOURCE_FILE}" -ab 224 "{DEST_FILE}"</MVPFFmpegTranscodeToMP3>
  <MVPFFmpegTranscodeTS>-y -i "{SOURCE_FILE}" -vcodec copy -acodec copy {DEST_FILE}</MVPFFmpegTranscodeTS>
  <MVPSpecificSettings>
    <MAC-DEFAULT>
      <!-- this functionality is not complete yet, so dont attempt to use it -->
      <MVPBrightness>0</MVPBrightness>
      <!-- pal/ntsc/auto -->
      <MVPVideoStandard>auto</MVPVideoStandard>
      <!-- none/high/medium/low -->
      <MVPFlickerFilter>none</MVPFlickerFilter>
      <!-- true/false -->
      <MVP16x9Mode>false</MVP16x9Mode>
      <!-- 0=RGB,1=composite,2=svideo -->
      <MVPOutput>1</MVPOutput>
      <!-- position -->
      <MVPWidth>628</MVPWidth>
      <MVPHeight>384</MVPHeight>
      <MVPOffsetX>28</MVPOffsetX>
      <MVPOffsetY>108</MVPOffsetY>
    </MAC-DEFAULT>
    <MAC-000DFE08D263>
      <MVPVideoStandard>auto</MVPVideoStandard>
      <MVPFlickerFilter>none</MVPFlickerFilter>
      <MVP16x9Mode>false</MVP16x9Mode>
      <MVPOutput>1</MVPOutput>
      <MVPWidth>640</MVPWidth>
      <MVPHeight>436</MVPHeight>
      <MVPOffsetX>20</MVPOffsetX>
      <MVPOffsetY>28</MVPOffsetY>
    </MAC-000DFE08D263>
    <MAC-0006DC41CF91>
      <MVPClientType>PCH</MVPClientType>
      <MVPWidth>1280</MVPWidth>
      <MVPHeight>720</MVPHeight>
      <MVPOffsetX>0</MVPOffsetX>
      <MVPOffsetY>0</MVPOffsetY>
      <MVPSendIncrementalUpdates>true</MVPSendIncrementalUpdates>
    </MAC-0006DC41CF91>
    <MAC-0006DC427CB7>
      <MVPClientType>PCH</MVPClientType>
      <MVPWidth>1180</MVPWidth>
      <MVPHeight>690</MVPHeight>
      <MVPOffsetX>48</MVPOffsetX>
      <MVPOffsetY>15</MVPOffsetY>
      <MVPSendIncremental
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#2
2009-05-08, 11:46 AM
Have you seen the 'Advanced Configuration (Optional)' section on this thead?

The dongle.bin.config file and command line example may be of interest.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,195
Threads: 958
Joined: May 2006
#3
2009-05-08, 11:56 AM
mpking you have the right setting in config.xml What you probably need to do is run the Hauppauge dongle and Hauppauge server to store the server IP in flash.

Debugging tips on this. Telnet to you MVP and type this command it should have the server IP

cat /etc/tftp.config

This was discussed a bit when the Sept dongle with the config loading was release http://forums.nextpvr.com/showthread.php...ftp.config

Yes this was very likely the last version of Emulation Mode on the MVP. I don't test it enough to be comfortable with changing it.

Martin
mpking
Offline

Member

Posts: 98
Threads: 23
Joined: Jan 2006
#4
2009-05-09, 03:51 AM
Thanks. It still has the old IP in that file. I'll switch dongles, and then switch back.

Any comments on the TSMux?

Mike
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,195
Threads: 958
Joined: May 2006
#5
2009-05-09, 03:56 AM
mpking Wrote:Any comments on the TSMux?

Sure. It is not relevant to analog cable.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help starting up in emulation mode and WOL petewxm 3 2,597 2008-02-18, 06:03 PM
Last Post: NewUserIdAgain
  startup in emulation soccerdad 23 8,621 2008-02-13, 06:45 AM
Last Post: zehd
  Now starting in GBPVR emulation, how to switch to mvpmc menu ww4397 2 2,181 2008-01-17, 11:08 AM
Last Post: ww4397
  Help with emulation mode. mvallevand 43 14,084 2008-01-03, 04:58 AM
Last Post: mvallevand
  Emulation mode with GBPVR not always working hasso 7 3,400 2007-11-27, 12:41 AM
Last Post: hasso
  Vista and sleep mode Lindsay 5 2,469 2007-08-23, 08:42 AM
Last Post: Lindsay
  non-emulation problems? ggee 6 3,020 2007-08-08, 01:47 AM
Last Post: mvallevand
  mvpmc loaded on crossover cable but have emulation mode trouble ryanmc 6 2,715 2007-08-04, 01:55 PM
Last Post: ryanmc
  Emulation mode - 1.08 Update mvallevand 17 6,717 2007-07-30, 02:29 AM
Last Post: ggee
  What is emulation mode really? ggee 3 2,954 2007-07-17, 03:04 AM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode