1--- 2name: Question 3about: Issue template for a question. 4title: '' 5labels: question, needs triage 6assignees: '' 7--- 8 9Before filing a question: 10----------------------- 11- This issue tracker is intended ExoPlayer specific questions. If you're asking 12 a general Android development question, please do so on Stack Overflow. 13- Search existing issues, including issues that are closed. It’s often the 14 quickest way to get an answer! 15 https://github.com/google/ExoPlayer/issues?q=is%3Aissue 16- Consult our developer website, which can be found at https://exoplayer.dev/. 17 It provides detailed information about supported formats, devices as well as 18 information about how to use the ExoPlayer library. 19- The ExoPlayer library Javadoc can be found at 20 https://exoplayer.dev/doc/reference/ 21 22When filing a question: 23----------------------- 24Fill out the sections below, leaving the headers but replacing the content. If 25you're unable to provide certain information, please explain why in the relevant 26section. We may close issues if they do not include sufficient information. 27 28### [REQUIRED] Searched documentation and issues 29Tell us where you’ve already looked for an answer to your question. It’s 30important for us to know this so that we can improve our documentation. 31 32### [REQUIRED] Question 33Describe your question in detail. 34 35### A full bug report captured from the device 36In case your question refers to a problem you are seeing in your app, capture a 37full bug report using "adb bugreport". Please attach the captured bug report as 38a file. If you don't wish to post it publicly, please submit the issue, then 39email the bug report to dev.exoplayer@gmail.com using a subject in the format 40"Issue #1234", where "#1234" should be replaced with your issue number. 41 42### Link to test content 43In case your question is related to a piece of media, which you are trying to 44play, please provide a JSON snippet for the demo app’s media.exolist.json file, 45or a link to media that reproduces the issue. If you don't wish to post it 46publicly, please submit the issue, then email the link to 47dev.exoplayer@gmail.com using a subject in the format "Issue #1234", where 48"#1234" should be replaced with your issue number. Provide all the metadata we'd 49need to play the content like drm license urls or similar. If the content is 50accessible only in certain countries or regions, please say so. 51