Files
tvheadend/movistar/movistar.sh
2023-08-21 19:16:01 +00:00

6 lines
129 B
Bash
Executable File

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