diff options
author | Alib <aliboba@free.fr> | 2010-02-26 11:18:58 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-26 11:18:58 +0100 |
commit | 553f1d8baeed2eed7c9c9ed41ac60657fc1d1b22 (patch) | |
tree | 8be940d225cac3484a0d2a25d9c266ee84374647 | |
parent | bc4cce1a5e35af5310635b5bd56da1896b608a5d (diff) | |
download | istreamdev-553f1d8baeed2eed7c9c9ed41ac60657fc1d1b22.tar.gz istreamdev-553f1d8baeed2eed7c9c9ed41ac60657fc1d1b22.tar.bz2 |
added Usaage in istream.sh command
-rwxr-xr-x | istream.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ PREFIX=stream if [ $# -eq 0 ] then -echo "You must supply a valid channel!" +echo "Format is : ./istream.sh source video_rate audio_rate audio_channels 480x320 httppath segments_number ffmpeg_path segmenter_path" exit 1 fi |