Exoplayer how to know which URL to be played with custom video view
问题 I am first time working on online Video player, I am using TextureVideoViewMute extends TextureView implements TextureView.SurfaceTextureListener custom class as custom video player. I am having two urls in my response source_url (main url) and dash_url .Now I wanted to use ExomediaPlayer for this but I have following questions. 1.How to categories which url to be played? 2.Or Whether this will be decided by player itself while playing? 3.Or We need to use single url player automatically do