Chapter 5. VLM - Multiple streaming and Video on demand
• load (config_file) : Load a configuration file. The config file path is relative to the directory in which vlc was launched.
See Configuration Files for more info.
Media Properties
Note: Except the "append" property, all properties can be followed by another one.
• input (input_name) : Add an input to the end of the media’s input list.
• output (output_name) : Define the media’s output. The syntax is the same as the vlc ":sout=..." vlc option but you do
not have to put the ":sout=..." string. See Advanced streaming using the command line for more information concerning
stream outputs (sout).
Note: You do not have to specify an output for vod elements.
• option (option_name)[=value] : Adds the (option_name) to the media option list. The syntax is equivalent to the
":(option)=..." option , but you do not have to put the ":" string. Options are global: they are applied to all inputs of the
media.
• enabled|disabled : Enable or Disable the media. If a media is disabled, it cannot be streamed, paused, launched by a
schedule, or played as VoD.
• loop|unloop (broadcast only) : If a media with the "loop" option receives the "play" command, it will automatically
restart to play the input list once the end of the input list is reached.
Note: loop|unloop is only used for broadcast media types.
• mux (mux_name) : This option should only be specified if you want the elementary streams to be sent encapsulated
instead of raw. The (mux_name) should be specified as a four characters length identifier such as mp2t for MPEG TS or
mp2p for MPEG PS. See Streaming, Muxers and Codecs.
Note: The mux property is only used for vod media types.
Schedule Properties
• enabled|disabled : A disabled schedule will never be launched.
• append (command_until_rest_of_the_line) : Add a command to the command line lit. The command line can be every
command VLM can understand.
Note: The rest of the line will be considered as part of the command line. You cannot put another option after the
append one.
37
Kommentare zu diesen Handbüchern