From d59643d458209ce4302d25ff2c50fd2e9338f418 Mon Sep 17 00:00:00 2001 From: Joan Cano Date: Mon, 21 Aug 2023 19:16:01 +0000 Subject: [PATCH] Update movistar.sh --- movistar/movistar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movistar/movistar.sh b/movistar/movistar.sh index f7c1c13..8954b9b 100755 --- a/movistar/movistar.sh +++ b/movistar/movistar.sh @@ -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