First commit

This commit is contained in:
root
2023-03-28 20:34:55 +02:00
parent bec47d865a
commit a95e2c1237
13 changed files with 2284 additions and 0 deletions

5
pipevavoo/ffpipe.sh Executable file
View 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