Shaka Player is an open-source JavaScript library for adaptive media. It plays adaptive media formats (such as DASH and HLS) in a browser, without using plugins or Flash.
Questions tagged [shaka]
104 questions
0
votes
1 answer
Widevine encrypted videos in Azure do not expire
I am trying to enable my Azure-hosted video for offline viewing in Chrome with a "rental period" so that it expires after a few days. I started with the OfflinePlayReadyAndWidevine java example project. I updated this method to specify 30 seconds…

Brian Harris
- 2,735
- 3
- 22
- 34
0
votes
1 answer
Is shaka available as a js package?
I need a shaka packager in only one module, instead of npm install and increasing app bundle size. I need to do this. Is it available as a js package?

Mohammed Muzzamil
- 13
- 3
0
votes
2 answers
Does shaka Packager support TS output?
I am trying to use shaka packager to encrypt videos, we want to use hls, I know shaka packager supports MP4 format ouput, but I am not sure whether shaka packager support TS format output or not. If supported , how to specify parameters while…

Garkett
- 19
- 4
0
votes
1 answer
Shaka Player Start Video in full screen
I have the basic shaka player code. I want to start the video on full screen. Please tell me if it is possible.
HTML