Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 a video tag and I have to pass a DASH video. My output should be a video tag which plays the same video with multiple Qualities like (1080p, 720p, 480p)

I need like this I need like this

like image 634
Karthick Avatar asked Oct 17 '25 06:10

Karthick


1 Answers

You can find the information on how to do this in the Shaka documentation: https://shaka-player-demo.appspot.com/docs/api/tutorial-ui-customization.html

const config = {
  'overflowMenuButtons' : ['quality']
}
ui.configure(config);
like image 159
Doolali Avatar answered Oct 20 '25 07:10

Doolali



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!