Playing vimeo videos in videojs - video.js

I am using videojs-vimeo plugin in my web application to reproduce the live streaming.
It works very well but I am not able to customize the control bar.I would like to hide with css the vimeo control bar and to use my custom videojs control bar.
Is it possible?
Thanks a lot.

Related

vb.net | How to play youtube video or DropBox video in Forms?

I am trying to play a video from my dropbox or from youtube in VB.NET.
Tried it with the media player and with the web browser, but both are much too old.
And doesn't work properly. Do you have any tips?
AxMediaPlayer, WebBrowser doesnt work. It is way to old!

How to add screen sharing functionality to Agora React Web UI Kit?

I am using Agora Web UI Kit to make a video calling application. the problem is that by default it only provides video and audio functionality.
How can I add screen sharing to my app?
I searched a lot but couldn't find any good solution.

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.

Google Play Books enhanced with video not working

I am developing an enhanced ebook for Google Play Books in fixed layout epub. I am using Adobe Indesign to develop this ebook. I am having great difficulty adding videos in my ebook. I have exhausted all possible options to embed the video. I have tried HTML5 video tag as suggested by the official Google support. I have tried to embed youtube video using an iframe but no luck.
When I upload my ebook to GPB it doesn't display any video in case of HTML5 and in case of iframes iframe takes some real estate but shows up blank. The iframe however does show on web version of the app and videos stream alright.
How can I embed videos successfully in my ebook? either HTML5 or iframe will do for me.

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.