Skip to content
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

videoJS still gets playlist although I call pause() #1380

Closed
prdcvchuvanthang opened this issue Mar 16, 2023 · 4 comments
Closed

videoJS still gets playlist although I call pause() #1380

prdcvchuvanthang opened this issue Mar 16, 2023 · 4 comments
Labels
answered Issue has been closed because we believe it has been answered. Can be re-opened if issue persists.

Comments

@prdcvchuvanthang
Copy link

prdcvchuvanthang commented Mar 16, 2023

Description

I have some HTML5 video tags on the same page. When I try to pause the video, the video works as expected however I discover that the videoJS still running to get the playlist from my .m3u8 (https://example.m3u8).

Sources

N/A.

Steps to reproduce

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

  1. Init player with videojs(id, options);
  2. Play video
  3. Pause the video by call window.player.pause();

Results

Expected

  1. Video pause and stop loading the playlist

Error output

  1. Still loading the playlist

Additional Information

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

videojs-http-streaming version

v3.1.0

videojs version

v5.15.0

Browsers

Chrome
*

Platforms

Windows 10, Android
*

Other Plugins

N/A
*

Other JavaScript

N/A
*

@video-archivist-bot
Copy link

Hey! We've detected some video files in a comment on this issue. If you'd like to permanently archive these videos and tie them to this project, a maintainer of the project can reply to this issue with the following commands:

@welcome
Copy link

welcome bot commented Mar 16, 2023

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@misteroneill
Copy link
Member

Buffering doesn't have any relationship to the playing or paused state of the player. This is expected behavior.

@misteroneill misteroneill added the answered Issue has been closed because we believe it has been answered. Can be re-opened if issue persists. label Mar 31, 2023
@prdcvchuvanthang
Copy link
Author

@misteroneill
Thanks for your answer. Close this topic here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered Issue has been closed because we believe it has been answered. Can be re-opened if issue persists.
Projects
None yet
Development

No branches or pull requests

3 participants