problem in streaming audio from https link

前端 未结 2 2111
忘掉有多难
忘掉有多难 2021-02-11 02:18

Hi everyone I\'m a bit new to android I have developed an app which is streaming the audio from server everything was going fine until my app crashed, I debugged it and found ou

2条回答
  •  盖世英雄少女心
    2021-02-11 02:59

    Android media player doesn't support HTTPS. If you provide a HTTPS URL, then the file will be downloaded.

    This "HTTPS" not supported fact is provided in android documentation.

提交回复
热议问题