Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork140
📼 Package media content for online streaming(DASH and HLS) using FFmpeg
License
quasarstream/python-ffmpeg-video-streaming
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This package utilizesFFmpeg to bundle media content for online streaming, including DASH andHLS. Additionally, it provides the capability to implementDRM for HLS packaging. The program offers a range ofoptions to open files from cloud storage and save files to cloud storage as well.
Full Documentation is available describing all featuresand components.
fromffmpeg_streamingimportFormats,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')
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.
| 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. | |||
Your contribution is crucial to our success, regardless of its size. We appreciate your support and encourage you toread ourCONTRIBUTINGguide for detailed instructions on how to get involved. Together, we can make a significant impact.
Made withcontrib.rocks.
The MIT License (MIT). SeeLicense File for moreinformation.
About
📼 Package media content for online streaming(DASH and HLS) using FFmpeg
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.

