Can I use Basic HTTP Authentication with Android MediaPlayer?

前端 未结 5 1240
-上瘾入骨i
-上瘾入骨i 2021-01-24 08:29

I cant find a way to use an url that requires basic auth when im useing mp.setDataSource(url);

MediaPlayer mp = new MediaPlayer();    
mp.setDataSource(url);
mp.         


        
5条回答
  •  情话喂你
    2021-01-24 08:54

    You could download the mp3 on the cache and play it, here is a post on that http://almondmendoza.com/2010/03/11/play-mediaplayer-with-authentication-on-android/

提交回复
热议问题