Przeglądaj źródła

fix(push_cloudflare): update Cloudflare Stream URL for RTSP source

- Changed the Cloudflare Stream URL to a new endpoint for improved streaming functionality.
- Ensured the script continues to push the RTSP source to the updated URL.
yb 2 tygodni temu
rodzic
commit
da1402d2ff
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      go_stream/push_cloudflare.sh

+ 1 - 1
go_stream/push_cloudflare.sh

@@ -2,7 +2,7 @@
 # 推流到 Cloudflare Stream
 # 推流到 Cloudflare Stream
 
 
 RTSP_SOURCE="rtsp://localhost:8554/camera1"
 RTSP_SOURCE="rtsp://localhost:8554/camera1"
-CLOUDFLARE_URL="rtmps://live.cloudflare.com:443/live/a6ab89289f20807d84b56bbb899f296ek3c1ae1949e76f200feef94b8f7d093ca"
+CLOUDFLARE_URL="rtmps://live.cloudflare.com:443/live/0a37e82197ac851a92dc5451dfe78485kb51e49994b6fd9e56b6f1fdfcd339fe6"
 
 
 echo "开始推流到 Cloudflare Stream..."
 echo "开始推流到 Cloudflare Stream..."
 echo "源: $RTSP_SOURCE"
 echo "源: $RTSP_SOURCE"