fix rtmp-stream.sh ffmpeg path

This commit is contained in:
Alfonso Gamboa 2022-05-27 00:13:17 -07:00
parent 452f56a9ab
commit b22689144d

View File

@ -6,7 +6,7 @@ if [[ "$RTSP_PASSWORD" == "" ]]; then
RTSP_PASSWORD=$(cat /opt/wz_mini/tmp/wlan0_mac) RTSP_PASSWORD=$(cat /opt/wz_mini/tmp/wlan0_mac)
fi fi
FFMPEG_BINARY="/opt/ffmpeg_latest" FFMPEG_BINARY="/opt/wz_mini/bin/ffmpeg"
TWITCH_URL="rtmp://live-ber.twitch.tv/app" TWITCH_URL="rtmp://live-ber.twitch.tv/app"
YOUTUBE_URL="rtmp://b.rtmp.youtube.com/live2" YOUTUBE_URL="rtmp://b.rtmp.youtube.com/live2"