-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[QUESTION] Can't receive audio track from HLS #8162
Comments
Could you provide us with the media file/link that you are testing with? |
I can't give link, because it's depend on ip, maybe if you can send me IP and I can set it for you. I can only attach file I get from urls. |
Might be related to or fixed by the fix coming for this bug issue #7877 |
If I understood correctly it's happening when tracks is for the same language? I have changed tracks languages, but it's still the same. So I will wait for #7877 bug fix and try again. |
I cannot unzip the file you uploaded on my Mac, or is it a zip file at all? |
Sorry, my fault. Fixed. |
Any news? |
The media plays well for me on ExoPlayer, including the audio tracks. Are you saying that your device is not playing the audio track? According to your log, the ffmpeg audio renderer should be playing it:
Have you tried playing your content on the ExoPlayer demo app? |
I see only 1 track, then I need to see at least 2... That's the problem. As you show it's just 1 track, but in my sample it have to be 2 tracks. |
ExoPlayer doesn't currently support multiple multiplexed audio tracks in HLS. Adding support for that is tracked by #2014. If you do some research starting from #2014 and going into other issues that reference it, you will find people customizing ExoPlayer to make it work, but it will require some research on your side. |
[REQUIRED] Searched documentation and issues
[REQUIRED] Question
I'm trying to get audio tracks from hls strea but getting only one.
Using 'com.google.android.exoplayer:exoplayer:2.12.1'
My play code looks like this
exoPlayer.addAnalyticsListener(new EventLogger(trackSelector)) throw this
Input files metadata:
I don't know or this is a bug or it's just my code problems, but I can't get audio tracks... I tried ask in StackOverflow, but noone helped -_-
The text was updated successfully, but these errors were encountered: