1--- 2name: Question 3about: Issue template for a question. 4title: '' 5labels: question, needs triage 6assignees: '' 7--- 8 9Unfortunately we can't answer all questions. Unclear questions or questions with 10insufficient information may not get attention. 11 12Before filing a question: 13------------------------- 14 15- Ask general Android development questions on Stack Overflow 16- Search existing issues, including issues that are closed 17 https://github.com/google/ExoPlayer/issues?q=is%3Aissue 18- Consult our developer website (https://exoplayer.dev/) and Javadoc 19 (https://exoplayer.dev/doc/reference/) 20 21When filing a question: 22------------------------- 23 24Describe your question in detail. 25 26In case your question refers to a problem you are seeing in your app: 27 28- Output of running `$ adb bugreport` in the console 29 30In case your question is related to a piece of media: 31 32- URI to test content 33- For protected content: 34 - DRM scheme and license server URL 35 - Authentication HTTP headers 36 37Don't forget to check supported formats and devices 38(https://exoplayer.dev/supported-formats.html). 39 40If there's something you don't want to post publicly, please submit the issue, 41then email the link/bug report to dev.exoplayer@gmail.com using a subject in the 42format "Issue #1234", where #1234 is your issue number (we don't reply to 43emails). 44