You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ $TYPE == "17live" ]]; then
local LOCAL_PAGE=$(curl -s -X POST "https://api-dsa.17app.co/api/v1/lives/${PART_URL}/viewers/alive" --data-raw "{\"liveStreamID\": \"${PART_URL}\"}" | grep -o '"webUrl":"[^"]*' | awk -F'\"' '{print $4}')
if [[ -n "${LOCAL_PAGE}" ]]; then STATUS=1; fi
fi
现在会同时返回三个地址,导致 ffmpeg 无法正确调用,应该是选择其中一个地址录制就可以。
The text was updated successfully, but these errors were encountered:
现在会同时返回三个地址,导致 ffmpeg 无法正确调用,应该是选择其中一个地址录制就可以。
The text was updated successfully, but these errors were encountered: