Videos.js bypass embed video - video.js

Is it possible to bypass url link to my own-host name and get a video content from actual host like Vimeo by videojs.
where could i edit in .js file or something? I don't know how to do it.
Thank you!

There is a vimeo plugin for videojs: https://github.com/eXon/videojs-vimeo
This lets you use videojs to show vimeo videos.

Related

How to add a video in nuxtjs and load them in the page. Help me pls

Video uploading and Viewing
I want to upload videos in a page and display or load them in the webpage.
#nuxtjs/cloudinary is the perfect module for that one and you'll probably not find a better service for a simple upload + optimized serving of both your images and videos.
The VueJS SDK documentation may also be useful.

How to give download option in vimeo player in reactnative?

So I am designing an reactnative app where I need to embed vimeo video player.
Can I give my users an option to download the video for offline mode ?
How can I restrict the downloaded file in app itself like netflix does?
Is that possible? PLease guide.

m3u8 url not working with video.js 7.0 lib

Here is the live example give by video.js -> https://jsbin.com/gejugat/edit?html,output
I just pasted my m3u8 url but it is not working. I am not able to figure out if there is something wrong with m3u8 url.
here is m3u8 url
https://d2h15f8k35zmv7.cloudfront.net/output/875AE0BD-8A48-40B2-964F-31B2D91D49C6.m3u8
I also used hls.js (https://github.com/video-dev/hls.js/), for it same url is working fine. Could someone help me with this?
Console within chrome states a status of 'canceled' when i try to play it, maybe some DRM?

mediaelement.js & Dropbox video link

I was looking for a plugin that could play both audio and video files and was happy to come across mediaelement.js. I host all of my audio and video from Dropbox. The audio is playing fine but the video does not, just hangs on the loading screen.
I saw another thread posted here with no response. Below is the shortcode I'm using:
[video src="https://www.dropbox.com/s/udprb5o5p3n6uu8/WCN.mp4" width="242" height="136" poster="http://wellsmartsolutions.com/video/video.png"]
Not other plugins are active that would be causing any conflict. What am I doing wrong?
Try this URL instead: https://dl.dropboxusercontent.com/s/udprb5o5p3n6uu8/WCN.mp4. I've changed the domain to dl.dropboxusercontent.com per https://www.dropbox.com/help/201. This links directly to the video rather than a web page that previews the video.

Youtube video won't load into webView

I am trying to load my video into a webview.
When I use this link. It won't work.
http://www.youtube.com/v/066PWBKrh6k&autoplay=1
But when I try this link. It's the same video but the link is a little bit different. It won't work. Any idea what the problem can be?
http://www.youtube.com/watch?v=066PWBKrh6k&autoplay=1
Kind regards.
You are linking to a flash file. IOS wont play flash. the /v/id path links to a swf for clarification, while the watch link is something IOS might have a handler for to accept standard youtube links but play them in the youtube app. What you really want is a straight url to a mp4 file / h264 which ios will happily play in it's media controls. Youtube will not give you this because the video isn't branded, the branding is an overlay of their flash / html5 player. Your best bet is to use the actual youtube javascript api to embed a html5 player, or at least something compatible with IOS. Or just link to an address IOS has a registered handler for.