Files
tvheadend/movistar/movistar.sh
2023-03-28 20:34:55 +02:00

6 lines
139 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 -listen 1 -f mpegts pipe:1
exit 0