Commit bad16163 authored by michaelni's avatar michaelni

don't use proxy and suppress verbose output patch by (Roumen Petrov <help at...

don't use proxy and suppress verbose output patch by (Roumen Petrov <help at roumenpetrov dot info>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1717 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8d3c28af
...@@ -10,7 +10,8 @@ sleep 1 ...@@ -10,7 +10,8 @@ sleep 1
cd data cd data
rm -f $FILES; rm -f $FILES;
for file in $FILES; do for file in $FILES; do
wget --user-agent=NSPlayer -q --output-document=- http://localhost:9999/$file?date=19700101T000000Z | head --bytes=100000 > $file & wget --user-agent=NSPlayer -q --proxy=off -e verbose=off -e debug=off -e server_response=off \
--output-document=- http://localhost:9999/$file?date=19700101T000000Z | head --bytes=100000 > $file &
done done
wait wait
# the status page is always different # the status page is always different
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment