Page 1 of 1

French TNT satellite Project using vlc (flux redirection)

Posted: 30 Sep 2009 09:25
by nemorigolo
Hi all,

First, excuse for my poor english.

I'll try to explain my project. I have a dvb-s card (and in the future dvb-s2) and Windows XP OS. I use the Atlantic bird 3 satellite, whitch have French TNT signals in an encapsulated stream (newtech). The channels are not crypted, simply multiplexed (I thing it's the engligh term :D ).

What I would like is demux the signals to have channels on my PC. I found the source code for demux the stream (it works in linux with dvbstream + lib + mplayer), but I would like to create an simple application in Windows how do this demux.

I don't know how can I use libvlc in .Net to get the DVB signal, and after set it to my lib, and finally redirect the demux signal to a VLC window.

Can you help me to start the project by give links or documentation for get the stream signals please??

Thanks a lot.
Bye

Re: French TNT satellite Project using vlc (flux redirection)

Posted: 01 Oct 2009 01:55
by Jean-Baptiste Kempf
You can use vlc to restream the pid or the program you need and not the other ones.

Once you've done that with VLC, doing it in libVLC is trivial.

Re: French TNT satellite Project using vlc (flux redirection)

Posted: 01 Oct 2009 09:16
by nemorigolo
Hi j-b,

Thanks for your answer. I have just a question please.
You can use vlc to restream the pid or the program you need and not the other ones.
How can I do this :oops: Sorry I'm new in VLC, I just discovered that this program can do more than just play divx :D

Do you think I can do that : VLC stream DVB flux -> my compiled library in C -> VLC for playing the video ???

Thanks for your answer.
Bye