-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Could not play .m3u8 media #3158
Comments
I was testing this but the playlist suddenly became unavailable (giving me 404). Can you fix it? |
@AquilesCanta I have checked this URL with external player like VLC & that is working fine. Also tested on device webview it plays video there as well. |
So the issue here is that the TS declares an ADTS PES but does not include any packets for said stream, so the player never ends up preparing. The stream will play if you modify The correct solution is to remove the ADTS entry from the stream's PMT. Hope this helps! |
Issue description
the issue is best described this way, when I am using my app for playing .m3u8 files
Reproduction steps
Start the player and try to play the video.
Link to test content
http://node1.twisted-symmetry.space:2000/HLS/capribb/capribb.m3u8
Version of ExoPlayer being used
im using exoplayer 2.3.1 the issue is happening.
Device(s) and version(s) of Android being used
this issue is happening on every android device my app is installed at. But the testing device is moto g4 plus with android 7.0 nougat.
A full bug report captured from the device
Screenshot
The text was updated successfully, but these errors were encountered: