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 … 1183 1184 1185 1186 1187 … 1231 Next »
need help w/ direct.ini for Yuan MPG600

 
  • 0 Vote(s) - 0 Average
need help w/ direct.ini for Yuan MPG600
barryland
Offline

Junior Member

Posts: 13
Threads: 4
Joined: Jul 2004
#1
2004-07-16, 01:35 AM
I have a revision 2 Yuan MPG600 (the purple one). I am trying to make this work in GBPVR but am having little or no success.
The section of my direct.ini that I have cobbled together by guesswork and with the help of this thread;

http://gbpvr.com/cgi-bin....hl=yuan

looks like this;

[Python 2]
FILTER_CROSSBAR=Python 2 Crossbar
FILTER_CAPTURE=Python 2 Capture
FILTER_TV_TUNER=Python 2 TV Tuner
FILTER_TV_AUDIO=Python 2 TV Audio
FILTER_ENCODER=Python 2 Encoder
PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In
PIN_TVTUNER_ANALOG_VIDEO_OUT=Analog Video
PIN_TVTUNER_ANALOG_AUDIO_OUT=Analog Audio
PIN_TVAUDIO_TV_AUDIO_IN=TVAudio In
PIN_TVAUDIO_TV_AUDIO_OUT=TVAudio Out
PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In
PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out
PIN_CAPTURE_ANALOG_VIDEO_IN=Analog Video In
PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out
PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio In
PIN_CAPTURE_I2S_OUT=Video YUV
PIN_CAPTURE_656_OUT=Audio PCM
PIN_ENCODER_I2S_IN=Video YUV
PIN_ENCODER_656_IN=Audio PCM
PIN_ENCODER_OUT=Video/Muxed Out
PIN_WRITER_INPUT_IN=Input

I am particularly unsure of evrything above that includes the word "ENCODER". That was just guesswork.

As per the thread above, I also reregistered the three dll's listed. And rebooted the machine after changes were made.

The only output I get when I select LiveTV is a black screen if I turn on VMR instead of Overlay. (I am using the cyberlink dvd decoder and encoder)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#2
2004-07-16, 01:44 AM
If you look carefully at the other entries in direct.ini you'll see there is two types. I suspect you started with the wrong one. The one you've used is for card based on the blackbird reference architecture, and I suspect you need to start with the other one (not %100 sure mind you). Maybe start from the [Hauppauge PVR250/PVR350] one, which doesn't require any settings for the encoder.
barryland
Offline

Junior Member

Posts: 13
Threads: 4
Joined: Jul 2004
#3
2004-07-16, 02:02 AM
I went back to direct.ini and changed the lines for Python 2 to

[Python 2]
FILTER_CROSSBAR=Python 2 Crossbar
FILTER_CAPTURE=Python 2 Capture Device
FILTER_TV_TUNER=Python 2 TvTuner
FILTER_TV_AUDIO=Python 2 TvAudio
PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In
PIN_TVTUNER_ANALOG_VIDEO_OUT=Analog Video
PIN_TVTUNER_ANALOG_AUDIO_OUT=Analog Audio
PIN_TVAUDIO_TV_AUDIO_IN=TVAudio In
PIN_TVAUDIO_TV_AUDIO_OUT=TVAudio Out
PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In
PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out
PIN_CAPTURE_ANALOG_VIDEO_IN=Analog Video In
PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out
PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio In
PIN_CAPTURE_CAPTURE_OUT=Capture
PIN_WRITER_INPUT_IN=Input


The pins named above match the Graph I built in Graphedit. Still getting nothing but black, no audio either.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#4
2004-07-16, 02:15 AM
Can zip and email over all the log files in c:\program files\devnz\gbpvr? One of these lists any connections that have failed.
barryland
Offline

Junior Member

Posts: 13
Threads: 4
Joined: Jul 2004
#5
2004-07-16, 02:35 AM
Can zip and email over all the log files in c:\program files\devnz\gbpvr?[/QUOTE]


Would love to but can't attach files in forum webmail. PM me your email address and I'll send 'em straight away.

One Other thing, is it necessary to reregister the dll's everytime you make a change or was that advice specific to the Adaptec
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#6
2004-07-16, 02:45 AM
Just send it to support@devnz.com
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#7
2004-07-16, 02:48 AM
You shouldn't need to re-register any dlls.
barryland
Offline

Junior Member

Posts: 13
Threads: 4
Joined: Jul 2004
#8
2004-07-16, 04:08 AM
Thanks to Sub, thanks for letting me waste your time, I now have video on Live TV.

So for anyone else this is the direct.ini additions I made for the Yuan MPG600 capture card. Also turning off SBE in the settings helps.

[Python 2]
FILTER_CROSSBAR=Python 2 Crossbar
FILTER_CAPTURE=Python 2 Capture
FILTER_TV_TUNER=Python 2 TV Tuner
FILTER_TV_AUDIO=Python 2 TV Audio
PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In
PIN_TVTUNER_ANALOG_VIDEO_OUT=Analog Video
PIN_TVTUNER_ANALOG_AUDIO_OUT=Analog Audio
PIN_TVAUDIO_TV_AUDIO_IN=TVAudio In
PIN_TVAUDIO_TV_AUDIO_OUT=TVAudio Out
PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In
PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out
PIN_CAPTURE_ANALOG_VIDEO_IN=Analog Video In
PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out
PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio In
PIN_CAPTURE_CAPTURE_OUT=Video/Muxed Out
PIN_WRITER_INPUT_IN=Input


Only one problem left tuning the channels. But after all the mucking around getting it to work at all, I'm happy just to watch static for a little while.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  USA Cable Discovery Channel problems with Schedules Direct ram4x4nut 0 4,023 2013-02-21, 05:08 AM
Last Post: ram4x4nut
  Reset direct show on channel change? Pob 4 2,475 2010-12-06, 08:30 PM
Last Post: Pob
  Schedules Direct WebException Chet 1 1,259 2010-03-06, 04:29 AM
Last Post: Chet
  No direct TV Chapon 6 2,216 2010-01-11, 06:02 PM
Last Post: Chapon
  Multiple lineup with Schedule Direct mkenyon2 9 4,595 2010-01-07, 02:37 AM
Last Post: whurlston
  EPG loads all channels from Schedules Direct drbenjamin 3 1,877 2009-12-24, 10:21 PM
Last Post: drbenjamin
  Direct IR control in GBPVR for Hauppuage jonlai9 2 1,696 2009-12-12, 01:13 AM
Last Post: StephaneM
  Schedules Direct w/ two tuners noise_maker 1 1,227 2009-11-07, 02:01 AM
Last Post: sub
  Schedules Direct dalokgawd 13 4,466 2009-10-15, 03:04 AM
Last Post: dalokgawd
  EPG not updating from Schedules Direct DSzenina 3 2,003 2009-09-17, 12:22 AM
Last Post: markbb1

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

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

Linear Mode
Threaded Mode