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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesNetwork Request Loaders

Interfaces that allow the network loading layer to be swapped for different transport mechanisms.

Distinct from Pluggable Service Provider Interfaces: Specifically targets the network loading layer of a media player, not general database SPIs.

Explore 1 awesome GitHub repository matching software engineering & architecture · Network Request Loaders. Refine with filters or upvote what's useful.

Awesome Network Request Loaders GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • video-dev/hls.jsAvatar von video-dev

    video-dev/hls.js

    16,767Auf GitHub ansehen↗

    hls.js is a JavaScript player library that enables HTTP Live Streaming playback in web browsers using the Media Source Extensions API. It functions as an adaptive bitrate streaming engine and a media streamer that manages the buffering and playback of video segments. The library features specialized capabilities for low latency streaming and digital rights management, allowing it to decrypt protected content via Encrypted Media Extensions. It includes a metadata processor for handling ID3 tags and date-range elements, as well as a pluggable loader interface to replace default network request

    Decouples network request logic from the player core to support custom P2P or mock implementations.

    TypeScript
    Auf GitHub ansehen↗16,767
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Extensibility
  5. Plugin Architectures
  6. Developer Authoring Interfaces
  7. Custom Module Implementations
  8. Pluggable Service Provider Interfaces
  9. Network Request Loaders