Commit b9491a09 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* add the option keyword to the help of vlm and the streaming howto -- patch by Christophe Mutricy

parent a543b424
...@@ -1902,6 +1902,7 @@ static vlm_message_t *vlm_Help( vlm_t *vlm, char *psz_filter ) ...@@ -1902,6 +1902,7 @@ static vlm_message_t *vlm_Help( vlm_t *vlm, char *psz_filter )
MessageAddChild( "inputdel (input_name)|all" ); MessageAddChild( "inputdel (input_name)|all" );
MessageAddChild( "inputdeln input_number" ); MessageAddChild( "inputdeln input_number" );
MessageAddChild( "output (output_name)" ); MessageAddChild( "output (output_name)" );
MessageAddChild( "option (option_name)[=value]" );
MessageAddChild( "enabled|disabled" ); MessageAddChild( "enabled|disabled" );
MessageAddChild( "loop|unloop (broadcast only)" ); MessageAddChild( "loop|unloop (broadcast only)" );
MessageAddChild( "mux (mux_name)" ); MessageAddChild( "mux (mux_name)" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment