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
movistar/movistar.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
url=$1
key=$2
/opt/movistar/ffmpeg -re -cenc_decryption_key $key -i $url -c:v copy -c:a copy -listen 1 -f mpegts pipe:1
exit 0