[rtmpdump] r393 - in trunk: rtmpdump.c rtmpgw.c
hyc
subversion at mplayerhq.hu
Mon Mar 22 14:03:05 CET 2010
Author: hyc
Date: Mon Mar 22 14:03:04 2010
New Revision: 393
Log:
Fix typo
Modified:
trunk/rtmpdump.c
trunk/rtmpgw.c
Modified: trunk/rtmpdump.c
==============================================================================
--- trunk/rtmpdump.c Mon Mar 22 12:18:14 2010 (r392)
+++ trunk/rtmpdump.c Mon Mar 22 14:03:04 2010 (r393)
@@ -856,7 +856,7 @@ main(int argc, char **argv)
("\nThis program dumps the media content streamed over RTMP.\n\n");
RTMP_LogPrintf("--help|-h Prints this help screen.\n");
RTMP_LogPrintf
- ("--rtmp|-r url URL (e.g. rtmp//host[:port]/path)\n");
+ ("--rtmp|-r url URL (e.g. rtmp://host[:port]/path)\n");
RTMP_LogPrintf
("--host|-n hostname Overrides the hostname in the rtmp url\n");
RTMP_LogPrintf
Modified: trunk/rtmpgw.c
==============================================================================
--- trunk/rtmpgw.c Mon Mar 22 12:18:14 2010 (r392)
+++ trunk/rtmpgw.c Mon Mar 22 14:03:04 2010 (r393)
@@ -1043,7 +1043,7 @@ main(int argc, char **argv)
("\nThis program serves media content streamed from RTMP onto HTTP.\n\n");
RTMP_LogPrintf("--help|-h Prints this help screen.\n");
RTMP_LogPrintf
- ("--rtmp|-r url URL (e.g. rtmp//host[:port]/path)\n");
+ ("--rtmp|-r url URL (e.g. rtmp://host[:port]/path)\n");
RTMP_LogPrintf
("--host|-n hostname Overrides the hostname in the rtmp url\n");
RTMP_LogPrintf
More information about the rtmpdump
mailing list