Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APT-9568] Add model support for DRM info for streaming playback #30

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

kschults
Copy link
Contributor

This takes in a license server and DRM headers to start playback of DRM-protected content

This does not provide support for offline playback (coming soon)

@aferrariScribd aferrariScribd self-assigned this Dec 21, 2023
Copy link
Contributor

@aferrariScribd aferrariScribd left a comment

Choose a reason for hiding this comment

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

lgtm

@rubeus90 rubeus90 self-assigned this Dec 21, 2023
@kschults kschults merged commit 5f4401b into main Dec 21, 2023
@kschults kschults deleted the karl/APT-9568-drm-headers branch December 21, 2023 18:30
@@ -28,6 +29,11 @@ internal class HlsMediaSourceGenerator @Inject constructor(
return DownloadHelper.createMediaSource(it.request, dataSourceFactory)
}
}

if (request.drmInfo != null) {
Log.e(MediaSourceGenerator.TAG, "HLS does not currently support DRM")
Copy link
Contributor

Choose a reason for hiding this comment

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

@kschults Might be good to throw here cause we wouldn't want someone to think they are getting DRM protections and then still play the content. wyt?

Copy link
Contributor

Choose a reason for hiding this comment

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

Damn, dude force ghosted in to call out a customer concern

:,) 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants