Skip to content Skip to sidebar Skip to footer

Exoplayer Cannot Catch Error - Input Does Not Start With The #extm3u Header

Like the title above, I can't catch the error Input does not start with the #EXTM3U header. I tried to catch the error in this way: exoPlayer.addListener(new ExoPlayer.EventListene

Solution 1:

You need to use .addAnalyticsListener(...) instead of .addListener.


Post a Comment for "Exoplayer Cannot Catch Error - Input Does Not Start With The #extm3u Header"