Skip to content

Commit

Permalink
update tvh cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuisman committed Jun 29, 2020
1 parent 71bd810 commit 913318b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OUTPUT="$(proxy_type=TVH $SCRIPT_PATH/.env/bin/python $SCRIPT_PATH/proxy.py $1)"

if [ $? -eq 200 ]; then
shift
eval "ffmpeg $OUTPUT $@ -vcodec copy -acodec copy -f mpegts -tune zerolatency pipe:1"
eval "ffmpeg $OUTPUT $@ -vcodec copy -acodec copy -f mpegts pipe:1"
else
echo "$OUTPUT"
fi

0 comments on commit 913318b

Please sign in to comment.