Asus my cinema P-7131 help (1 Viewer)

Gregman

Portal Member
January 7, 2008
9
0
Home Country
Netherlands Netherlands
Hello!

I've got a big problem and since I'm new to this scene, I would really appreciate it if you helped me out a little.
I have a Asus my cinema P-7131 tv-tuner (analog) , and I just can't get it to work with Mediaportal.
I've installed a lot of new drivers and updates, but still no luck.

Code:
  <capturecard commercialname="ASUSTek Silicon BDA Video Capture" capturename="713x BDA Analog Capture" devid="ven_1131&amp;dev_7133&amp;subsys_48451043&amp;rev_f0">
    <capabilities tv="true" radio="true" mpeg2="true" mce="true" sw="false" bda="false"></capabilities>
    <tv>
      <interface cat="capture" video="0" audio="1"></interface>
      <filters>
        <filter cat="tvtuner" name="713x BDA Analog Tv Tuner" checkdevice="true"></filter>
        <filter cat="tvaudio" name="713x BDA Analog TV Audio" checkdevice="true"></filter>
        <filter cat="crossbar" name="713x BDA Analog Xbar" checkdevice="true"></filter>
        <filter cat="capture" name="713x BDA Analog Capture" checkdevice="true"></filter>
        <filter cat="videncoder" name="Video Mixing Renderer 9" checkdevice="false"></filter>
        <filter cat="audencoder" name="DirectSound: SB Live!-waveapparaat" checkdevice="false"></filter>
      </filters>
      <connections>
        <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"></connection>
        <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"></connection>
        <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"></connection>
        <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
        <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"></connection>
        <connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"></connection>
        <connection sourcefilter="capture" sourcepin="1" sinkfilter="audencoder" sinkpin="0"></connection>
      </connections>
    </tv>
  </capturecard>

The moniker is right.
I've put in the new name the latest driver gave the card in the devicemanager.
I've tried everything, but I just do not have enough knowledge about this to determine where I mess up.

Please check the screen, It's a working graph in grapheditor [ both audio and video work]

I would really appreciate if someone could help me out.
 

Attachments

  • Setup.JPG
    Setup.JPG
    81.3 KB

Gregman

Portal Member
January 7, 2008
9
0
Home Country
Netherlands Netherlands
Ohw yeah, I have the latest version of Mediaportal.

Maybe someone could upload the .xml definitions file? [ with the correct settings]
Perhaps I have messed even that up.( a lot of copy and pasting makes it worse)
 

Spragleknas

Moderator
  • Team MediaPortal
  • December 21, 2005
    9,474
    1,822
    Located
    Home Country
    Norway Norway

    Gregman

    Portal Member
    January 7, 2008
    9
    0
    Home Country
    Netherlands Netherlands
    Still thank you very much for your quick reply,

    and I have PowerCinema 5 Installed :D, but it is much to slow and is less advanced than mediaportal.
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    Hi gregman,
    there are some errors in your definitions. The main problem is that the software encoder is missing.
    Here is an updated version:

    Code:
      <capturecard commercialname="ASUSTek Silicon BDA Video Capture" capturename="713x BDA Analog Capture" devid="ven_1131&amp;dev_7133&amp;subsys_48451043&amp;rev_f0">
        <capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"></capabilities>
        <tv>
          <interface cat="mkux" video="" audio="" mpeg2="0"></interface>
          <filters>
            <filter cat="tvtuner" name="713x BDA Analog Tv Tuner" checkdevice="true"></filter>
            <filter cat="tvaudio" name="713x BDA Analog TV Audio" checkdevice="true"></filter>
            <filter cat="crossbar" name="713x BDA Analog Xbar" checkdevice="true"></filter>
            <filter cat="capture" name="713x BDA Analog Capture" checkdevice="true"></filter>
            <filter cat="videncoder" name="%videoencoder%" checkdevice="false"></filter>
            <filter cat="audencoder" name="%audioencoder%" checkdevice="false"></filter>
            <filter cat="mux" name="%mpegmux%" checkdevice="false"></filter>
          </filters>
          <connections>
            <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"></connection>
            <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"></connection>
            <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"></connection>
            <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
            <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"></connection>
            <connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"></connection>
            <connection sourcefilter="capture" sourcepin="2" sinkfilter="audencoder" sinkpin="0"></connection>
            <connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="0"></connection>
            <connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="1"></connection>
          </connections>
        </tv>
      </capturecard>

    Here is also a link to the wiki, where the supported encoders are list: http://wiki.team-mediaportal.com/UserGuides/SW-Cards_setup
    If you have a different encoder than you have to replace %videncoer, %audencoder and/or %mpegmux.
    The encoder is missing in your picture, because it is only needed to get timeshifting and recording working in MP/TvServer.

    MisterD
     

    Gregman

    Portal Member
    January 7, 2008
    9
    0
    Home Country
    Netherlands Netherlands
    Hi, MisterD

    Thank you very much for this, I will test this out as soon as possible.
    However the graph worked for me, so I think its kind of strange (and I was in doubt of these encoders, wheter they should be included or not)

    I wil test this out,

    Thanks for your reply :D:D

    Gregman
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    There are no informations in the log file. You have to the configuration tool, try to add the card and than post the configuration.log here.

    MisterD
     

    Gregman

    Portal Member
    January 7, 2008
    9
    0
    Home Country
    Netherlands Netherlands
    whoops, again
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    It seems that your CaptureCardDefinitions.xml is corrupted.
    The file must have the following layout:

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <capturecards>
       <capturecard ....
       </capturecard>
       ....
       ....
       ....
       <capturecard ....
       </capturecard>
    </capturecards>

    You could also download the latest version from the svn: https://mediaportal.svn.sourceforge...l/MediaPortal.Base/CaptureCardDefinitions.xml
    And add your own definitions before the last line.

    MisterD
     

    Users who are viewing this thread

    Top Bottom