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

Unable to play unlisted Vimeo videos #27

Open
daggmano opened this issue Dec 27, 2019 · 3 comments
Open

Unable to play unlisted Vimeo videos #27

daggmano opened this issue Dec 27, 2019 · 3 comments

Comments

@daggmano
Copy link

On Vimeo, unlisted videos may be played using the URL format https://vimeo.com/[video_id]/[unlisted_hash]. It would would be great if an unlisted_hash could be passed in to allow for this.

@lvidal1
Copy link

lvidal1 commented Dec 1, 2021

@daggmano did you find any workaround for this?

@BenColwell131
Copy link

BenColwell131 commented Oct 27, 2023

@daggmano @lvidal1 Did you ever find a solution to this?

@BenColwell131
Copy link

BenColwell131 commented Oct 27, 2023

For anyone finding this in the future, you can workaround this quite easily by setting the Vimeo option 'h' to the unlisted_hash

e.g.

<ModalVideo
          channel='vimeo'
          isOpen={isModalOpen}
          videoId={video_id}
          onClose={() => setIsModalOpen(false)}
          vimeo={{
            h: unlisted_hash,
            ...
          }}
/>

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

No branches or pull requests

3 participants