1) Sublime Video – A HTML 5 Video Player

Sublime Video is a HTML5 Video Player, users can play videos without the need of browser plugins or Flash dependencies. It supports Full-window mode with sleek zoom-in/out transitions. There are more advanced controls on a draggable pane. Sublime Video will be soon released for free (at least for non-commercial use).

最好免费的 HTML5 & JS 网站视频播放器

Requirements: Safari 4.0.4+, Google Chrome 4.0+, IE with Chrome Frame
Demo: http://jilion.com/sublime/video
License: License Free

回到顶部

2) VideoJS – HTML5 Video Player with Pure CSS Skins

VideoJS is an HTML5 Video Player with 3 core parts: An embed code (Video for Everybody), a Javascript library (video.js), and a pure HTML/CSS skin (video-js.css). Using Video for Everybody as the embed code means you know it’s compatible with many devices (including ones without javascript).

The javascript library fixes browser & device bugs, and makes sure your video is even more compatible across different browser versions. The pure HTML5/CSS skin ensures a consistent look between HTML5 browsers, and easy custom skinning if you want to give it a specific look, or brand it with your own colors.

最好免费的 HTML5 & JS 网站视频播放器

Requirements: HTML5
Demo: http://videojs.com/
License: LGPL License

3) Subtitle & Caption Your Videos Easily with Viewers

The lack of captions and subtitles on video is a major obstacle for people with hearing disabilities and a huge language barrier for the whole world. Universal Subtitles want to give individuals and communities the power to overcome these barriers. The tools they are building are free and open source and will make the work of subtitling and translating video simpler, more appealing, and, most of all, more collaborative.

Universal Subtitles make it easy for anyone to add subtitles, captions, or translate nearly any video on the web. You add their widget to your videos. Then you and your viewers can add subtitles, which anyone can watch.

最好免费的 HTML5 & JS 网站视频播放器

Requirements: -
Demo: http://universalsubtitles.org/
License: AGPL License

4) FlowPlayer Open Source Flash Video Player for Web

FlowPlayer is a Flash media player. You can use it on your HTML pages to play video files. “It is your personal YouTube”. It is highly customizable which upports all the features you’ll possibly need and these features can be configured the way you like. Look and feel is important to us. FlowPlayer’s skin is flexible and will smoothly melt into your site. Progressive downloading, solid streming, long play features, playlists, fullscreen mode and etc… Everything you’ll need to provide rich user experience. Flowplayer is licenced under the GPL license so it’s free too.

最好免费的 HTML5 & JS 网站视频播放器

Requirements: Flash 9
Demo: http://flowplayer.org/
License: GPL License

5) Fluid Width Videos Embeds for Responsive Web Design

FitVids.js is a lightweight, easy-to-use jQuery plugin for fluid width video embeds. FitVids automates the Intrinsic Ratio Method by Thierry Koblentz to achieve fluid width videos in your responsive web design.

Have a custom video player? They have a customSelector option where you can add your own specific video vendor selector too. FitVids.js is released under the WTFPL license.

最好免费的 HTML5 & JS 网站视频播放器

Requirements: jQuery Framework
Demo: http://fitvidsjs.com/
License: WTFPL License

6) HTML5 Video Voting & Populate Bar Graph in Timeline

HTML5 Video Voting allows you to gather feedback on your videos. Voting is exquisitely simple. All you do is click on the video and use the spacebar to submit your vote, it will automatically populate the bar graph.

When you vote, it is added to that section of the videos timeline. This allows a viewer to quickly assess the most intriguing segments of the video and quickly jump to those sections by clicking on the bar graph. The player is tested in FireFox 4+, Chrome 10+, and Safari 4+ but may very well work in others.

最好免费的 HTML5 & JS 网站视频播放器

Requirements: jQuery Framework
Demo: http://www.zurb.com/playground/html5-video-voting
License: MPL License

7) An Event System for HTML5 Media Developers

Popcorn.js is an event system for HTML5 media developers. Think jQuery for video. You can leave the heavy lifting to Popcorn, and concentrate on what you do best: writing awesome code.

Popcorn.js utilizes the native HTMLMediaElement properties, methods and events, normalizes them into an easy to learn API, and provides a plugin system for community contributed interactions. Popcorn has dozens of plugins for common services and APIs, ranging from Twitter, to Maps, to media events, and more. But if it doesn’t do what you need right now, you can write your own plugins quickly and easily.

最好免费的 HTML5 & JS 网站视频播放器

Requirements: -
Demo: http://mozillapopcorn.org/popcornjs/
License: MIT License

8) ToobPlayer – Lightweight FLV YouTube Video Player

ToobPlayer is a lightweight FLV player component that comes in five flavors, provides a mechanism to play back YouTube videos, and can also display preview images. Nowadays, YouTube is more popular than you can imagine. A lot of people upload their videos on YouTube. It would be very useful when you would like to embed some Youtube videos on your site.

ToobPlayer is resizable with full-screen mode. It allows several video resize modes. It gives you loading status feedback. It supports mouse-wheel (Seeking/Volumn Control). And you can customize ToobPlayer easily as well.

最好免费的 HTML5 & JS 网站视频播放器

Requirements: Adobe Extension Manager
Demo: http://emehmedovic.com/xmca/toobplayer/
License: MIT License

9) Set YouTube Video as Background with Tubular jQuery Plugin

Tubular is a jQuery plugin that lets you set a YouTube video as your page background. Usage is straightforward and requires JavaScript and the Flash player to be installed and functional on the client’s browser. tubular is dependent on jQuery and swfobject.

Just attach it to your body tag, specify a YouTube video ID and tell it the ID of your content wrapper, and you’re on your way. Please note, tubular must be deployed on a web server to function. The YouTube player will not work when loaded into your browser from your machine.

最好免费的 HTML5 & JS 网站视频播放器

Requirements: jQuery and Flash
Demo: http://code.google.com/p/jquery-tubular/
License: MIT License

回到顶部

10) Open Source Media Player in jQuery & HTML5

The mediafront platform is an open source (GPLv3) front end media solution for the web. Through its integration with popular content management systems, it employs an innovative and intuitive interface that allows any website administrator to completely customize the front end media experience for their users without writing any code.

In addition to this amazing module included is the OSM (Open Standard Media Player) Player. This media player is open source (GPL) media player that is built to dynamically deliver any type of web media, including HTML5, YouTube, Vimeo, and Flash.

最好免费的 HTML5 & JS 网站视频播放器

Requirements: jQuery Framework
Demo: http://www.mediafront.org/project/osmplayer
License: MIT License

11) How to Build a Custom HTML5 Video Player with jQuery

As professional web designers, we want to create a video player that looks consistent across browsers. Each browser however provides its own different look and feel for the player, from the minimal approach of Firefox and Chrome, to the more shiny controls of Opera and Safari. If we want our controls to look the same across all browsers, and integrate with our own design, we’ll have to create our own controls from scratch. This is not as hard as it seems.

All media elements in HTML5 support the media elements API, which we can access using JavaScript and use to easily wire up functions such as play, pause, etc. to any buttons we create. Because the native video player plays nicely with other open web technologies, we can create our controls using HTML, CSS, SVG or whatever else we like.

Article: Building a custom HTML5 video player with CSS3 and jQuery taught us how to build an easily customizable HTML5  player, including packaging it as a simple jQuery plugin, choosing control types and outputting custom CSS for your own situation.

最好免费的 HTML5 & JS 网站视频播放器

Source: Building a custom HTML5 video player with CSS3 and jQuery

回到顶部

12) The jQuery HTML5 Audio / Video Library

jPlayer is the completely free and open source (GPL/MIT) media library written in JavaScript. A jQuery plugin, jPlayer allows you to rapidly weave cross platform audio and video into your web pages. jPlayer’s comprehensive API allows you to create innovative media solutions while support and encouragement is provided by jPlayer’s active and growing community.

It is easy to get started and deploy in minutes. It’s totally customizable and skinnable using HTML and CSS. It has been tested on Firefox, Chrome, Opera, Safari, IE6, IE7, IE8, IE9.

最好免费的 HTML5 & JS 网站视频播放器

Requirements: jQuery Framework
Demo: http://www.jplayer.org/
License: MIT License

最好免费的 HTML5 JS 网站视频播放器收集相关推荐

  1. js插件---10个免费开源的JS音乐播放器插件

    js插件---10个免费开源的JS音乐播放器插件 一.总结 一句话总结:各种插件都有很多,多去找. 二.js插件---10个免费开源的JS音乐播放器插件 亲测可用 音乐播放器在网页设计中有时候会用到, ...

  2. php项目网页音乐播放器插件,10个免费开源的JS音乐播放器插件

    10个免费开源的JS音乐播放器插件 三月 24, 2015 评论 (3) Sponsor 音乐播放器在网页设计中有时候会用到,比如一些时尚类.音乐或影视类等项目,但这些网页播放器插件比较少见,所以这里 ...

  3. html 阅读swf,网页嵌入式 HTML5+Flash(swf) 视频播放器

    2016年06月1日: 今天发了篇博文要用到视频播放器,发现之前收集的都不怎么好用, 博客又没播放器插件,重新整理出这个方便调用的播放器顺便分享下=-= HTML嵌入代码://优先使用 HTML5 V ...

  4. html原生音频播放器倍速,HTML5倍数功能视频播放器(加速2倍,1.5倍播放)

    HTML5倍数功能视频播放器(加速2倍,1.5倍播放) 倍数功能视频播放器的应用: 培训场景,教育教学场景下,可以倍速观看视频,比如1.5倍,2倍的速度观看视频,可以更快速的看完课程,节省时间. va ...

  5. 使用html+js实现视频播放器

    使用html+js实现视频播放器 新手第一次发CSDN,请多关照 今天我来整理一下视频播放器,主要是javaScript部分. 首先是html部分(我这里只贴出关键部分,其他修饰网页的部分在末尾完整实 ...

  6. html5 无插件视频播放器,多功能流媒体播放器网页无插件直播EasyPlayer.js如何实现播放完自动循环播放...

    原标题:多功能流媒体播放器网页无插件直播EasyPlayer.js如何实现播放完自动循环播放 EasyPlayer-Android播放器是一款可针对RTSP.RTMP.RTSP&RTMP协议进 ...

  7. html5视频播放器原理,HTML5 - 两款基于JS的视频播放器的使用说明(VideoJS和jPlayer)...

    通常我们使用HTML5播放器播放视频时,还要考虑浏览器兼容.像IE8这种不支持的古董级浏览器,就需要提供Flash播放器作为备用方案.这些如果都要自己弄就很麻烦. 这里推荐两个好用的HTML5媒体播放 ...

  8. [h5]一个基于HTML5实现的视频播放器代码详解

    什么是 HTML5? HTML5 是最新的 HTML 标准. HTML5 是专门为承载丰富的 web 内容而设计的,并且无需额外插件. HTML5 拥有新的语义.图形以及多媒体元素. HTML5 提供 ...

  9. html5支持4k视频播放器,哪个是最好的4K视频播放器?五个最佳播放软件(个人经验)...

    哪个是最好的4K视频播放器? 4K视频使用什么播放器?这是每个人问得最多的问题. 4K老实决定与您分享播放4K视频的经验,并推荐几种常用的4K视频播放器. ▌播放软件: PowerDVD ▌推荐指数: ...

最新文章

  1. VirtualBox 使用 NAT 方式网络的 SSH 连接
  2. python界面散点图_Python数据可视化——散点图
  3. 10-9-堆排序-内部排序-第10章-《数据结构》课本源码-严蔚敏吴伟民版
  4. 虚拟机和java虚拟机
  5. [BZOJ1177][Apio2009]Oil
  6. python max取下标_Python 变量类型总结
  7. python内建函数有哪些_Python内建函数大全(一)
  8. php和python-PHP和Python如何选择?或许可以考虑这三个问题
  9. C#经典面试题及答案 (3)
  10. UML建模工具最近更新(-2022年7月)(1)Papyrus、EA
  11. 《网络流量分类》部分插图
  12. ArcMap中设置字体符号Character Marker Symbol指定某字的unicode
  13. python保存快捷键是什么_python中的快捷键
  14. 第七章 DirectX 数学向量,碰撞检测和粒子系统(上)
  15. vce数学考试能用计算机,准备VCE数学考试的诀窍,从一本出色的笔记开始!
  16. sqlserver 根据旧表创建新表
  17. 计算机器设备重置成本时不应计入的费用是,自考《资产评估00158》章节试题:第3章...
  18. 中南大学实验室安全知识 网上学习6小时的小工具,小技巧
  19. 穿山甲广告SDK手动初始化解决方案
  20. 解决firefox火狐浏览器无法看支持html5视频又不想装flash的方法

热门文章

  1. 烂泥:使KVM显示VM的IP地址及主机名
  2. 《转》武​汉​的​I​T​公​司
  3. Oracle技术之串行隔离对延迟段和INTERVAL分区的支持
  4. 巧用ASP.NET预编译Web应用程序规避调用延迟,徐汇区网站设计
  5. 数据分析工具有哪些类型
  6. 大数据分析平台如何选择
  7. 大数据平台的搭建和数据分析
  8. python人机对战的实验步骤_人机对战初体验:Python实现四子棋游戏
  9. 删除下拉框只找23火星软件_下拉框搜索就找23火星软件/下拉框软件速来火星下拉...
  10. 手把手教你0基础C语言速通