1--- 2name: Bug report 3about: Issue template for a bug report. 4title: '' 5labels: bug, needs triage 6assignees: '' 7--- 8 9We can only process bug reports that are actionable. Unclear bug reports or 10reports with insufficient information may not get attention. 11 12Before filing a bug: 13------------------------- 14 15- Search existing issues, including issues that are closed: 16 https://github.com/google/ExoPlayer/issues?q=is%3Aissue 17- Consult our developer website: https://exoplayer.dev/ 18- Check the supported formats: https://exoplayer.dev/supported-formats.html 19- Try playing problematic media in the demo app: 20 http://exoplayer.dev/demo-application.html 21 22When reporting a bug: 23------------------------- 24 25Describe how the issue can be reproduced, ideally using the ExoPlayer demo app 26or a small sample app that you’re able to share as source code on GitHub. To 27increase the chance of your issue getting attention, please also include: 28 29- Clear reproduction steps including observed and expected behavior 30- Output of running "adb bugreport" in the console shortly after encountering 31 the issue 32- URI to test content for reproduction 33- For protected content: 34 - DRM scheme and license server URL 35 - Authentication HTTP headers 36 37- ExoPlayer version number 38- Android version 39- Android device 40 41If there's something you don't want to post publicly, please submit the issue, 42then email the link/bug report to dev.exoplayer@gmail.com using a subject in the 43format "Issue #1234", where #1234 is your issue number (we don't reply to 44emails). 45