1 Star 0 Fork 1

艾合/PHP-FFmpeg-video-streaming

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

📼 PHP FFmpeg - Video Streaming

Total Downloads

This package utilizes FFmpeg to bundle media content for online streaming, including DASH and HLS. Additionally, it provides the capability to implement DRM for HLS packaging. The program offers a range of options to open files from cloud storage and save files to cloud storage as well.

Documentation

Full Documentation is available describing all features and components.

Basic Usage

use Streaming\Representation;

$r_360p  = (new Representation)->setKiloBitrate(276)->setResize(640, 360);
$r_480p  = (new Representation)->setKiloBitrate(750)->setResize(854, 480);
$r_720p  = (new Representation)->setKiloBitrate(2048)->setResize(1280, 720);

$video->hls()
    ->x264()
    ->addRepresentations([$r_360p, $r_480p, $r_720p])
    ->save();

Get from Basic and Pro packages for Video Streaming

Our platform empowers businesses to expand their reach globally by delivering exceptional video streaming experiences. Enjoy unmatched reliability, scalability, and high-definition quality across a diverse range of devices, ensuring your content captivates audiences worldwide.

Plans

Features / Plans Basic Pro
Authentication
Access-control list (ACL)
Video On-Demand (HLS and DASH)
HLS Encryption(Single key and key rotation)
Video Quality Settings: Manually Choose from 144p to 4k or auto mode
Real-Time Progress Monitoring: progress bar to display the live upload and transcoding progress
Dark and light theme
Live Streaming: From Browser Webcam, IP Cameras, Live Streaming Software ⛔️
Bespoke player design: Crafted to perfectly align with your brand identity and user preferences. ⛔️
Add Subtitles and Audios: add different subtitle and audio files to stream ⛔️
Monetization: Subscriptons/pay-per-view/ads ⛔️
Advanced Analytics: Views/Watched hours/Visited countries and more ⛔️
Robust DRM Systems: Widevine, FairPlay Streaming and PlayReady ⛔️
Social Media Integration: Like, Comment, Share and embed videos ⛔️
Cloud-based CDN: Accelerates content delivery worldwide through integration with major cloud storage providers such as Amazon S3, Google Cloud Storage, and Microsoft Azure. ⛔️
Tailored features: We can integrate any specific functionality you require into your platform. ⛔️
Support 3 Months Customizable
Online Demo See Online Demo Book Free Demo
Get GET CONTACT US
We tailor OTT platforms to exact client specifications, offering flexible and affordable pricing.

Contributors

Your contribution is crucial to our success, regardless of its size. We appreciate your support and encourage you to read our CONTRIBUTING guide for detailed instructions on how to get involved. Together, we can make a significant impact.

Made with contrib.rocks.

License

The MIT License (MIT). See License File for more information.

MIT License Copyright (c) 2019 Amin Yazdanpanah <www.aminyazdanpanah.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
README
MIT
取消

发行版

暂无发行版

贡献者

全部

语言

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/torghay/PHP-FFmpeg-video-streaming.git
git@gitee.com:torghay/PHP-FFmpeg-video-streaming.git
torghay
PHP-FFmpeg-video-streaming
PHP-FFmpeg-video-streaming
master

搜索帮助