Can I use Video.JS as an audio player? - video.js

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

Related

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

using VideoJS VAST plugin without video content

I want to display ads with VAST ad tag and with a HTML5 player. I'm currently trying to use videoJS with Vast Ads Plugin and I'm noticing I can't get the videoJS player to work without having a video content (video element with a src attribute for the video content).
Does anyone know a simple way to use a video player for just ads from VAST, and without video content? Google IMA3 SDK allows that, but I'm now looking for video plugins to cover IE use case (which Google IMA3 SDK does not cover).
Thank you!
There is a dirty way to do this. You can get the ad video url from the plugin that already parsed by it. Then just paste as src to video tag.
If the player you are using support only running pre-roll, that's obviously the best choice. Since that's likely not the case, I would recommend creating a small 1 second long black video MP4 and setting it as the content, with all video controls disabled. This was the lowest friction solution for me, as I didn't need to ask the player anything special of the player. The pre-roll plays, and the user briefly sees black at the end, which may not really be noticed.

Youtube videos with Cuepoint JS

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

HTML5 IE 9 .mov

I have a problem about html5 video playing on IE 9
I'm using .mov to play the video.
Some of videos play but some is not play.
Example:
I clicked video1.mov and it play.
I clicked video2.mov and it is not play.
Is there a problem about the codec of the video?
What should I do?
Thanks.
EDIT:
Check this image.
http://i.stack.imgur.com/iXwCK.png
Left Side Image - That video is play.
Right Side Image - That video is not play.
May be it is because of the codec. I think it requires video encoding with the H.264 codec and audio encoding with the ACC codec.
Did you download these files separately or encoded them massively together?
If you downloaded them separately, it may because of different encoding codecs.