How to play Youtube video in ExoPlayer in Android?

后端 未结 4 1136
野的像风
野的像风 2020-12-07 16:35

I am trying to play youtube video in exoplayer but here is some confusion I don\'t know what is DASH url, I have only real youtube url like \"https://www.youtube.com/watch

4条回答
  •  萌比男神i
    2020-12-07 17:11

    You will have to get the HTTP response from the youtube URL (in your case real URL) and then search for the section "url_encoded_fmt_stream_map". In that section you will get a URI which needs to be decoded twice to get the DASH URL you are looking for.

提交回复
热议问题