First commit
This commit is contained in:
5
pipevavoo/ffpipe.sh
Executable file
5
pipevavoo/ffpipe.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
url=$1
|
||||
auth="$(cat /opt/pipevavoo/authkey)"
|
||||
ffmpeg -loglevel fatal -user_agent "VAVOO/2.6" -re -i "$url?n=1&b=5&vavoo_auth="$auth"==" -vcodec copy -acodec copy -f mpegts pipe:1
|
||||
exit 0
|
||||
Reference in New Issue
Block a user