|
|
|
|
|
by douglasfshearer
2775 days ago
|
|
If video is being served via HLS (which it probably is in 2018), then the manifests support redundant streams, where multiple hosts can be specified for each stream. [0] hls.js supports this, as do many other clients. IME it works nicely for providing some client-side switching in case one of your hosts/CDNs goes down. [0] https://developer.apple.com/library/archive/documentation/Ne... |
|