-
Notifications
You must be signed in to change notification settings - Fork 39
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
Any usage of HmsHlsPlayer #367
Comments
@abalta-mobven The error suggests there is some error with the stream's manifest file. Is it possible to give the manifest file to us? Is the live stream generated by 100ms or from somewhere else? For docs check here - https://www.100ms.live/docs/android/v2/how--to-guides/record-and-live-stream/hls-player |
Hi @PratimMallick, live stream is generated from 100ms. Here is the link: https://defactofit-livestream-2134.app.100ms.live/streaming/preview/wkg-qsns-kzm Also, I have already check this document. |
@abalta-mobven does this happen everytime? Could you us through what you did to get this error? |
@abalta-mobven The player 's |
Yes, I use play method with this url. I think this URL does not support HLS. |
I want to show live stream with HmsHlsPlayer, but I have some error like below. Do you have any example of how to show live streams?
Caused by: androidx.media3.common.ParserException: Input does not start with the #EXTM3U header.
at androidx.media3.exoplayer.hls.playlist.HlsPlaylistParser.parse(HlsPlaylistParser.java:262)
at androidx.media3.exoplayer.hls.playlist.HlsPlaylistParser.parse(HlsPlaylistParser.java:69)
at androidx.media3.exoplayer.upstream.ParsingLoadable.load(ParsingLoadable.java:182)
at androidx.media3.exoplayer.upstream.Loader$LoadTask.run(Loader.java:414)
The text was updated successfully, but these errors were encountered: