Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
275 views

How to use React Component as custom control in Shaka Player?

I have a custom Shaka Player implemented with custom controls. Current controls are pure DOM elements, and I want to use React components instead. How do I achieve the same
Debjit Sinha's user avatar
1 vote
1 answer
987 views

Shaka packager with hls and dolby vision

I have an mp4 with Dolby Vision that I am trying to create an HLS stream out of. To do so I am passing this mp4 to shaka packager like so: packager in=dolby-vision-amaze.mp4,stream=video,...
goodkid38's user avatar
0 votes
0 answers
2k views

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 ...
Maayan Hope's user avatar
  • 1,592
1 vote
0 answers
1k views

Shaka Player does not adapt bitrate

We're using Shaka player with the default configuration and it's good - but I'm not seeing any adaption into lower bitrates and still seeing buffering. We're also getting a pause at the start where it ...
beek's user avatar
  • 3,730
0 votes
2 answers
754 views

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 ...
prehistoricbeast's user avatar
0 votes
1 answer
537 views

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 ...
maxutility2011's user avatar
4 votes
0 answers
1k views

Parsing HLS manifest of live stream in Safari to retrieve time-based metadata

I am using native Safari player implementation to stream video with HLS streaming protocol. My goal is to get time-based metadata (such as EXT-X-DATERANGE) from a live stream manifest. As far as I ...
glhvta's user avatar
  • 41
0 votes
1 answer
2k views

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 ...
Saidamir Botirov's user avatar
2 votes
1 answer
2k views

Shaka Player picking low quality variant at startup

When ABR is enabled, playback starts with the selected track but quickly jumps to lowest bitrate track in shaka player: Expected Track (track [id=14]) should be selected and continued in the same ...
Jeffrin J's user avatar
1 vote
0 answers
2k views

Shaka Player + Mux.js on live streaming on React

I have been trying to implement live streaming on Shaka Player. Normal Hls.js is working fine, but I can't seem to implement it with Shaka Player it shows error code 4030. Pure Hls on React: const ...
Jaenal Lee's user avatar
1 vote
2 answers
2k views

How can we get current rendering stream details in Shaka player?

getStats() api provides the current variant being downloaded. Is there a way To get the current rendering variant? Get notified when rendering variant gets changed ? Both of these are available in ...
sbr's user avatar
  • 4,815
4 votes
2 answers
5k views

How to Play a video with multiple Resolutions using Shaka Player?

I want to play a video with multiple Resolutions using Shaka Player. Single video with multiple qualities. I have checked all the api's of shaka player. But I don't know how to do it. I should have ...
Karthick's user avatar
2 votes
0 answers
425 views

How to get current timestamp of playhead during live stream playback on Chromecast

When playing a live stream on Chromecast I would like to know the absolute time (timestamp) of the current playhead, as this would be useful to me when the user pauses playback. Is there any way to ...
whitezo's user avatar
  • 315
2 votes
1 answer
1k views

Adaptive streaming library (shaka / dash.js) that doesn't clear buffered video on seek?

It seems that most adaptive streaming players clear the entire buffer whenever you seek (to a time that's not buffered). Even youtube - for example play a youtube video, seek a few minutes ahead, then ...
user545139's user avatar
0 votes
1 answer
1k views

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 ...
Yair's user avatar
  • 21
3 votes
1 answer
9k views

FFmpeg/DASH: duration or timestamp out of range for mov/mp4 format

I'm trying to convert a aac stream to dash. The issue is that I get a lot of errors as below(though it seems to segment it into multiple files but I get errors on the player too). The question is why ...
mike's user avatar
  • 639