๐ผ PHP FFmpeg - Video Streaming
, (*1)
, (*2)
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., (*3)
Documentation
Full Documentation is available describing all features
and components., (*4)
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
, (*5)
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., (*6)
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., (*7)
, (*8)
Made with contrib.rocks., (*9)
License
The MIT License (MIT). See License File for more
information., (*10)