Android Question Problem playing audio in HTTP MPEG-TS stream (ExoPlayer)

Zero7

Member
Hello guys,

I have a problem playing HTTP MPEG-TS with ExoPlayer wrapper. It plays the video but no audio. It seems that the format audio/mpeg-L2 is not supported without FFMPEG extension, as I can see here https://github.com/google/ExoPlayer/issues/5591

There's any way to add the ffmpeg extension to the ExoPlayer wrapper? anyone can help me?

Thank you!
 
Top