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

useVideo.story.tsx - sampleVideo can not be loaded #2513

Open
ronnykind opened this issue Aug 4, 2023 · 3 comments
Open

useVideo.story.tsx - sampleVideo can not be loaded #2513

ronnykind opened this issue Aug 4, 2023 · 3 comments

Comments

@ronnykind
Copy link

The sample video can not be loaded

go to https://streamich.github.io/react-use/?path=/story/ui-usevideo--demo
open the useVideo-story in chromeBrowser - in network-tab of the BrowserDeveloperTools you can see the video can not be loaded.
The browser tries to load the video over https, but the video is served over http.

A little about versions:

  • OS: MacOS 13.4.1
  • Browser (vendor and version): Chrome - Version 115.0.5790.114 (Offizieller Build) (x86_64)

it seems since chrome uses stricter security, loading this video does not work

to serve the video over https should solve this issue. :)

@joeljtomy
Copy link

video sample over https is available here https://www.w3schools.com/tags/mov_bbb.mp4

The sample video can not be loaded

@joeljtomy
Copy link

made changes in a pull request #2515

waiting for approval

@ronnykind
Copy link
Author

ronnykind commented Aug 14, 2023

i tested this branch and the useVideo-story-issue is solved now
and useFullscreen.story works too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants