awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesHTTP-FLV Streaming Servers

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.

Awesome HTTP-FLV Streaming Servers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • gwuhaolin/livegoAvatar de gwuhaolin

    gwuhaolin/livego

    10,179Ver en GitHub↗

    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.

    Goflashflvgolang
    Ver en GitHub↗10,179
  • illuspas/node-media-serverAvatar de illuspas

    illuspas/Node-Media-Server

    6,236Ver en GitHub↗

    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.

    JavaScriptav1flvh264
    Ver en GitHub↗6,236
  1. Home
  2. Web Development
  3. HTTP Servers
  4. HTTP-FLV Streaming Servers

Explorar subetiquetas

  • WebSocket-FLV DeliveryStreams live video over WebSocket using the FLV container for ultra-low-latency playback in browsers. **Distinct from HTTP-FLV Streaming Servers:** Distinct from HTTP-FLV Streaming Servers: uses WebSocket transport instead of HTTP for even lower latency.