Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Conversation

@MechaRyRy
Copy link
Contributor

We've done a number of changes including:

#177 Update to ExoPlayer 2.8.4
#180 Add experimental deployment to the build script
#181 & #182 Use a custom datasource factory for exoplayer

We want to release these changes as a patch.

@zegnus zegnus self-assigned this Sep 27, 2018
String url = request.getDefaultUrl();

if (TextUtils.isEmpty(url)) {
url = mediaProvidedLicenseServerUrl;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this ok to be null?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather interestingly I don't think this url is ever used by us. We actually expect a client to pass in the Url as part of the DrmHandler because it's a no-player class rather than an ExoPlayer class.

}

private DefaultDataSourceFactory createDataSourceFactory(DefaultBandwidthMeter bandwidthMeter) {
if (dataSourceFactory.isPresent()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use map, or... not a blocker

@zegnus zegnus merged commit 3110487 into master Sep 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants