[Asterisk-cvs] asterisk/utils streamplayer.c,1.5,1.6
russell
russell
Sun Oct 16 19:07:09 CDT 2005
- Previous message: [Asterisk-cvs]
asterisk/formats format_au.c, 1.5, 1.6 format_g723.c,
1.22, 1.23 format_g726.c, 1.13, 1.14 format_g729.c, 1.22,
1.23 format_gsm.c, 1.27, 1.28 format_h263.c, 1.15,
1.16 format_ilbc.c, 1.15, 1.16 format_ogg_vorbis.c, 1.3,
1.4 format_pcm.c, 1.23, 1.24 format_pcm_alaw.c, 1.21,
1.22 format_sln.c, 1.13, 1.14 format_vox.c, 1.24,
1.25 format_wav.c, 1.27, 1.28 format_wav_gsm.c, 1.36, 1.37
- Next message: [Asterisk-cvs] asterisk/apps app_muxmon.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/utils
In directory mongoose.digium.com:/tmp/cvs-serv25454
Modified Files:
streamplayer.c
Log Message:
make ouput a little bit more informative
Index: streamplayer.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/streamplayer.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- streamplayer.c 14 Sep 2005 20:46:50 -0000 1.5
+++ streamplayer.c 16 Oct 2005 23:01:14 -0000 1.6
@@ -48,6 +48,9 @@
struct timeval tv;
if (argc != 3) {
+ fprintf(stderr, "streamplayer -- A utility for reading from a stream.\n");
+ fprintf(stderr, "Written for use with Asterisk (http://www.asterisk.org)\n");
+ fprintf(stderr, "Copyright (C) 2005 -- Russell Bryant -- Digium, Inc.\n\n");
fprintf(stderr, "Usage: ./streamplayer <ip> <port>\n");
exit(1);
}
- Previous message: [Asterisk-cvs]
asterisk/formats format_au.c, 1.5, 1.6 format_g723.c,
1.22, 1.23 format_g726.c, 1.13, 1.14 format_g729.c, 1.22,
1.23 format_gsm.c, 1.27, 1.28 format_h263.c, 1.15,
1.16 format_ilbc.c, 1.15, 1.16 format_ogg_vorbis.c, 1.3,
1.4 format_pcm.c, 1.23, 1.24 format_pcm_alaw.c, 1.21,
1.22 format_sln.c, 1.13, 1.14 format_vox.c, 1.24,
1.25 format_wav.c, 1.27, 1.28 format_wav_gsm.c, 1.36, 1.37
- Next message: [Asterisk-cvs] asterisk/apps app_muxmon.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list