videojs / videojs-contrib-quality-levels

Other
154 stars 52 forks source link

Question: to display two same resolution 1080p but diff bitrate #131

Closed hiren3897 closed 2 years ago

hiren3897 commented 2 years ago

Description

Briefly describe the issue. Include a reduced test case. I have 4 quality profiles in my HTTP stream levets

I want to display all 4 profiles but the problem is I have two 1080p profiles but with different bitrate

one 1080p_high seconds 1080p_low

I want to display both but the player by default display only 3 profiles 360, 720, 1080

Steps to reproduce

Explain in detail the exact steps necessary to reproduce the issue.

  1. I do player.hlsQualitySelector()
  2. and it display only 3 profiles

Results

Expected

Please describe what you expected to see.

I want to see all profile

360 720 1080p Low 1080p high

Actual

Please describe what actu ally happened. it only display 3 profiles

Error output

If there are any errors at all, please include them here. No errors

Additional Information

Please include any additional information necessary here. Including the following: --

versions

videojs

what version of videojs does this occur with? latest

browsers

what browser are affected? all

OSes

what platforms (operating systems and devices) are affected? Linux, windows mac

plugins

are any videojs plugins being used on the page? If so, please list them below.

<script src="dist/videojs-offset.js"></script>
<script src="dist/videojs-hls-quality-selector.min.js"></script>
<script src="dist/videojs-contrib-quality-levels.min.js"></script>