Package media content for online streaming(DASH and HLS) using ffmpeg
Project description
📼 Python FFmpeg Video Streaming
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
from ffmpeg_streaming import Formats, Bitrate, Representation, Size
_360p = Representation(Size(640, 360), Bitrate(276 * 1024, 128 * 1024))
_480p = Representation(Size(854, 480), Bitrate(750 * 1024, 192 * 1024))
_720p = Representation(Size(1280, 720), Bitrate(2048 * 1024, 320 * 1024))
hls = video.hls(Formats.h264())
hls.representations(_360p, _480p, _720p)
hls.output('/var/media/hls.m3u8')
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: Python - Django v5
- 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 | ⛔️ | ✅ | ✅ |
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. |
Screenshots
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for python_ffmpeg_video_streaming-0.1.16.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc4ab939e9008bfe1b92829e0bd2ecd734d2e943141303f9133c07cd391beb1c |
|
MD5 | 1ef7f43d450c4f1a95655b2579a8494e |
|
BLAKE2b-256 | aac9a8c70e927d7f86b4934fdf8f079116cce99a74e0bf7fbd65afdf2ab2656d |
Hashes for python_ffmpeg_video_streaming-0.1.16-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5afd95f10dcf397ebf3552191c8618e8c5ae904ea57292a98b0f4b6bd53f1360 |
|
MD5 | 75f356c56eee3b61d2d476f8dd9b60f8 |
|
BLAKE2b-256 | 951d4a03cc2dd8886c0305822446ae52d772acbe8ff8dcc262d3704df3c1f55e |