Skip to content

Commit 4cb3f77

Browse files
committed
ctbcap: stripchat: update endpoint for stream URL
fix: #38
1 parent 72cc2de commit 4cb3f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctbcap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ fetch_m3u() {
492492
2*|3*)
493493
[ -n "$(echo "${CONNECT_DUMP}" | grep -o '"isCamAvailable":true' | head -n 1)" ] && {
494494
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"
495+
STREAM_URL="https://edge-hls.sacdnssedge.com/hls/${STREAMNAME}/master/${STREAMNAME}_auto.m3u8"
496496
local STREAM_URL_STATUS="$(utils connect_stat "${STREAM_URL}")"
497497
[ "${STREAM_URL_STATUS}" -ge 400 ] && {
498498
log >&2 "(ERROR) [${MODEL}] is Online, but can't access the stream now. [${STREAM_URL_STATUS}]"

0 commit comments

Comments
 (0)