We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please let me know any sample or way to play youtube or vimeo video using vue-video-player module .
I have tried to include videojs-youtube or videojs-vimeo, but its not work for me.
Thanks.
The text was updated successfully, but these errors were encountered:
videojs/videojs-vimeo#118 videojs/videojs-youtube#465
videojs 5 https://github.com/surmon-china/vue-video-player/tree/v3.1.4
videojs 5
Sorry, something went wrong.
There is no example... Please give us example with YouTube or vimeo..
Browse 1h to find out, anyways. how to add any plugin: https://github.com/surmon-china/vue-video-player/tree/v3.1.4
Basically,
//install via npm require('videojs-youtube'); // add any plugin first and then import { videoPlayer } from "vue-video-player"; //for youtube options be like, playerOptions: { fluid: true, techOrder: [ 'youtube'], sources: [{ type: "video/youtube", src: "https://www.youtube.com/watch?v=sLJwJ-phroc" }], poster: "/static/img/backgrounds/feature-video.jpg" }
No branches or pull requests
Please let me know any sample or way to play youtube or vimeo video using vue-video-player module .
I have tried to include videojs-youtube or videojs-vimeo, but its not work for me.
Thanks.
The text was updated successfully, but these errors were encountered: