Skip to content Skip to sidebar Skip to footer

No Suitable Media Source Factory Found For Content Type: 2 (exo Player)

I'm trying to play a stream with ExoPlayer. I add ExoPlayer to Project by downloading it from Github in order to use FFmpeg Renderer extensions. Previously, I was using it by addin

Solution 1:

Fixed I was missing this in app/build.gradle

implementation project(':exoplayer-library')

only this error is solved, the sound is still not playing.

Post a Comment for "No Suitable Media Source Factory Found For Content Type: 2 (exo Player)"