Questions tagged [shaka]

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.

Shaka player on github

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?
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
Raj Nandan Sharma
  • 3,694
  • 3
  • 32
  • 42
0
votes
1 answer

HEVC Fairplay stream

I am trying to create an HEVC Fairplay stream. I have tried using Shaka Packager,Bento4 and Zencoder. But with no luck. Has anybody created a HEVC Fairplay stream? If yes, then how?
0
votes
1 answer

how to use pssh python script using Python ProtoBuf library?

I am not able to figure out how Python ProtoBuf library is related to use pssh python script in this documentation https://github.com/google/shaka-packager/tree/master/packager/tools/pssh How can I build the pssh.py script without the proto file?
Suhayb
  • 3,163
  • 3
  • 23
  • 30
0
votes
1 answer

How to know now to pass ContentProtectionCallback in SHAKA PLAYER?

Can any one help me to know now to pass ContentProtectionCallback so that I can handle preProcessor of drm license url in shaka player [http://v1-6-2.shaka-player-demo.appspot.com/docs/tutorial-network.html][1] var manifestUri = '
Vikas Bansal
  • 10,662
  • 14
  • 58
  • 100
0
votes
1 answer

Widevine HTTP proxy with AWS Lambda

I am building a Widevine license proxy with AWS Lambda + Serverless and testing it out via the Shaka Player with standard content: https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd. The ContentKey API works fine but if I try to use…
andrea-f
  • 1,045
  • 9
  • 23
0
votes
1 answer

Shaka player one track auto play loop - streaming forever instead of once

I am streaming and looping one video track, I'd like it to be downloaded fully only once, while the first loop is playing, and than to play the rest of the loops from storage. How can this be accomplished?
Yair
  • 21
  • 3
0
votes
0 answers

CAF: subtitles positioning issue even after shaka-player update

We've created a custom CAF v3 receiver. We had the same troubles as those described here (subtitles in the top-left corner of the screen) CAF Receiver: Positioning of subtitles . Looks like Google managed to fix this issue in shaka-player v2.2.10.…
FNC dev
  • 11
  • 4
0
votes
1 answer

Simplest Shaka Player is not Working

All I want is for my shaka-player to work. I've listed all the files in my Movie Directory. My manifest file (.mpd) is made up of 5 different webm video stream files located in the same directory (I realize the audio isn't there, that is not…
alexs973
  • 183
  • 1
  • 3
  • 16
-1
votes
0 answers

Not able to play H265 stream with DRM on chrome

Integrated shaka-player for HEVC/H.265 and drm encrypted videos which works fine on safari but on chrome video is not playing(HEVC/H.265 when DRM encrypted) I can check in https://caniuse.com/?search=hevc there is support for HEVC/H.265 in chrome…
Vicky Kumar
  • 1,358
  • 1
  • 14
  • 26
-1
votes
0 answers

How to change video link while streaming depending on network speed shaka-player

I have multiple videos of different resolutions as an when the network speed changes i want to switch to video of different resolution First doubt is it possible to achieve using shaka-player if not whats is the best way I have thought of solving it…
Vicky Kumar
  • 1,358
  • 1
  • 14
  • 26
-2
votes
1 answer

How to Make Shaka Player Compatible with react Native?

I am working on React-Native application. i want to implement shaka player in react-native. any solution?
ViShU
  • 300
  • 2
  • 10
1 2 3 4 5 6
7