mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-08-09 20:14:04 +00:00
fix variable typos in rtmp scripts
This commit is contained in:
@@ -21,7 +21,7 @@ VIDEO_OPTIONS="-c:v copy -coder 1 -pix_fmt yuv420p -g 30 -bf 0"
|
||||
|
||||
if [[ "$2" == "no_audio" ]]; then
|
||||
echo "NO_AUDIO: audio disabled on RTMP Stream."
|
||||
AUDIO="-an"
|
||||
AUDIO_OPTIONS="-an"
|
||||
fi
|
||||
|
||||
if [[ "$1" == "youtube" ]]; then
|
||||
|
Reference in New Issue
Block a user