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
0 answers
Getting "spc message cannot be null" as response
Getting "spc message cannot be null" as response every time while providing implementation of Shaka player to play fairplay content on safari browser.Tried many ways to provide spc message in body and header also and we are actually sending it that…

Jatin kumar
- 11
- 4
0
votes
1 answer
Playing two different ads with IMA and Shaka Player
I have a simple setup where I have two buttons and a

chochim
- 1,710
- 5
- 17
- 30
0
votes
2 answers
Bash command run from a variable - Shaka packaging problem
I am trying to package some videos on an ubuntu-ec2 machine using shaka packager and following official tutorial.
So I have a list of multi resolution files i.e. original=x.mp4, converted are x_480p.mp4, x_360p.mp4 and so on. My lowest resolution is…

ashraf minhaj
- 504
- 2
- 14
0
votes
0 answers
how to bring forward and backward buttons on the website
I'm watching a video on the Learning Management System (LMS) website, but on the website I can't forward and backward videos. Can it be raised through the developer tool element.
enter image description here

Rio Hanz
- 11
- 1
- 2
0
votes
0 answers
Can't get new segments in some mpd live streamming servers
I'm trying to parse mpd of several DASH live streamming servers to get newly published segments.
You know, there is a tag named "MinimumUpdatePeriod" in the mpd, so it must be upgraded within this time, and usually 1 or 2 segments are newly…

Potoelite
- 41
- 7
0
votes
1 answer
Shaka Player: Let users choose language track
I am adapting Shaka player to our website and got stuck in the following:
When I play my sample video in the appspot demo, I see the buttons to change language and resolution:
When I follow the tutorial , it does not let me choose the language: see…

Michael G
- 13
- 3
0
votes
1 answer
DRM video doesn`t in google cast web receiver (CAF)
I am experiencing a problem when working with CAST web receiver. DRM Video does not start on the TV (Android TV). Preloader works endlessly. How to solve this problem?
The title and description in the player is shown.
The logs show…

Алексей Обронов
- 1
- 1
0
votes
0 answers
Shaka Player is showing error Shaka Error MANIFEST.HLS_AES_128_ENCRYPTION_NOT_SUPPORTED
I have intergrated Google Shaka Player in my project for DRM/Non DRM videos.
Js Used https://cdnjs.cloudflare.com/ajax/libs/shaka-player/3.3.1/shaka-player.ui.debug.min.js
Its showing this error Shaka Error…
0
votes
1 answer
Even if my Azure widevine license has expired, I can still play content
Azure Media Service is used to deliver widevine license, I used shaka-packager with key-id and key-value get from license to package and encrypt video, and output two types of files, MPD, and MP4 encrypted video.
When I test the encrypted content…

Mohamed Okasha
- 129
- 1
- 2
- 12
0
votes
0 answers
How to add differnt audio tracks, subtitles in the Shaka player?
A question for understanding the general concept
When working with Shaka player and HLS or DASH protocols, I need to be able to switch audio tracks
For HLS we have .m3u8 playlist file, for DASH we have MPD file
It is a simple file that can be opened…

user7491809
- 61
- 5
0
votes
0 answers
FFMPEG - how to stream video directly to HLS
We need to get video file/data as a stream from the user or from a caller to our API and while processing it we need to generate live stream using HLS
FFMPEG support creating live stream in HLS format with the following command
String cmd[] = new…

Maayan Hope
- 1,482
- 17
- 32
0
votes
1 answer
One video variant on MPEG DASH generated with AWS MediaConverter
I've produced an.MDP using MediaConverter, which has the following video streams

beek
- 3,522
- 8
- 33
- 86
0
votes
2 answers
How to use Shaka packager with python sub-process call? I am getting this error Invalid stream descriptors name/value pairs:
I am a newbie trying to use Shaka packager for a new app I am working on, I can't make it to work, it's throwing out this error Invalid stream descriptors name/value pairs: which I am not able to understand. Can anyone help with this piece of code,…

prehistoricbeast
- 405
- 6
- 16
0
votes
1 answer
Can Shaka packager SDK read input directly from a memory buffer?
I'm writing a media processing application using Shaka packager SDK (not the default packager program), basically I'm wrapping up the packager (Shaka::Packager packager;) inside a wrapper application which I wrote.
I know Shaka::Packager can read…
0
votes
0 answers
WebOS (LG TV): difference between running a hosted web app and opening the same web app in the browser
I have written a web app for DRM protected playback, using Shaka Player,
and I am wondering if I can have testers simply open it in the browser, without me having to package it,
and them having to install it.
My guess is that since the hosted app…

Gil
- 395
- 4
- 19