Youtube videos with Cuepoint JS - html5-video

Is there any way to handle Youtube videos with Cuepoint JS http://cuepoint.org?
Or do you know any alternative?
I tried popcorn.js but it is complex and i'd have i'd have to make a lot of changes at the Youtube player because it doesn't request HTML5 videos and so on...
And the Video.js also has problems to handle Youtube videos...
I don't want to write one skript for the normal HTML5 player and a diffrent skript Youtube player.

And captions/subtitles to video-js youtube playlist player
http://bestimage.x10.mx/Playlist_yt/YouTube_PlayList.html

Related

How do I get the video category associated with a youtube video from the video url?

I'm wokring on a personal project where I need to get the video category associated with a youtube video from the video url but I can't seem to find a solution. The Youtube API gives me a list of video categories but not assocaited with any specific video.
My code is basically scratched.

Play video with subtitles - Vue.js

Currently I have a working app which streams movies using torrents. I would like to add subtitles functionality to this app. Currently I'm streaming the movies to a HTML5 video tag. Are there any media players components which supports subtitles searching? If not, what's the best approach to implement such a thing?

Play Multiple format Video, and audio file in Application

Hi I am developing Live TV and Radio mobile app. So I wanted to play multiple type video file in one player. Mostly Application play live streaming Video and audio files. I also wanted to play YouTube video also through player. So is there any library or sdk available.
For video and audio files you can use GUIPlayer.
For playing youtube video you have to use Youtube Player.
In single custom you have to use the respected player

Can I use Video.JS as an audio player?

Can I use Video JS as an audio player if I did the following:
changed the <video> tags to <audio>
Removed the video area (where the video is shown)
Would more than that be required? I love the player and would like a matched style as the rest of my website (with the websites video players that use VideoJS).
VideoJS has rolled out an update to support audio playback.
Video.js 4.9 - Now audio can join the party!
VideoJS currently does not support audio, but there is an open issue on GitHub.
In the meantime you could have a look at videojs-playlist, which is a plugin for Video.js

Playing youtube/vevo videos on iOS

I've seen the Google blog article explaining the way to embed youtube videos in an iOS app. I've successfully embed videos in my iOS app. BUT, I've seen the WhoSampled app where they are able to play Vevo/youtube videos. Somehow they are able to play those videos and my app is not able to play them. (In my app, there is a blue play circle with a line through it showing that is not playable.)
How do I allow those videos to be playable?
Do I have to setup the youtube link in a specific way or is there a way I need to setup the developer key?
There is a way to get the actual video stream for a given YouTube video instead of the HTML-embedded one. See this project:
https://github.com/hellozimi/HCYoutubeParser
The problem with this approach is that it will likely violate the EULA of YouTube APIs, especially if you are releasing it in a paid application:
In addition, please remember that attempting to play a YouTube video outside of either the YouTube embedded, custom or chromeless player is strictly prohibited by the API Terms of Service.
(source: https://developers.google.com/youtube/creating_monetizable_applications)
You just have to use the iframe embed as opposed to the Flash one.