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
how can I add subtitles using shaka-player from a .mpd file?
I'm using the shaka player with the below build.
https://ajax.googleapis.com/ajax/libs/shaka-player/3.0.8/shaka-player.compiled.js
I'm using a .mpd file and it has a subtitle file.
0
votes
1 answer
Shaka Player - Get Widevine License URL
I want to play DASH file in Shaka Player with help of Widevine DRM.
And for this, i want to make XHR request to get Widevine License URL and then give that license URL to Shaka Player so it can play my DASH .mpd file and i do not know how to do…

jay.jivani
- 1,560
- 1
- 16
- 33
0
votes
1 answer
Is there a way that we can display seekbar above shaka control panel
I am new to Shakaplayer.Is there any way that we can display Shakaplayer range container above Shaka controls panel ? I want to display/position the seek bar above the control panel elements in shakaplayer.
Below image is my excepted behaviour which…

user5390
- 43
- 9
0
votes
2 answers
FFMPEG/DASH-LL creates audio and video chunks at different rates; player is confused (404 errors)
I'm trying to create a MPEG-DASH "live" stream from a static file to test various low latency modes. The DASH muxer in FFmpeg creates two AdaptationSets, one for video chunks and one for audio chunks.
However, the audio and video chunk files are…

Danny
- 2,482
- 3
- 34
- 48
0
votes
1 answer
Wrap shaka-player in AngularJS directive not working (this.target.addEventListener is not a function)
I want to wrap the shaka-player example in an AngularJS directive.
The example player works fine on its own and can play the MPEG-DASH version of Big Buck Bunny hosted on Akamai's CDN.
However, when trying to use shaka-player within an AngularJS…

Danny
- 2,482
- 3
- 34
- 48
0
votes
2 answers
FairPlay DRM configuration for iOS and Safari ( failed to load video)
I have a problem in fairplay drm + hls with safari (i used shaka player),
it fails at loading some contents .
but sometimes after reloading page it works .
Many thanks ,

Wahib Mzali
- 120
- 5
0
votes
2 answers
shaka configure to choose the Representation and Adaptationset you want to play
I am trying to configure shaka-player to play the UHD representation from my manifest instead of the SD. My question is:
How does it decide which Representation to play?
How can you define which representation to play?

user2748107
- 240
- 3
- 12
0
votes
1 answer
Can seek range in Shaka be increased manipulating bufferBehind?
I am trying to increase the seek back time of a live DASH stream to 15 mins using Shaka. The stream by default can be rewinded to 5 minutes from current time. Can this be achieved by instructing the player to store buffer for the past 15 mins? I…

Kiran
- 388
- 2
- 16
0
votes
1 answer
Shaka Player Embedded Widevine configuration JSON missing
I've inherited a project that uses Shaka Player Embedded to play Widevine content and I want to rebuild Shaka Player to update it to the latest version. I do have the Widevine CDM files, the application works with the older version.
It seems like…

Lucas van Dongen
- 9,328
- 7
- 39
- 60
0
votes
1 answer
How to optimize encoding and packaging videos using ffmpeg and shaka-packager
I'm trying to encode and package uploaded videos for an LMS website where video size may differ. How can I write a sh script that converts and packages the given video based on its size (For ex. if the given video resolution is bigger than 720p and…

Saidamir Botirov
- 53
- 6
0
votes
1 answer
Playing DASH-video on website depending on the size of the container (not the bandwidth)
I have a video in different resolutions (1200x900, 800x600, 400x300, 200x150) and a DASH-manifest. I tried to embed the video on a responsive webpage using the shaka or video-js video-player. This works so far, but the video displayed is depending…

Werner
- 1,695
- 3
- 21
- 42
0
votes
3 answers
Azure media player source manifist
We are very small junior school private tutors have setup of an online portal where students can login and watch the daily video lectures. We have many videos uploaded to Azure media services but we realized the encoding cost is high and not…

Kishan
- 85
- 1
- 7
0
votes
1 answer
How to pause Shaka player after it is loaded?
Is there any configuration that I can pass so that the Shaka Player pauses itself at certain duration/point in the video? , for e.g. I want to pause player on 300 seconds.
One way is to change playRangeEnd configuration, but that messes the user…

Vishwajeet Vatharkar
- 1,146
- 4
- 18
- 42
0
votes
0 answers
Shaka player live stream does not start play-out
In our react-native-web application, running as a Tizen smart web app on Samsung smart TVs, we use ShakaPlayer 2.5.6c to play DASH live streams.
The issue is that sometimes the stream does not start. The DRM license is received, segments are being…

tvanlaerhoven
- 709
- 5
- 15
0
votes
1 answer
cast.framework.media.ShakaPlayer issue in chromecast receiver while playing DRM content from web based sender
I am building a custom receiver which plays the DRM content by receiveing the custom metadata from sender.
But receiver is only able to play the first chunk and then disconnected from sender by showing following messages at chromecast…

Subash Shrestha
- 61
- 7