Showing 26 open source projects for "hls"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1
    PHP FFmpeg - Video Streaming

    PHP FFmpeg - Video Streaming

    Package media content for online streaming(DASH and HLS) using FFmpeg

    PHP FFmpeg - Video Streaming is a high-level PHP library designed to package and prepare video content for modern streaming platforms using FFmpeg. It acts as a wrapper around PHP-FFMpeg, enabling developers to generate adaptive bitrate streams compatible with protocols like DASH and HLS. The library supports multiple video representations, allowing seamless playback across varying network conditions. It also includes encryption capabilities for DRM, making it suitable for secure media delivery. Developers can integrate cloud storage services to load and store media assets efficiently. The project emphasizes scalability and automation, enabling both on-demand and live streaming workflows. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    ZLMediaKit

    ZLMediaKit

    WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket

    ZLMediaKit is a high-performance C++11 media server and streaming SDK for real-time audio and video applications. It supports a wide range of protocols, including RTSP, RTMP, HLS, HTTP-FLV, WebSocket-FLV, GB28181, HTTP-TS, HTTP-fMP4, MP4, and WebRTC. The project is designed for protocol conversion, live streaming, low-latency playback, recording, forwarding, and large-scale client access. Its asynchronous, multithreaded network model makes it suitable for commercial streaming deployments with many concurrent connections. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    smart rtmpd

    smart rtmpd

    Multi-system-supported and easy-to-maintain streaming media server

    ...The server is designed to be lightweight and easy to deploy, requiring minimal configuration and no external dependencies. It supports a wide range of protocols including RTMP, HLS, DASH, RTSP, and WebRTC, making it suitable for diverse streaming environments. The system is built with scalability in mind, supporting clustering and cascading setups for large-scale deployments. It also includes features such as authentication, logging, and remote configuration through web interfaces. Overall, it provides a powerful yet simple solution for building streaming infrastructure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Restreamer

    Restreamer

    Complete streaming server solution for self-hosting

    ...It provides a browser-based interface that allows users to configure input sources such as IP cameras, OBS streams, or encoded video feeds, and distribute them to multiple destinations including YouTube, Twitch, and Facebook. Built with FFmpeg at its core, it supports protocols like RTMP, SRT, and HLS, enabling real-time streaming and transcoding across different platforms. The system runs easily in Docker environments and can be deployed on devices ranging from servers to Raspberry Pi, offering flexibility and scalability. It includes features like an HTML5 player, API access, snapshot generation, and audio processing, allowing integration into custom applications. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    audio_video_streaming

    audio_video_streaming

    Compilation of authoritative information on audio and video streaming

    ...The repository includes example implementations like multi-user video chat systems, WebRTC demos, and cross-platform media players to provide hands-on learning opportunities. It also documents widely used technologies such as RTP, RTMP, HLS, and WebRTC, helping users understand the full lifecycle of streaming pipelines from capture to rendering. In addition to educational materials, it references industry tools, libraries, and frameworks, making it a valuable roadmap for both beginners and advanced engineers. The project emphasizes structured learning paths and practical experimentation,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Superstreamer

    Superstreamer

    An open, scalable, online streaming setup

    Superstreamer is a self-hosted video processing and delivery platform designed to simplify the entire workflow from media ingestion to adaptive playback. It provides developers with tools to transcode video files into multiple quality levels and package them into streaming-ready formats such as HLS playlists. The system enables dynamic playlist generation, allowing insertion of elements like ads or bumpers directly into video streams. It supports scalable deployment through containerized environments and integrates storage backends like S3 for efficient media distribution. Superstreamer also includes a player abstraction layer that simplifies integration with frontend interfaces. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Video.js

    Video.js

    Open source HTML5 video player

    ...Video.js was built from the ground up for an HTML5 world, supporting video playback on both desktops and mobile devices, and on practically every modern browser. Aside from HTML5 video, Video.js also supports modern streaming formats like HLS and DASH, YouTube, Vimeo and even Flash thanks to an abundance of well-documented plugins. It looks great out-of-the-box, but you can style it your way with just a little extra CSS.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 8
    yt-dlp

    yt-dlp

    A youtube-dl fork with additional features and fixes

    yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project
    Downloads: 366 This Week
    Last Update:
    See Project
  • 9
    Laravel FFMpeg

    Laravel FFMpeg

    This package provides an integration with FFmpeg for Laravel

    This package provides an integration with FFmpeg for Laravel 10. Laravel's Filesystem handles the storage of the files. You can easily add a watermark using the addWatermark method. With the WatermarkFactory, you can open your watermark file from a specific disk, just like opening an audio or video file. When you discard the fromDisk method, it uses the default disk specified in the filesystems.php configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    Membrane Core

    Membrane Core

    The core of Membrane Framework, multimedia processing framework

    membrane_core is the foundation of the Membrane multimedia framework for Elixir, providing the abstractions and runtime needed to build real-time audio and video pipelines. It models media processing as a graph of lightweight, supervised OTP processes—elements connected by links—so work is isolated, fault-tolerant, and easy to scale or reconfigure at runtime. The core defines a clear lifecycle and callback API for elements, plus concepts like buffers, events, and capabilities/format...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    ThisVid Video Downloader

    Download ThisVid Videos & Save them to your computer

    ThisVid Downloader is a browser extension for saving supported ThisVid videos without switching to network inspectors, scripts, or external download tools. It detects the media stream used by the player, shows available quality options when present, and exports the final file as MP4 for offline playback.
    Downloads: 69 This Week
    Last Update:
    See Project
  • 12
    netjukebox - the flexible media share
    netjukebox is a web-based media jukebox for MPD, VideoLAN and Winamp/httpQ. It features real-time MP3 streaming from different audio formats. Download single tracks or a whole album in one zip file. For more information look at the netjukebox website
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Dynamite Download Manager

    Dynamite Download Manager

    PyIDM remake for downloading stuff

    Dynamite Download Manager is a powerful download manager equipped with multi-connections and a high-speed engine, designed to enhance your downloading experience. By utilizing multiple connections, DDM splits files into smaller segments and downloads them simultaneously, significantly increasing download speeds. Its advanced high-speed engine ensures faster and more efficient downloading, even for large files. DDM supports a wide variety of file formats, enabling you to download general...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    The Stream Detector

    The Stream Detector

    A Firefox addon for keeping track of manifests

    The Stream Detector is a browser extension and utility designed to detect and identify media streams embedded within web pages, particularly those using streaming protocols such as HLS or DASH. It scans network requests and extracts stream URLs, allowing users to access underlying media sources that may not be directly visible. The tool is useful for developers, researchers, and media enthusiasts who need to analyze streaming behavior or capture media sources. It supports integration with external tools such as FFmpeg or download managers for further processing. ...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15
    Golang HLS Streamer

    Golang HLS Streamer

    A server that exposes a directory for video streaming

    Golang HLS Streamer is a Go-based implementation of HTTP Live Streaming (HLS) functionality, designed to handle media segmentation and playlist generation for streaming applications. It provides tools for creating and managing HLS streams, including segmenting video into smaller chunks and generating M3U8 playlists. The project is intended for developers building streaming servers or media delivery systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    docker-nginx-rtmp

    docker-nginx-rtmp

    A Dockerfile for nginx-rtmp-module

    docker-nginx-rtmp is a containerized streaming server that combines NGINX with the RTMP module to enable live video broadcasting and streaming workflows. It allows users to ingest RTMP streams and convert them into formats such as HLS for playback in web browsers. The project simplifies deployment by packaging all dependencies into Docker images, making it easy to run on various environments without manual configuration. It supports use cases such as live streaming, video relay, and content distribution networks. The system can be configured to handle multiple streams and output endpoints, enabling scalable streaming architectures. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    videojs-player

    videojs-player

    Video.js player component for Vue(3) and React

    videojs-player is a modern, framework-agnostic video playback component built on top of Video.js that provides seamless integration with both Vue 3 and React applications. It abstracts the complexity of working directly with Video.js by exposing a unified component interface that handles initialization, configuration, and lifecycle management internally. The library is written in TypeScript and designed to be highly responsive, supporting the majority of Video.js configuration options while...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    nginx-rtmp-module

    nginx-rtmp-module

    NGINX-based Media Streaming Server

    The nginx-rtmp-module is an open-source extension for Nginx that enables RTMP-based live streaming functionality. It adds support for ingesting RTMP video streams and re-streaming through HTTP/HLS/DASH, with various configuration controls and multi-worker streaming capabilities. Supports multi-worker streaming via automatic stream pushing (rtmp_auto_push). Can output HLS streams for playback on mobile and web clients. RTMP endpoint for live video stream ingestion.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 19
    Gilfoyle

    Gilfoyle

    Distributed video encoding, hosting and streaming

    Gilfoyle is a web application from the Dreamvo project that runs a self-hosted media streaming server. Allowing you to easily implement media streaming in any application at any scale. It's written in Golang, mostly designed for Kubernetes and runs as a single Linux binary with PostgreSQL and RabbitMQ.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TrucklistStudio

    TrucklistStudio

    Media Playlist streaming Software.

    TrucklistStudio is a light media playlist broadcasting software. You can easily broadcast videos playlists and create webcasts from any location. TrucklistStudio supports almost every kind of services through FMEs XML configuration files. Different video sources and the mixing module will let you create various screen layouts. All major picture file formats are supported. Putting image as an overlay or background. Video transmitting over LAN. Lower CPU requirements.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    FastoCloud PRO

    IPTV/NVR/CCTV/Video cloud https://fastocloud.com

    IPTV/Video cloud Features: Cross-platform (Linux, MacOSX, FreeBSD, Raspbian/Armbian) GPU/CPU Encode/Decode/Post Processing Stream statistics CCTV Adaptive hls streams Load balancing Temporary urls HLS push EPG scanning Subtitles to text conversions AD insertion Logo overlay Video effects Relays Timeshifts Catchups Playlists Restream/Transcode from online streaming services like Youtube, Twitch Mozaic Many Outputs Physical Inputs Streaming Protocols File Formats Presets Vods/Series server-side support Pay per view channels Channels on demand HTTP Live Streaming (HLS) server-side support Public API, client server communication via JSON RPC Protocol gzip compression Deep learning video analysis Supported deep learning frameworks: Tensorflow NCSDK Caffe ML Hardware:
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    flashls

    flashls

    HLS Flash Plugin/Player

    flashls is an open-source HLS (HTTP Live Streaming) video player built for Flash, enabling adaptive streaming in environments where Flash is still supported. It extends the capabilities of the OSMF (Open Source Media Framework) and Strobe Media Playback to provide smooth HLS playback with features like live streaming, adaptive bitrate switching, and DVR support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    locomote-video-player

    locomote-video-player

    Media Player in Adobe Flash with RTSP support

    Locomote Video Player is an extensible Flash-based video player created by Axis Communications. It supports various streaming protocols including HLS, RTMP, and progressive MP4, and is built with an event-driven plugin system for customizing playback behavior. Though now deprecated due to Flash's decline, it was used in surveillance, broadcasting, and enterprise video applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    cBroadcast

    cBroadcast

    Playout Server that can act as a TV Station in a Box

    *** this version is outdated email : software.chasapis@gmail.com to get the latest code Bug fixes, code optimization + compliance recorder, ingest recorders, stream renderer (udp, rtsp, hls) e.t.c. TV Station in a box server This is a TV Station scheduled playout video server with statics and animated graphics. (png sequences) Position/Alpha/Size of the PNGs are total configurable. Rundown with time calculations and program scheduling. The software acts like a video server and the GUI conrtol is made over http thru a browser. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Video Share VOD

    Video Share VOD

    Turnkey video sharing VOD script based on WordPress.

    Video Share / Video On Demand (VOD) is a free open source WordPress based solution / script for sharing on demand video. Includes a plethora of features like AJAX multi uploader, mobile video upload and playback, HTML5 / RTMP / HLS player, integration for Live Streaming channels with broadcast video archives, VOD membership and paid playlists support, VAST support for video ads like pre-roll. http://videosharevod.com/ Demo: http://videosharevod.com/demo/ Video Share / Video On Demand #WordPress Plugin to start a turnkey VOD site in minutes: + #HTML5, #RTMP, #HLS players + Live Streaming channels integration (video archives & uploads) + #VOD membership, playlists + #AJAX multi video upload and listings + #mobile video support (#iOS & #Android) + free and open source + automated installation and updates as WP plugin Installation: 1. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB