[vlc-devel] Re: Broadcasting/multicasting a DVB transponder signal

Benjamin PRACHT bigben+spam at videolan.org
Mon Jan 3 21:03:05 CET 2005


On Mon, Jan 03, 2005, Marius Kjeldahl wrote :
> Benjamin PRACHT wrote:
> >As for (almost) every VLC option, replacing "--" by ":" before the name
> >of the option allows to limit its range to the preceding playlist item
> >only...
> 
> I am not sure I understand the connection to the MRL string;
> 
> I'm using the http interface for managing the playlist. What would an 
> example MRL be to add a dvb channel with the specific parameters then be 
> in the "Add a MRL" input string?
> 

You should put

dvb: :dvb-frequency=12322000 :dvb-srate=27800000
:dvb-adapter=0 :dvb-modulation=32 :dvb-voltage=18 
:dvb-budget-mode :ts-es-id-pid

in the MRL input

and 

#duplicate{"\
"dst=std{access=udp,mux=ts,url=127.0.0.3:1501}\",select=\"program=1501\","\
"dst=std{access=udp,mux=ts,url=127.0.0.3:1502}\",select=\"program=1502\""\"}

in the stream output text input

You certainly want to keep

--sout-all --ts-silent --intf dummy 

as global options, set from command line.

-- 
BigBen

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list