2 repositorios
Servers that transmit live video over HTTP using the FLV container for low-latency delivery.
Distinct from HTTP Servers: Specializes in the delivery of FLV streams over HTTP, distinct from general purpose web servers.
Explore 2 awesome GitHub repositories matching web development · HTTP-FLV Streaming Servers. Refine with filters or upvote what's useful.
livego is a live streaming server written in Go that receives live video streams and broadcasts them to viewers in real time. It functions as a multi-protocol video gateway, serving as a backend for ingesting video and redistributing it through RTMP, HLS, and HTTP-FLV protocols. The server features dynamic protocol transmuxing to convert ingested streams into different formats for device compatibility and low-latency playback. It provides secure stream access and ingestion by validating unique channel keys and using security tokens. The system includes capabilities for encrypted stream deliv
Transmits live video over HTTP using the FLV format to achieve low-latency playback.
Node-Media-Server is a Node.js media server that accepts incoming RTMP streams and delivers live video over HTTP-FLV and WebSocket-FLV for low-latency playback. It functions as a live RTMP streaming server, handling the ingestion and delivery of live video with sub-second latency for broadcasting workflows. The server provides stream authentication using JSON Web Tokens, validating tokens on publish or play requests to restrict access to authorized clients. It includes a GOP cache that stores the most recent Group of Pictures in memory, allowing new viewers to start playback immediately witho
Delivers live video over WebSocket with the FLV container for minimal-latency playback in web browsers.