Browse Source

fix rtmp-stream.sh ffmpeg path

Alfonso Gamboa 3 years ago
parent
commit
b22689144d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SD_ROOT/wz_mini/usr/bin/rtmp-stream.sh

+ 1 - 1
SD_ROOT/wz_mini/usr/bin/rtmp-stream.sh

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