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
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.