pillarbox-core-business
Provides a MediaSource
for handling SRG SSR media URNs to Pillarbox. It basically converts an integration layer MediaComposition
to a playable MediaSource
.
The supported contents are:
On demand video and audio.
Live streams, with and without DRM.
Token-protected content.
DRM protected content.
360° content (see
SphericalSurfaceShowcase
).
To use this module, add the following dependency to your project's build.gradle
/build.gradle.kts
file:
implementation("ch.srgssr.pillarbox:pillarbox-core-business:<pillarbox_version>")
Content copied to clipboard