mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-22 13:37:19 +00:00
fix rtmp-stream.sh ffmpeg path
This commit is contained in:
parent
452f56a9ab
commit
b22689144d
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user