DVB Open-Source code available (1 Viewer)

bionicdonkey

Portal Pro
September 3, 2004
108
1
Sydney :: Australia
dman,

When you manually add the tuner & capture filters in graphedit, which category are they in?

**edit**
I think the drivers you are using are avstream drivers, and might be in a different category. There's not much error checking in my code at the moment, which is why it's probably crashing.
 

dman_lfc

Retired Team Member
  • Premium Supporter
  • July 28, 2004
    1,772
    30
    UK
    Home Country
    New Zealand New Zealand
    Josh,

    This is what is used...

    1. Microsoft DVBT Network Provider: BDA Network Providers
    2. Pinnacle PCTV 300i PAL Stereo BDA DVBT Tuner: BDA Source Filters
    3. Pinnacle PCTV 300i PAL Stereo BDA Digital Capture: BDA Receiver Component
    4. MPEG-2 Demultiplexer: DirectShow Filters
    5. BDA MPEG2 Transport Information Filter: BDA Transport Information Renderers
    6. Intervideo Video Decoder: DirectShow Filters
    7. Overlay Mixer2: DirectShow Filters (Don't know why this is used)
    8. Video Renderer: DirectShow Filters
    9. Intervideo Audio Decoder: DirectShow Filters
    10. Default Direct Show Device: Audio Renderers

    DTVTest5.JPG


    DMAN
     

    dman_lfc

    Retired Team Member
  • Premium Supporter
  • July 28, 2004
    1,772
    30
    UK
    Home Country
    New Zealand New Zealand
    The FilterManager.cs is looking for the tuner here...

    KSCATEGORY_BDA_NETWORK_TUNER
    Mine is here...
    KSCATEGORY_BDA_SOURCE_FILTERS

    I don't even have BDA Network Tuner in my filter list within GraphEdit.

    DMAN
     

    dman_lfc

    Retired Team Member
  • Premium Supporter
  • July 28, 2004
    1,772
    30
    UK
    Home Country
    New Zealand New Zealand
    Josh,

    Progress!!!!
    I can now setup the Card and the Network type from the plugin!

    However when I go into MP and choose MyDTV then I get the expected error I click on continue and then start GraphEdit.
    GraphEdit is not picking up the remote graph now though... :cry:
    So I cannot check if it's building correctly for you.

    DMAN.
     

    dman_lfc

    Retired Team Member
  • Premium Supporter
  • July 28, 2004
    1,772
    30
    UK
    Home Country
    New Zealand New Zealand
    Here ya go...

    ************** Exception Text **************
    System.Exception: exception occured ---> System.FormatException: Input string was not in a correct format.
    at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
    at GUIDTV.BDAInput.LoadSettings()
    at GUIDTV.BDAInput.OnMessage(GUIMessage message)
    at MediaPortal.GUI.Library.GUIWindowManager.ActivateWindow(Int32 iWindowID)
    at MediaPortal.GUI.Library.GUIButtonControl.OnAction(Action action)
    at MediaPortal.GUI.Library.GUIWindow.OnAction(Action action)
    at MediaPortal.GUI.Home.HomeWindow.OnAction(Action action)
    at MediaPortal.GUI.Library.GUIWindowManager.OnAction(Action action)
    at MediaPortalApp.OnAction(Action action)
    --- End of inner exception stack trace ---
    at MediaPortalApp.OnAction(Action action)
    at MediaPortalApp.keydown(KeyEventArgs e)
    at MediaPortal.D3DApp.OnKeyDown(Object sender, KeyEventArgs e)
    at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
    at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
    at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
    at System.Windows.Forms.Control.WmKeyChar(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
    at System.Windows.Forms.ContainerControl.WndProc(Message& m)
    at System.Windows.Forms.Form.WndProc(Message& m)
    at MediaPortalApp.WndProc(Message& msg)
    at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    DMAN
     

    Users who are viewing this thread

    Top Bottom