Is it possible to use adaptive streams from different sources? #9002
-
|
We have adaptive streams, each profile is hosted on a different server, is it possible to have them in videojs such as the player knows which stream to play? |
Beta Was this translation helpful? Give feedback.
Answered by
mister-ben
Mar 11, 2025
Replies: 1 comment 1 reply
-
|
An HLS multivariate/main/master playlist can contain absolute URLs, as far as I know it doesn't matter if the variant/child playlists are at different hostnames. Are you asking because you#re running into a problem doing this? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
elieobeid7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An HLS multivariate/main/master playlist can contain absolute URLs, as far as I know it doesn't matter if the variant/child playlists are at different hostnames. Are you asking because you#re running into a problem doing this?