Skip to content
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

Closed
payelmondal123 opened this issue Sep 12, 2018 · 6 comments
Closed

Error- 4022 (HLS_MASTER_PLAYLIST_NOT_PROVIDED) #1580

payelmondal123 opened this issue Sep 12, 2018 · 6 comments
Labels
component: HLS The issue involves Apple's HLS manifest format status: archived Archived and locked; will not be updated type: question A question from the community

Comments

@payelmondal123
Copy link

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?

@payelmondal123 payelmondal123 changed the title Error- 4022 (HLS_MASTER_PLAYLIST_NOT_PROVIDED) Error- 4022 (HLS_MASTER_PLAYLIST_NOT_PROVIDED) [HLS] Sep 12, 2018
@payelmondal123 payelmondal123 changed the title Error- 4022 (HLS_MASTER_PLAYLIST_NOT_PROVIDED) [HLS] Error- 4022 (HLS_MASTER_PLAYLIST_NOT_PROVIDED) Sep 12, 2018
@TheModMaker
Copy link
Contributor

As described in the documentation for the error:

No Master Playlist has been provided. Master playlist provides vital information about the streams (like codecs) that is required for MediaSource. We don't support directly providing a Media Playlist.

After #1431 we may be able to support playing media playlists, but for the moment we only support playing master playlists.

@TheModMaker TheModMaker added type: question A question from the community component: HLS The issue involves Apple's HLS manifest format and removed needs triage labels Sep 12, 2018
@shaka-bot
Copy link
Collaborator

@payelmondal123 Does this answer all your questions? Can we close the issue?

@shaka-bot shaka-bot added the status: waiting on response Waiting on a response from the reporter(s) of the issue label Sep 16, 2018
@payelmondal123
Copy link
Author

Is it possible to change the loader manually ? I mean is there any API related to loader ?

@shaka-bot shaka-bot removed the status: waiting on response Waiting on a response from the reporter(s) of the issue label Sep 17, 2018
@TheModMaker
Copy link
Contributor

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.

@shaka-bot
Copy link
Collaborator

@payelmondal123 Does this answer all your questions? Can we close the issue?

@shaka-bot shaka-bot added the status: waiting on response Waiting on a response from the reporter(s) of the issue label Sep 21, 2018
@shaka-bot
Copy link
Collaborator

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 @shaka-bot reopen in a comment.

@shaka-bot shaka-bot removed the status: waiting on response Waiting on a response from the reporter(s) of the issue label Sep 28, 2018
@shaka-project shaka-project locked and limited conversation to collaborators Nov 27, 2018
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: HLS The issue involves Apple's HLS manifest format status: archived Archived and locked; will not be updated type: question A question from the community
Projects
None yet
Development

No branches or pull requests

3 participants