diff options
author | adv <adv@uma.es> | 2011-02-24 22:15:53 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-02-24 22:15:53 +0000 |
commit | 70848f4b6596e143fdb57b129ad99a17d459df19 (patch) | |
tree | a879204c9159dfa6f127eb990da9fe844ee3b2b7 /repoman | |
parent | 914d834897ea6bbdf9f8486e737c820c87ca69d5 (diff) |
branch version 1.0
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1504 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'repoman')
-rwxr-xr-x | repoman/bin/sendFileMcast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoman/bin/sendFileMcast b/repoman/bin/sendFileMcast index 92237a50..4829d8db 100755 --- a/repoman/bin/sendFileMcast +++ b/repoman/bin/sendFileMcast @@ -61,5 +61,5 @@ CERROR="8x8/128" which mbuffer &> /dev/null && MBUFFER="--pipe 'mbuffer -m 20M'" ##### ADV v. 1.0 23/02/2011 #version 0.10 # udp-sender $MBUFFER --portbase $PORTBASE --$METHOD --mcast-data-address $ADDRESS --fec $CERROR --max-bitrate $BITRATE --ttl 1 --min-clients $NCLIENTS --max-wait $MAXTIME --file "$FICHIMG" -udp-sender $MBUFFER --nokbd --retries-until-drop 65 --portbase $PORTBASE --$METHOD --mcast-data-address $ADDRESS --fec $CERROR --max-bitrate $BITRATE --ttl 1 --min-clients $NCLIENTS --max-wait $MAXTIME --file "$FICHIMG" +/opt/opengnsys/bin/udp-sender $MBUFFER --nokbd --retries-until-drop 65 --portbase $PORTBASE --$METHOD --mcast-data-address $ADDRESS --fec $CERROR --max-bitrate $BITRATE --ttl 1 --min-clients $NCLIENTS --max-wait $MAXTIME --file "$FICHIMG" ##### ADV v. 1.0 23/02/2011 |