I have an hls link that plays just fine using mpv, but in exoplayer I get this error:
PlayerError com.google.android.exoplayer2.ExoPlaybackException: com.google.android.exoplayer2.upstream.HttpDataSource$HttpDataSourceException: Unable to connect to https://hamdeli.arvanvod.com/MLWvVo7NPe/BNlxo57Wzj/h_,144_200,240_400,360_800,480_1500,720_1579,k.mp4.list/master.m3u8
Any thoughts what the problem could be? what should I do now?
I dug further and figured that the link gives a 307, temporary redirect response redirecting https
to http
. I manualy edited the link and the problem is solved now.