>>21338134Wes would have to fix the actual LA based CDN and I don't think he can honestly? It might be something on livepeer's end or it could be something Wes configured incorrectly.
If you notice curl (with the "L" flag to allow redirects results in):
curl -L
https://livepeercdn.studio/hls/548446wy5vmnw9it/index.m3u8#EXTM3U
#EXT-X-ERROR: Stream open failed
#EXT-X-ENDLIST
The URL it redirects to (for me) is:
https://lax-prod-catalyst-0.lp-playback.studio/hls/video+548446wy5vmnw9it/index.m3u8now look at the output of:
curl -L
https://sea-prod-catalyst-0.lp-playback.studio/hls/video+548446wy5vmnw9it/index.m3u8#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=10160104,RESOLUTION=1920x1080,FRAME-RATE=30,CODECS="avc1.640028,mp4a.40.2"
1_0/index.m3u8?tkn=1878576008
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3160408,RESOLUTION=1280x720,FRAME-RATE=30,CODECS="avc1.64001f,mp4a.40.2"
2_0/index.m3u8?tkn=1878576008
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1762656,RESOLUTION=854x480,FRAME-RATE=30,CODECS="avc1.64001f,mp4a.40.2"
3_0/index.m3u8?tkn=1878576008
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=959712,RESOLUTION=640x360,FRAME-RATE=30,CODECS="avc1.64001e,mp4a.40.2"
4_0/index.m3u8?tkn=1878576008
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=403024,RESOLUTION=426x240,FRAME-RATE=30,CODECS="avc1.640015,mp4a.40.2"
5_0/index.m3u8?tkn=1878576008
They just need to redirect west coast users to the Seattle CDN but i don't know if that's a thing Wes can do.