We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cc2de commit 4cb3f77Copy full SHA for 4cb3f77
ctbcap
@@ -492,7 +492,7 @@ fetch_m3u() {
492
2*|3*)
493
[ -n "$(echo "${CONNECT_DUMP}" | grep -o '"isCamAvailable":true' | head -n 1)" ] && {
494
local STREAMNAME="$(echo "${CONNECT_DUMP}" | grep '"streamName":' | head -n 1 | sed 's|.*"streamName":"||'| sed 's|".*||')"
495
- STREAM_URL="https://edge-hls.doppiocdn.com/hls/${STREAMNAME}/master/${STREAMNAME}_auto.m3u8"
+ STREAM_URL="https://edge-hls.sacdnssedge.com/hls/${STREAMNAME}/master/${STREAMNAME}_auto.m3u8"
496
local STREAM_URL_STATUS="$(utils connect_stat "${STREAM_URL}")"
497
[ "${STREAM_URL_STATUS}" -ge 400 ] && {
498
log >&2 "(ERROR) [${MODEL}] is Online, but can't access the stream now. [${STREAM_URL_STATUS}]"
0 commit comments