-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error- 4022 (HLS_MASTER_PLAYLIST_NOT_PROVIDED) #1580
Comments
As described in the documentation for the error:
After #1431 we may be able to support playing media playlists, but for the moment we only support playing master playlists. |
@payelmondal123 Does this answer all your questions? Can we close the issue? |
Is it possible to change the loader manually ? I mean is there any API related to loader ? |
I'm not sure what you mean. We don't support reading media playlists, so there is no way to change that. If you really wanted to, you could write your own manifest parser to parse the HLS manifest; you can look at the tutorial for more info on that. Otherwise, the only real configuration is done through Player.configure. |
@payelmondal123 Does this answer all your questions? Can we close the issue? |
Closing due to inactivity. If this is still an issue for you or if you have further questions, you can ask us to reopen or have the bot reopen it by including |
I am trying to play the stream "https://livestream.peer5.com/video/soccer/index.m3u8" using shaka player in chrome browser. But it gives me the error-4022 (HLS_MASTER_PLAYLIST_NOT_PROVIDED).
Is there any way to overcome this issue?
The text was updated successfully, but these errors were encountered: