diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-26 11:34:01 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-26 11:34:01 +0100 |
commit | 1ded5635fd63dc67166ee05ea5b87f578e672c61 (patch) | |
tree | 08af3e7018073d668ea1b11f08331f3e4b0c4a43 | |
parent | 2f8ec339c3da375c386f7190462a4eee8e41926a (diff) | |
parent | 553f1d8baeed2eed7c9c9ed41ac60657fc1d1b22 (diff) | |
download | istreamdev-1ded5635fd63dc67166ee05ea5b87f578e672c61.tar.gz istreamdev-1ded5635fd63dc67166ee05ea5b87f578e672c61.tar.bz2 |
Merge branch 'master' of projects.vdr-developer.org:istreamdev
* 'master' of projects.vdr-developer.org:istreamdev:
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 |