Develop own Streaming Server - need help! (1 Viewer)

CaptainIglo

Portal Member
January 11, 2007
9
0
37
Hi,

I'm currently working on my diploma work and there we need to develop our own DVB and Video streaming server in C#/.net.
I think some source parts from MediaPortal could help me with the capturing of the DVB-Card and the streaming over the network, but there I've my problems.

I'd downloaded the whole Mediaportal-SVN and the TVLibrary-SVN and if i compile the TestApp in the TVLibrary I've got the exception as shown in the attachment, when i try to tune and the part where the streaming is written I did not find.

So could someone help me, because I should solve these problems as soon as possible, because the deadline get every day nearer...

greets
Capt.Iglo

P.S.: I have a TechniSat SkyStar 2 PCI with the BDA-Drivers installed.
 

Frodo

Retired Team Member
  • Premium Supporter
  • April 22, 2004
    1,518
    121
    53
    The Netherlands
    Home Country
    Netherlands Netherlands
    sorry, test app is only used by developers and not supported.
    I suppose you look at the tvservice and setuptv itself

    Frodo
     

    CaptainIglo

    Portal Member
    January 11, 2007
    9
    0
    37
    Hi,

    did'nt know why, but now the TestApp works.
    I could search Channels and i found channels.
    But there I have a question:
    Could i preview/watch a channel in the TestApp to verify that it receive a correct stream?

    And the second thing:
    I wrote a own Application referred to DirectShowLib, TVLibrary and TVLibrary.Interfaces and was also trying to scan for Channels but if I call the ITVCard.TuneScan(channel) method I got an Exception with the message "Unable to build Graph".

    I had made a vareable ITVCard card = TvCardCollection.cards[0] and then I'm directly trying to tune with card.TuneScan(channel) and got the exception. If I try card.Tune(channel) I did not get the exception, but then the same exception came when I try to scan for channels.

    What did I made wrong?

    greets
    Capt.Iglo

    EDIT: Many try's and one Bluescreen later it works to search (and find) channels, didn't know why, but without a change befor/after the bluescreen it works now. Now i must find out how to get the DVB-Stream to watch/send it...
     

    Users who are viewing this thread

    Top Bottom