Page 1 of 1

DVB Streaming VLC

Posted: 20 Apr 2005 20:00
by alberto_it
Hi all,
I'm new to VLC, I am trying to stream DVB-s over multicast IP.
Is there anyone who could help to choose the required plugins?
I'm not very expert with streams and codecs...
I need only to stream a DVB channel, so I would like to install only the strictly necessary and use it from command line, no need to watch from this server, just take the DVB and stream it.
Thank you very much for any help

Alberto

Posted: 20 Apr 2005 20:10
by dionoea
you'll need libdvbpsi. run configure using

Code: Select all

./configure --enable-dvb --enable-dvbpsi --disable-ffmpeg --disable-dvd --disable-mad --disable-skins2 --disable-wxwindows --disable-libmpeg2
you might also need to use the current svn code (DVB support in VLC was incomplete/buggy in 0.8.1)

Posted: 20 Apr 2005 22:03
by alberto_it
Hi Antoine,
thank you very much for your reply.
I'll also need to disable all the other features enabled by default...?
Does VLS works better for my needs even If it's not developed anymore?
Thanks in advance

Posted: 20 Apr 2005 22:19
by dionoea
VLS is sure to work while VLC's DVB support is newer (we use VLCs and VLSs here on a production basis and they both work great).

Posted: 05 May 2005 09:28
by bull
you'll need libdvbpsi. run configure using

Code: Select all

./configure --enable-dvb --enable-dvbpsi --disable-ffmpeg --disable-dvd --disable-mad --disable-skins2 --disable-wxwindows --disable-libmpeg2
Hmm, great, now I have DVB support... but how can I stream/view it ?? libmpeg2 is disabled, but all DVB streams are MPEG2 !!!!!

Raphael

Re:

Posted: 02 Dec 2011 05:05
by hanni
you'll need libdvbpsi. run configure using

Code: Select all

./configure --enable-dvb --enable-dvbpsi --disable-ffmpeg --disable-dvd --disable-mad --disable-skins2 --disable-wxwindows --disable-libmpeg2
you might also need to use the current svn code (DVB support in VLC was incomplete/buggy in 0
I was searching for at least 5 weaks and i didn't get the perfect answer. But after all i found from your site.thanks
website design price web design
solar panels for your home
Lincoln HID

Re: DVB Streaming VLC

Posted: 02 Dec 2011 15:49
by Jean-Baptiste Kempf
Answering to a 6 year old thread?