aminyazdanpanah/php-ffmpeg-video-streaming
Composer 安装命令:
composer require aminyazdanpanah/php-ffmpeg-video-streaming
包简介
📼 PHP FFMpeg - Video Streaming - DASH, HLS http://video.aminyazdanpanah.com
关键字:
README 文档
README
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.
aminyazdanpanah/php-ffmpeg-video-streaming 适用场景与选型建议
aminyazdanpanah/php-ffmpeg-video-streaming 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 285.06k 次下载、GitHub Stars 达 538, 最近一次更新时间为 2019 年 01 月 22 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「s3」 「cloud」 「encryption」 「video」 「encoding」 「streaming」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 aminyazdanpanah/php-ffmpeg-video-streaming 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 aminyazdanpanah/php-ffmpeg-video-streaming 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 aminyazdanpanah/php-ffmpeg-video-streaming 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A SDK for working with B2 cloud storage.
Small library to access Microsoft Windows Azure Blob Storage with a Service or a StreamWrapper.
Easy to use SDK with grabber for multiple platforms at once like YouTube, Dailymotion, Facebook and more.
A simple PHP class to encrypt a string and decrypt an encrypted string
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
UCloud Resource (Cloud) Storage SDK for PHP
统计信息
- 总下载量: 285.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 544
- 点击次数: 30
- 依赖项目数: 6
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-22

