]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/streamdata.cpp
Add missing shortnames.
[vlc] / modules / gui / wxwidgets / streamdata.cpp
index 47b71292e5110fa4849bad4da8d22c4548935008..e15218ca6b1633b98538c21b56924a085285c873 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include <vlc/vlc.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <vlc_common.h>
 #include <wx/string.h>
 #include "streamdata.h"
 
@@ -119,18 +123,18 @@ const struct codec acodecs_array[] =
 
 const struct method methods_array[] =
 {
-    {"rtp",N_("RTP Unicast"), N_("Stream to a single computer."),
+    {"rtp{",N_("RTP Unicast"), N_("Stream to a single computer."),
      N_("Enter the address of the computer to stream to."),
      { MUX_TS, -1,-1,-1,-1,-1,-1,-1,-1 } },
-    {"rtp",N_("RTP Multicast"),
+    {"rtp{",N_("RTP Multicast"),
      N_("Stream to a dynamic group of computers on a "
      "multicast-enabled network. This is the most efficient method "
-     "to stream to several computers, but it does not work over Internet."),
-     N_("Enter the multicast address to stream to in this field. "
+     "to stream to several computers, but it does not work over the Internet."),
+     N_("Enter the multicast address to stream to. "
      "This must be an IP address between 224.0.0.0 an 239.255.255.255. "
-     "For private use, enter an address beginning with 239.255."),
+     "For private use, enter an address beginning with 239.255."),
      { MUX_TS, -1,-1,-1,-1,-1,-1,-1,-1 } },
-    {"http","HTTP",
+    {"std{access=http,","HTTP",
      N_("Stream to several computers. This method is "
      "less efficient, as the server needs to send the "
      "stream several times."),