Skip to main content

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
0 votes
0 answers
14 views

Shaka-Player - Get DASH manifest periods and current period

I'm currently using shaka-player v4.10.4 and I would like to know how is it possible to get the list of periods contained in the DASH manifest and also get the current period played by the player. ...
Hugo H's user avatar
  • 30
0 votes
0 answers
20 views

Combining MPD files shaving milliseconds from the videos

I'm combining multiple MPD files into one so that I can play it in Shaka Player seamlessly. This is being done as follows : const fs = require("node:fs/promises"); const fsync = require(&...
Smriti Sivakumar's user avatar
1 vote
1 answer
116 views

How to check if browser support stream HEVC by Javascript

My app use Javascript and shaka player to play video stream (live and VOD). We intent to use HEVC stream (h.265), but as I see this is new so not much browser support. https://developer.mozilla.org/en-...
vanminhquangtri's user avatar
0 votes
0 answers
31 views

Cant use player.attach for playing the next video while creating the functionality for playing the next video

function Shaka({ videoData, getNextEpisodeId = () => {} }) { const videRef = useRef(null); const [player, setPlayer] = useState(null); async function init(videoData) { const player = new Shaka....
hoichoi dev's user avatar
0 votes
0 answers
14 views

control wowza next segment https scheme

We have a wowza server in a google-cloud run docker container. The cloud run docker container has a Load balancer that accepts https connections then terminates TLS, then contacts the wowza server on ...
giggles's user avatar
0 votes
0 answers
46 views

Integrate Shaka player into web application via webpack config

I have an existing typescript application with Shaka 3.2.1 integration. Now I am facing some issue with subtitle, so I want to use the uncompiled version of shaka and edit the library. From Shaka ...
Akhil's user avatar
  • 363
0 votes
0 answers
104 views

Why does this m3u8 list cannot be played by shaka player?

It's a protected m3u8 file, I provided its corresponding key id and key to Shaka Player but cannot be played. Index.html <!DOCTYPE html> <html> <head> <script src="...
daego's user avatar
  • 199
0 votes
0 answers
50 views

Chromecast DAI stream doesn't start sometimes with the error

We have an app with casting functionality for Google DAI stream. It works fine mainly, but recently, we started getting complaints that the stream doesn't start sometimes. The problem is that we didn'...
Sergnsk's user avatar
  • 3,313
0 votes
1 answer
164 views

Jumping forward x seconds because of gap starting at y and ending at z with video encoded by AWS MediaConvert

I have a strange issue with converted and packaged files from AWS MediaConvert. I have a workflow, which I upload any media to an S3 bucket. Next a Lambda Script hands over the files to MediaConvert. ...
complex1984's user avatar
0 votes
1 answer
263 views

How to stream private media blob from azure blob storage without using a SAS url or sas token using shaka player

good day. Is it possible to access a private blob from azure storage without using a SAS url or SAS token to stream it on the shaka player? The shaka player keeps throwing error like this: enter image ...
mrpm's user avatar
  • 1
0 votes
1 answer
187 views

How to disable PictureInPicture in shaka player

I am using shaka player to play video, I am getting picture in picture option on menu items along with quality, language and playback speed I want to disable picture in picture from list I tried to ...
Vicky Kumar's user avatar
  • 1,388
1 vote
1 answer
196 views

Having problems compiling shaka player

[WARNING] No changes detected, skipping. Use --force to override. [INFO] Generating Closure dependencies... [INFO] Linting JavaScript... [ERROR] *** A required dependency is missing: C:\Program Files\...
Rahmat Haidari's user avatar
1 vote
1 answer
927 views

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=...
Vicky Kumar's user avatar
  • 1,388
0 votes
0 answers
135 views

getting blurred image thumbnails displayed on shaka player?

I'm using shaka player latest version to as a player in my app. I'm trying to display the thumbnail images while seeking on the player progress bar. But when I seek forward/rewind on the player ...
Tharun Koti's user avatar
0 votes
1 answer
169 views

Switch between two videos stacked upon one another without restarting the video in reactJS

I am trying to create a video switch which shows the difference between two videos (Original and Processed Video). Currently I have two video players (VideoJS and Shaka Player) to play the original ...
Shri Hari's user avatar

15 30 50 per page
1
2 3 4 5
8