From c1f4f06a51df428c78fbd32a224e1b0368cc0f0d Mon Sep 17 00:00:00 2001 From: q191201771 <191201771@qq.com> Date: Sat, 18 Apr 2020 17:37:54 +0800 Subject: [PATCH] [chore] try down test.flv from git doc repo --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 8aba434..59e0a33 100755 --- a/test.sh +++ b/test.sh @@ -38,7 +38,8 @@ if [ ! -f "./testdata/test.flv" ]; then if [ ! -d "./testdata" ]; then mkdir "./testdata" fi - wget https://pengrl.com/images/other/source.200kbps.768x320.flv -O ./testdata/test.flv + #wget https://pengrl.com/images/other/source.200kbps.768x320.flv -O ./testdata/test.flv + wget https://github.com/q191201771/doc/raw/master/stuff/source.200kbps.768x320.flv -O ./testdata/test.flv fi if [ ! -f "./pkg/rtmp/testdata/test.flv" ]; then if [ ! -d "./pkg/rtmp/testdata" ]; then