Coder Social home page Coder Social logo

zszu / php-ffmpeg-video-streaming Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quasarstream/php-ffmpeg-video-streaming

0.0 0.0 0.0 4.87 MB

๐Ÿ“ผ Package media content for online streaming(DASH and HLS) using FFmpeg

Home Page: https://www.quasarstream.com/op/php/ffmpeg-streaming?u=php-ff

License: MIT License

PHP 100.00%

php-ffmpeg-video-streaming's Introduction

๐Ÿ“ผ 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, Pro, and Enterprise packages for Video Streaming

Our service enables you to save a significant amount of time and resources, allowing you to concentrate on the essential features of your OTT platform without worrying about time-consuming boilerplate code. Our cost-effective solution starts at $78, giving you the flexibility to focus on your core competencies and accelerate your development process. By utilizing our service, you can improve your productivity, reduce your development time, and deliver top-quality results. Don't let the burden of writing boilerplate code slow you down; let us help you streamline your development process and take your OTT platform to the next level.

Project information

  • BACKEND: PHP - Laravel v11
  • FRONTEND: Javascript ES6 - React v18
  • CONTAINER: Docker

Plans

Features / Plans Basic Pro Enterprise
OAuth 2.0 (Login, Register) โœ… โœ… โœ…
Access-control list (ACL) โœ… โœ… โœ…
Video On-Demand โœ… โœ… โœ…
HLS โœ… โœ… โœ…
DASH โœ… โœ… โœ…
HLS Encryption(Single key and key rotation) โœ… โœ… โœ…
Video Quality Settings (Choose from 144p to 4k and auto mode) โœ… โœ… โœ…
Real-Time Progress Monitoring (progress bar to show the live upload and transcoding progress) โœ… โœ… โœ…
Dark and light theme โœ… โœ… โœ…
Live Streaming (From Browser Webcam, IP Cameras, Live Streaming Software) โ›”๏ธ โœ… โœ…
Custom player skin โ›”๏ธ โœ… โœ…
Subtitle โ›”๏ธ โœ… โœ…
Audio(add different audio file 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 videos) โ›”๏ธ โ›”๏ธ โœ…
Cloud CDN (Content Delivery Network to Clouds Like Amazon S3, Google Cloud Storage, Microsoft Azure and more) โ›”๏ธ โ›”๏ธ โœ…
Email Service โ›”๏ธ โ›”๏ธ โœ…
Support 3 Months 6 Months Customizable
Price $78 Custom Pricing Available
Get GET THE BASIC PACKAGES CONTACT US
We have demos available. Please CONTACT US to request one.
If you have any questions or doubts, please don't hesitate to contact Amin Yazdanpanah (admin) using this link.

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.

php-ffmpeg-video-streaming's People

Contributors

aminyazdanpanah avatar renovate-bot avatar skyeewers avatar b-vadym avatar digilist avatar mashsajid avatar finagin avatar edicleoberners avatar shalmor avatar taochangle avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.