Commit af908f4e authored by Clément Stenac's avatar Clément Stenac

Imrpove description of http-continuous (Closes:#409)

parent 124b9a6d
......@@ -62,13 +62,15 @@ static void Close( vlc_object_t * );
"in case it was untimely closed.")
#define CONTINUOUS_TEXT N_("Continuous stream")
#define CONTINUOUS_LONGTEXT N_("Enable this option to read a file that is " \
"being constantly updated (for example, a JPG file on a server)")
#define CONTINUOUS_LONGTEXT N_("This allows you to read a file that is " \
"being constantly updated (for example, a JPG file on a server)." \
"You should not globally enable this option as it will break all other " \
"types of HTTP streams." )
vlc_module_begin();
set_description( _("HTTP input") );
set_capability( "access2", 0 );
set_shortname( _( "HTTP/HTTPS" ) );
set_shortname( _( "HTTP(S)" ) );
set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS );
......
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