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
·
Streamedian avatar

Streamedian/html5_rtsp_player

0
View on GitHub↗
2,731 estrellas·603 forks·JavaScript·Apache-2.0·11 vistas

Html5 Rtsp Player

This project provides a browser-based media player and server-side bridging component designed to render live network camera feeds directly within web applications. By utilizing standard browser media APIs, it enables the playback of video streams without the need for external plugins or proprietary software.

The system functions by routing raw network camera data through a server-side proxy that translates specialized protocols into browser-compatible formats. This bridge facilitates real-time media delivery by managing network traffic and decapsulating stream headers directly within the browser environment.

The library includes integrated support for securing video connections through standard authentication methods, allowing for the management of protected streams. It also incorporates traffic management and buffering utilities to maintain consistent playback performance despite fluctuations in network latency.

Features

  • HTML5 Media Players - Provides a client-side library that utilizes standard browser media APIs to display live video feeds without requiring external plugins.
  • Browser-Based Players - Renders live RTSP streams from IP cameras by bridging network traffic through WebSockets for browser-based playback.
  • RTP/RTSP/SDP Stream Receivers - Translates specialized network camera protocols into web-compatible formats to enable seamless video playback within modern web applications.
  • WebSocket to Stream Bridges - Translates specialized network camera protocols into browser-compatible formats for real-time video playback.
  • Asynchronous Network Buffers - Manages incoming network packets in a memory-efficient queue to ensure smooth video rendering despite fluctuations in network latency.
  • Media Source Extension Wrappers - Feeds buffered video data into the browser engine to allow dynamic playback of live streams without requiring external plugins.
  • Video Surveillance Dashboards - Enables viewing live video feeds from network cameras directly in a web browser without needing to install plugins.
  • WebSocket Proxy Tunnels - Routes raw network camera data through a server that translates specialized protocols into browser-compatible formats for real-time playback.
  • Asynchronous Event-Loop Streaming - Processes incoming video frames and control signals on a non-blocking thread to maintain high frame rates during playback.
  • RTSP Tunnels - Routes video data through a websocket server to translate specialized network camera protocols into formats compatible with browser media extensions.
  • Real-time Media Bridges - Bridges raw network video traffic through a websocket server to deliver real-time visual data to browser-based media players.
  • RTSP Credential Authentications - Validates user credentials using basic or digest methods to secure video connections through automatic detection or manual injection.
  • Interface Access Security - Manages authentication for protected video streams by handling credentials through standard protocols to ensure secure access to live feeds.
  • Packet Decapsulation - Parses complex network stream headers directly within the browser environment to extract raw video frames for display.

Historial de estrellas

Gráfico del historial de estrellas de streamedian/html5_rtsp_playerGráfico del historial de estrellas de streamedian/html5_rtsp_player

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Html5 Rtsp Player

Colecciones seleccionadas manualmente donde aparece Html5 Rtsp Player.
  • Embeddable media player
  • Componentes de reproductor de video

Alternativas open-source a Html5 Rtsp Player

Proyectos open-source similares, clasificados según cuántas características comparten con Html5 Rtsp Player.
  • bilibili/flv.jsAvatar de bilibili

    bilibili/flv.js

    23,203Ver en GitHub↗

    flv.js is a JavaScript library and HTML5 Media Source Extension wrapper designed to play FLV video and live streams in web browsers. It enables the rendering of FLV content within a standard web video element without the need for external plugins. The project focuses on real-time transmuxing, converting FLV container data into fragmented MP4 segments to ensure browser compatibility. It includes specific implementations for low-latency live streaming and cross-origin video loading via CORS-compliant server headers. The library provides capabilities for segmented media playback, media position

    JavaScript
    Ver en GitHub↗23,203
  • gpac/gpacAvatar de gpac

    gpac/gpac

    3,205Ver en GitHub↗

    GPAC is an open-source multimedia framework built around a pluggable filter graph pipeline, where modular processing units called filters connect into a directed graph to handle media workflows. At its core, the framework centers all media packaging and manipulation on the ISO Base Media File Format (ISOBMFF), with specialized tools for reading, writing, fragmenting, and encrypting MP4 and related containers. It also provides a declarative scene graph composition system for describing interactive multimedia scenes using MPEG-4 BIFS, X3D, SVG, or VRML syntax, alongside a hardware-accelerated re

    Catsc3broadcastcenc
    Ver en GitHub↗3,205
  • clappr/clapprAvatar de clappr

    clappr/clappr

    7,473Ver en GitHub↗

    Clappr is an HTML5 web media player and plugin-based framework used to render video and audio across different web platforms. It functions as a playback engine supporting adaptive bitrate streaming through HLS and DASH protocols to ensure smooth media delivery. The project is distinguished by a modular architecture that allows developers to extend player functionality and add support for new media formats via a plugin system. It also includes a dedicated controller for managing digital rights management license requests to secure premium content. The player covers a broad range of capabiliti

    JavaScript
    Ver en GitHub↗7,473
  • bytedance/xgplayerAvatar de bytedance

    bytedance/xgplayer

    9,245Ver en GitHub↗

    xgplayer is a plugin-based HTML5 video player framework that supports multiple streaming formats including MP4, FLV, HLS, and dash. It is built on a component architecture that allows developers to extend functionality through self-contained plugins, with staged loading protocol adapters that reduce bandwidth usage. The player includes a strategy center for dynamic optimization that adjusts buffering, bitrate, and source selection in real time to reduce first-frame delay and playback stalling. The player distinguishes itself through support for ultra-low latency live streaming with time-shift

    JavaScriptdashflvflv-parser
    Ver en GitHub↗9,245
Ver las 30 alternativas a Html5 Rtsp Player→

Preguntas frecuentes

¿Qué hace streamedian/html5_rtsp_player?

This project provides a browser-based media player and server-side bridging component designed to render live network camera feeds directly within web applications. By utilizing standard browser media APIs, it enables the playback of video streams without the need for external plugins or proprietary software.

¿Cuáles son las características principales de streamedian/html5_rtsp_player?

Las características principales de streamedian/html5_rtsp_player son: HTML5 Media Players, Browser-Based Players, RTP/RTSP/SDP Stream Receivers, WebSocket to Stream Bridges, Asynchronous Network Buffers, Media Source Extension Wrappers, Video Surveillance Dashboards, WebSocket Proxy Tunnels.

¿Qué alternativas de código abierto existen para streamedian/html5_rtsp_player?

Las alternativas de código abierto para streamedian/html5_rtsp_player incluyen: bilibili/flv.js — flv.js is a JavaScript library and HTML5 Media Source Extension wrapper designed to play FLV video and live streams in… gpac/gpac — GPAC is an open-source multimedia framework built around a pluggable filter graph pipeline, where modular processing… diygod/dplayer — DPlayer is a web-based HTML5 video player designed as a modular frontend component for embedding interactive media… clappr/clappr — Clappr is an HTML5 web media player and plugin-based framework used to render video and audio across different web… bytedance/xgplayer — xgplayer is a plugin-based HTML5 video player framework that supports multiple streaming formats including MP4, FLV,… fluid-player/fluid-player — Fluid Player is a web-based media playback library designed to embed lightweight, responsive video players into…