android / codelab-exoplayer-intro

Media Streaming with ExoPlayer codelab
https://codelabs.developers.google.com/codelabs/exoplayer-intro
Apache License 2.0
221 stars 116 forks source link

How to use different URLs for testing? #43

Closed nclaff89 closed 4 years ago

nclaff89 commented 4 years ago

Of the URLs provided, the only one that seems to work is the media_url_dash. The other two URLs do not work. I'm allowing Internet permission and clear text traffic in my manifest. I would like to know how to use this with say, a radio stream url.

Thanks!

dturner commented 4 years ago

The 3 URLs provided are:

All work fine for me inside the app. What URLs are you trying?

dturner commented 4 years ago

Closing due to inactivity. Please reopen if you are still having issues.