jfujita / videojs-http-source-selector

VideoJS plugin that leverages videojs-contrib-quality-levels plugin to offer manual user-select able level selection options for adaptive http streams.
MIT License
62 stars 49 forks source link

When we change the type of the media source we are unable to change quality of the video and quality change gear icon was completely not working #61

Open Ganeshkaredla opened 3 years ago

Ganeshkaredla commented 3 years ago

when we change the type of the media source from application/dash+xml to application/xml+dash the quality change was not triggering so we are unable to change the quality of the video.

if we use the application/dash+xml type for the source when we get an error while downloading the chunks videoJs error event was not triggering so we changed we want to change type when we change type from application/dash+xml to application/xml+dash we got this issue

videojs-http-source-selector

  - videojs-http-streaming "1.1.6"

videojs version

 - video.js 7.6.6

image Above screenshot was the actual behaviour of gear icon which was used to change quality before changing type

image The above was the reference screenshot , after changing type when we click on quality change gear icon it remains same with no action

can we have any approach to solve this ?

is issue with the type that i had used or videojs-http-source-selector has an issue with this type