-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video reloads when we click on quality button even if the quality is same #142
Comments
Whoever is solving this please attach the video selectors to the video player and remove the buttons we have created on the side |
@hkirat - 2 clarifying questions on this:
|
Hey @hkirat, as per my understanding do you mean -
Either using <video id="video_1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="268">
<source src="https://example.com/video_720.mp4" type="video/mp4" label="720P">
<source src="https://example.com/video_480.mp4" type="video/mp4" label="480P" selected="true">
<source src="https://example.com/video_360.mp4" type="video/mp4" label="360P">
</video> Or using player.src([
{
src: 'https://example.com/video_720.mp4',
type: 'video/mp4',
label: '720P',
},
{
src: 'https://example.com/video_480.mp4',
type: 'video/mp4',
label: '480P',
selected: true,
},
{
src: 'https://example.com/video_360.mp4',
type: 'video/mp4',
label: '360P',
},
]); If the idea is correct, could you please assign the task. If not, please clarify. |
Hey, can you assign this issue to me. |
It's already resolved by #220 |
Why this issue isn't close ? and also labelled with bounty. If there any job left here, plz provide context So ppl can resolve it or else maintainers can close it. |
Screencast from 03-03-24 11:31:28 AM IST.webm
When you are watching videos say on 1080p on the website and in the quality list if we select 1080p it reloads, but it should not.
Please assign this issue to me, i am part of your 0-100 cohort2; i have found the files from where this issue can be solved.
The text was updated successfully, but these errors were encountered: