Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ffmpeg | 36,559 | 7 hours ago | 3 | other | C | |||||
Mirror of https://git.ffmpeg.org/ffmpeg.git | ||||||||||
Srs | 21,807 | a day ago | 93 | September 16, 2022 | 218 | mit | C++ | |||
SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. | ||||||||||
Hls.js | 12,940 | 381 | 439 | 15 hours ago | 1,685 | September 21, 2022 | 176 | other | TypeScript | |
HLS.js is a JavaScript library that plays HLS in browsers with support for MSE. | ||||||||||
Mediaelement | 8,010 | 78 | 45 | 2 months ago | 60 | September 07, 2022 | 183 | mit | JavaScript | |
HTML5 <audio> or <video> player with support for MP4, WebM, and MP3 as well as HLS, Dash, YouTube, Facebook, SoundCloud and others with a common HTML5 MediaElement API, enabling a consistent UI in all browsers. | ||||||||||
Owncast | 7,400 | 9 hours ago | 74 | July 07, 2022 | 138 | mit | TypeScript | |||
Take control over your live stream video by running it yourself. Streaming + chat out of the box. | ||||||||||
Mediamtx | 6,624 | 12 hours ago | 93 | mit | Go | |||||
Ready-to-use RTSP / RTMP / LL-HLS / WebRTC server and proxy that allows to read, publish and proxy video and audio streams. Formerly known as rtsp-simple-server. | ||||||||||
Ant Media Server | 3,739 | 2 | 5 | 9 hours ago | 45 | April 18, 2022 | 994 | other | Java | |
Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud. | ||||||||||
Restreamer | 2,792 | a month ago | 47 | apache-2.0 | HTML | |||||
The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server. | ||||||||||
Vidgear | 2,601 | 1 | 4 | 4 months ago | 18 | July 05, 2022 | 3 | apache-2.0 | Python | |
A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features :fire: | ||||||||||
Videojs Contrib Hls | 2,523 | 265 | 78 | 5 years ago | 142 | November 14, 2018 | other | JavaScript | ||
HLS library for video.js |
One file. Any browser. Same UI.
MediaElementPlayer: HTML5 <video>
and <audio>
player
A complete HTML/CSS audio/video player built on top MediaElement.js
. Many great HTML5 players have a completely separate Flash UI in fallback mode, but MediaElementPlayer.js uses the same HTML/CSS for all players.
MediaElement.js
is a set of custom Flash plugins that mimic the HTML5 MediaElement API for browsers that don't support HTML5 or don't support the media codecs you're using.
Instead of using Flash as a fallback, Flash is used to make the browser seem HTML5 compliant and enable codecs like H.264 (via Flash) on all browsers.
In general, MediaElement.js
supports IE11+, MS Edge, Chrome, Firefox, Safari, iOS 8+ and Android 4.0+.
It is strongly recommended to read the entire documentation and check the demo
folder to get the most out of this package. Visit here to start.
Since Sierra version, autoplay
policies have changed. You may experience an error if you try to execute play
programmatically or via autoplay
attribute with MediaElement, unless muted
attribute is specified.
For more information, read https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/
The full documentation on how to install MediaElement.js
is available at Installation.
A brief guide on how to create and use instances of MediaElement
available at Usage.
Additional features can be found at mediaelement/mediaelement-plugins.
MediaElement.js
has many options that you can take advantage from. Visit API and Configuration for more details.
Also, a Utilities/Features
guide is available for development. Visit Utilities/Features for more details.
If you want to contribute to improve this package, please read Guidelines.
NOTE: If you would like to contribute with translations, make sure that you also check mediaelement/mediaelement-plugins, and perform the
translations for the files suffixed as -i18n
.
A compilation of useful articles can be found here.
Changes available at Change Log.
For migrating mediaelement see Migration guide.
IMPORTANT: Before posting an issue, it is strongly encouraged to read the whole documentation since it covers the majority of scenarios exposed in prior issues.
New features and pending bugs can be found at TODO list.