googlecast / CastVideos-chrome

Reference Chrome Sender w/ Framework API: CastVideos-chrome application shows how to cast videos from Chrome browser that is fully compliant with the Cast Design Checklist.
Apache License 2.0
281 stars 117 forks source link

Media Sample URLs using http scheme #37

Closed gomez-andres closed 2 years ago

gomez-andres commented 3 years ago

When using the default android TV receiver on newer Android SDK http schemes are no longer supported by default. This causes exoplayer load problems when accessing these urls. In order to prevent load issues we should update the following string to use the https scheme:

const MEDIA_SOURCE_ROOT = 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/';