Can i play Google Documents files with Jw-Player? - javascript

I want to play Google Doc. files with another player. (Mediaelement.js - JwPlayer..) because Google Doc. is using its own youtube player and I don't like it. Jw- player doesn't play these links.
Direct link: https://drive.google.com/file/d/0B1uSjTW2E4FGd1ozV3JIakE1NE0/edit?usp=sharing
embedLink: "https://video.google.com/get_player?ps=docs&partnerid=30&docid=0B1uSjTW2E4FGd1ozV3JIakE1NE0&BASE_URL=https://docs.google.com/"
How can I play on of them in Jw-Player, Mediaelements or an alternative player?

Related

Shift from Vimeo player to Videojs Player

I have developed an application that uses vimeo player to play videos.
Now I want to use locally hosted videos instead of vimeo.
I tried to convert my code to make use of videojs player instead of vimeo player.
But I didn't worked for me.
Is there any way, I can play locally hosted video using vimeo player? So I dont have to change code.
Are there any guide to help me convert from vimeo to videojs.
I am confused in video events and methods that need to translated.

How can i add subtitles to the video showing in my Web Application like courser and khan academy , i use Vimeo player to hosting my videos

I am working on Web Application (it is classroom ) and I need to show the subtitles under the video like Coursra , when the user starts the video the pointer go and select the subtitles
I Suggest you to use Video.js
VideoJS

Youtube controls accessibility report

I have the following iframe:
<iframe src="http://www.youtube.com/embed/{{ item.getFieldCollectionItem().field_youtube.value }}?playsinline=0&rel=0&showinfo=0&controls=2&modestbranding=1&autohide=1" frameborder="0" width="300" height="169"></iframe>
however the the buttons generated from the API don't have text inside making them inaccessible. The accessibility report I have it mentiones the following:
"Unlabelled 2 Button"
I assume referring to the "play" and "pause" buttons.
Is there a way to make these more accessible by having a descriptive text inside?
Instead of fiddling with what YouTube gives us, I would recommend using a third-party video player that supports YouTube videos:
Able Player is available under the MIT licence. (Source code on GitHub.)
Plyr supports YouTube and Vimeo videos. The source code on GitHub is available under the MIT licence.
Video.js also supports YouTube videos if you add its YouTube plug-in.
There are other video players that devote attention to accessibility, but not all of them support YouTube videos.

Integrating .html extensions with VideoJS?

So i'm using the VideoJS HTML5 video player
on my in progress video streaming website.
The problem i've encountered is that the player has no problem playing links that end in the
(.MP4) extension. But the way my site functions is it acts as a video aggregator
by pulling links from various websites, the websites are similar to this one
taking that website link for example >
Notice how it ends with the .html extension and when you go to it, it has it's own unique video player, what I want to do is to be able to play that video in video js.
My aggregator saves links to the videos (.html , .php) and not the actual video file itself, is there a way of achieving this? or is it impossible? thanks!

Creating Subtitles with video hosted on Vimeo server

I need help with the Creating/Adding subtitles in sync with the video hosted on vimeo server. This video is embedded in a HTML page. I have the subtitles saved in .srt /.vtt / Notepad files.
Kindly suggest me the best possible options which can also used for commercial purpose. Please see the below image screensot
Customized player with vimeo is pseudo-impossible, but you can use subtitles with the follow link.
Your welcome:
https://github.com/Yomguithereal/vimeo-srt

Categories

Resources