Update movistar.sh

This commit is contained in:
2023-08-21 19:16:01 +00:00
parent a7c1339345
commit d59643d458

View File

@@ -1,5 +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
/opt/movistar/ffmpeg -re -cenc_decryption_key $key -i $url -c:v copy -c:a copy -f mpegts pipe:1
exit 0