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
1 2 3 4 5 … 10 Next »
Playing TS files with mvpmc

 
  • 0 Vote(s) - 0 Average
Playing TS files with mvpmc
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#41
2009-02-10, 11:20 PM
I added these lines and it now directly plays the .ts SD files from video library. I have timeline issues, but it views fine. It fast forwards through about half of the show. It also works on live tv (dvbs) but the audio is way out of sync, about 2 seconds ahead of the video. It also has problems releasing the tuner after live tv. I have to manually restart the recording service from the tray after I view live tv or it says no tuner available.

What happens if you set MVPTranscode to true? And which one do you set?
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#42
2009-02-11, 12:08 AM
Come on guys I have been trying to help out answering questions where I can & I am starting to feel like I am talking (typing) to a brick wall when I ask for help Sad Where does the second MVPTranscode go in the config.xml
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#43
2009-02-11, 12:38 AM
Here are my <MVPSpecificSettings> (MAC addresses changed to protect the innocent...


Code:
<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>true</MVP16x9Mode>
      <!-- 0=RGB,1=composite,2=svideo -->
      <MVPOutput>1</MVPOutput>
      <!-- position -->
      <MVPWidth>640</MVPWidth>
      <MVPHeight>500</MVPHeight>
      <MVPOffsetX>44</MVPOffsetX>
      <MVPOffsetY>40</MVPOffsetY>
    </MAC-DEFAULT>
    <MAC-000DEF008B8F>
      <MVPVideoStandard>auto</MVPVideoStandard>
      <MVPFlickerFilter>none</MVPFlickerFilter>
      <MVP16x9Mode>true</MVP16x9Mode>
      <MVPOutput>1</MVPOutput>
      <MVPWidth>640</MVPWidth>
      <MVPHeight>500</MVPHeight>
      <MVPOffsetX>44</MVPOffsetX>
      <MVPOffsetY>40</MVPOffsetY>
    </MAC-000DEF008B8F>
    <MAC-000DF2E37D4E>
      <MVPVideoStandard>auto</MVPVideoStandard>
      <MVPFlickerFilter>none</MVPFlickerFilter>
      <MVP16x9Mode>true</MVP16x9Mode>
      <MVPOutput>1</MVPOutput>
      <MVPWidth>640</MVPWidth>
      <MVPHeight>500</MVPHeight>
      <MVPOffsetX>44</MVPOffsetX>
      <MVPOffsetY>40</MVPOffsetY>
    </MAC-000DF2E37D4E>
  </MVPSpecificSettings>
I'm a bit behind with the .ts stuff, but I think you just need to set up a <MAC-000000000000> section for the MVP you're testing on and put your
Quote:<MVPTranscodeTS>false</MVPTranscodeTS>
in there. You should find your MVP's MAC address on a sticker underneath...Wink
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#44
2009-02-11, 12:38 AM
sub Wrote:Sorry, I looked at the code, and found the problem. To get it to work you'd have to have <MvpTranscodeTS>false</MvpTranscodeTS> at the settings level, and <MVPTranscodeTS>false</MVPTranscodeTS> at the MAC specific level. Note the difference in case between these two.

I'll tidy this up in the next release.

Thanks sub, I get the correct duration on the PCH now. It's still easier than configuring MythTV.

@Jaggy make sure you have the PVRx2.exe from this thread and both these entries using your MVP specific MAC address in config.xml

Code:
...
[b]  <MvpTranscodeTS>false</MvpTranscodeTS>[/b]
  <MVPSpecificSettings>
...
    <MAC-000DFE0301AE>
...
[b]      <MVPTranscodeTS>false</MVPTranscodeTS>[/b]
...
    </MAC-000DFE0301AE>

Martin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#45
2009-02-12, 12:26 AM
Thanks for the replies Martin & Alex. It could be if like me you don't have a specified MAC address for your MVP it isn't needed? As adding it didn't make any difference that I could see for playing .ts files although interesting when I added the whole section my MVP went into a sort of slow motion for changing items on the main menu, removing everything but the header, footer & <MVPTranscodeTS>false</MVPTranscodeTS> & it came back to normal.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#46
2009-02-12, 12:54 AM
It's needed for mpeg-ts playback if you want OSD and skip etc. If you don't have a group for your MAC address copy this default one in and change -DEFAULT to your MVP's MAC address in upper case.

Code:
<MAC-DEFAULT>
      <MVPVideoStandard>auto</MVPVideoStandard>
      <MVP16x9Mode>false</MVP16x9Mode>
      <!-- position -->
      <MVPWidth>640</MVPWidth>
      <MVPHeight>500</MVPHeight>
      <MVPOffsetX>44</MVPOffsetX>
      <MVPOffsetY>40</MVPOffsetY>
      <MVPTranscodeTS>false</MVPTranscodeTS>
    </MAC-DEFAULT>
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#47
2009-02-12, 01:21 AM
Ok I added the whole section above & it makes my screen display on the mvp very slow & jerky, by disabling

<!-- <MVPWidth>640</MVPWidth> -->
<!-- <MVPHeight>500</MVPHeight> -->
<!-- <MVPOffsetX>44</MVPOffsetX> -->
<!-- <MVPOffsetY>40</MVPOffsetY> -->

makes the menus behave like normal.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#48
2009-02-12, 01:57 AM
I just copied the defaults they do seem too big to me for pal.

Martin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#49
2009-02-18, 10:15 PM
Quick follow up for those of you who may be wanting to use this feature

Jaggy Wrote:Ok I added the whole section above & it makes my screen display on the mvp very slow & jerky, by disabling

<!-- <MVPWidth>640</MVPWidth> -->
<!-- <MVPHeight>500</MVPHeight> -->
<!-- <MVPOffsetX>44</MVPOffsetX> -->
<!-- <MVPOffsetY>40</MVPOffsetY> -->

makes the menus behave like normal.

for my changing <MVPUseIncrementalUpdates>false</MVPUseIncrementalUpdates> from true to false fixed all the menu display problems & allowed me to position/size the display indervidually for the three MVP's I have hooked up, I have to say it is MUCH nicer having the display fill & fit the TV screen properly.
recordit
Offline

Junior Member

Posts: 33
Threads: 7
Joined: Feb 2006
#50
2009-09-15, 04:04 PM (This post was last modified: 2009-09-15, 04:11 PM by recordit.)
soccerdad Wrote:I added these lines and it now directly plays the .ts SD files from video library. I have timeline issues, but it views fine. It fast forwards through about half of the show. It also works on live tv (dvbs) but the audio is way out of sync, about 2 seconds ahead of the video. It also has problems releasing the tuner after live tv. I have to manually restart the recording service from the tray after I view live tv or it says no tuner available.

What happens if you set MVPTranscode to true? And which one do you set?
I don't know if the horse is dead yet and don't want to continue kicking it, but was curious if anyone has fixed the time sync issue playing .ts files on the MVP using mvpmc emulation? I also see the sound is ahead of the video by about 3-4 seconds.

Todd
Intel P4 2.8GHz | 800MHz FSB | 2GB DDR400 | 2x750GB SATA | 1x250GB EIDE | 2xPVR-350's | HVR-1600 | 2xMVP's
GB-PVR v1.4.7 | Windows XP Pro SP3
[SIZE="1"]Plug-ins: Comskip 0.80.025 | Dongle: mvpmc.bin - 20080930
Comcast Cable (San Jose, CA)[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  New beta mvpmc dongle for N-PVR mvallevand 64 38,741 2010-12-25, 02:21 PM
Last Post: mvallevand
  N-PVR v 1.5.33 & mvpmc npvr.dongle steeb 30 25,111 2010-11-28, 01:24 AM
Last Post: cidc
  NPVR v1.5.33 MVP loading MVPMC & Rolling Buffer steeb 24 21,209 2010-10-16, 08:56 PM
Last Post: steeb
  MVPMC playing flac files borgs5 5 8,378 2010-02-27, 08:56 AM
Last Post: borgs5
  MediaMVP with MVPMC hangs after some time OrakelJos 38 30,881 2009-11-08, 02:02 AM
Last Post: kimpecov
  downloading from mvpmc.org page down jorm 1 6,121 2009-10-12, 11:28 PM
Last Post: mvallevand
  .ts's over MVPMC steeb 14 13,032 2009-09-07, 12:26 PM
Last Post: mvallevand
  VLC streaming to MVPMC Elmo Putney 1 3,125 2009-08-16, 06:12 PM
Last Post: mvallevand
  Run MVPMC on a XBOX petewxm 9 6,787 2009-07-11, 01:19 PM
Last Post: jksmurf
  What's the latest mvpmc version? mkenyon2 2 3,172 2009-05-11, 05:35 PM
Last Post: mkenyon2

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

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

Linear Mode
Threaded Mode