]> git.sesse.net Git - vlc/blobdiff - modules/misc/rtsp.c
Fix a bug with preferences
[vlc] / modules / misc / rtsp.c
index 4404155a0afcc834ebb1e9b07208b100d9009891..7a1e6c2eeef1f22e82ea53715645d40f8cc0a990 100644 (file)
@@ -45,9 +45,11 @@ static void Close( vlc_object_t * );
 
 #define HOST_TEXT N_( "Host address" )
 #define HOST_LONGTEXT N_( \
-    "You can set the address, port and path the rtsp interface will bind to." )
-
+    "You can set the address, port and path the rtsp interface will bind to." \
+    ".\n Syntax is address:port/path. Default is to bind to localhost address"\
+    "on port 554, with no path. Use 0.0.0.0 to bind to all addresses." )
 vlc_module_begin();
+    set_shortname( _("RTSP VoD" ) );
     set_description( _("RTSP VoD server") );
     set_category( CAT_SOUT );
     set_subcategory( SUBCAT_SOUT_VOD );