[go: up one dir, main page]

Showing 37 open source projects for "audio streaming server"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • GWI: On-demand Consumer Research Icon
    GWI: On-demand Consumer Research

    For marketing agencies and media organizations requiring a solution to get consumer insights

    Need easy access to consumer insights? Our intuitive platform is the answer. Get the ultra-reliable research that brands and agencies need to stay ahead of changing consumer behavior.
    Learn More
  • 1
    idonthavespotify

    idonthavespotify

    Effortlessly convert Spotify links to your preferred streaming service

    Copy a link from your favorite streaming service, paste it into the search bar, and voilà! Links to the track on all other supported platforms are displayed. If the original source is Spotify you'll even get a quick audio preview to ensure it's the right track.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Lidify

    Lidify

    Lidify is built for music lovers who want the convenience of streaming

    Lidify is a self-hosted, on-demand audio streaming platform that aims to deliver a Spotify-like experience while keeping your music library fully under your control. You point it at your personal collection, and it scans, catalogs, and enriches your library with metadata so browsing feels polished instead of “folder-based.” Beyond basic playback, it leans into discovery with personalized “made for you” mixes and one-click radio modes that generate stations from your own listening history and library structure. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Live API Web Console

    Live API Web Console

    A react-based starter app for using the Live API over websockets

    Live API Web Console is a React starter that demonstrates how to use Gemini’s Live API over WebSockets to build real-time, multimodal experiences. The app includes modules for streaming audio playback, recording user media from the microphone, webcam, or even screen capture, and it surfaces a unified event log so you can debug the session as it flows. Configuration lives in a simple .env file and the project boots with standard web tooling, letting you experiment quickly with models, system prompts, and tool declarations. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Your Spotify

    Your Spotify

    Self hosted Spotify tracking dashboard

    ...It also includes integrations with popular tools like Last.fm for scrobbling and uses modern frontend frameworks to deliver a smooth, app-like experience in browsers. For users focused on privacy and control, it offers self-hosting via Docker and clear documentation that helps you get a scalable instance running on a server or home host.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Digital business card + lead capture + contact enrichment Icon
    Digital business card + lead capture + contact enrichment

    Your complete in-person marketing platform

    Share digital business cards, capture leads, and enrich validated contact info - at events, in the field, and beyond. Powered by AI and our proprietary data engine, Popl drives growth for companies around the world, turning every handshake into an opportunity.
    Learn More
  • 5
    Feishin

    Feishin

    A modern self-hosted music player

    Feishin is an open-source social video platform project that aims to blend elements of community sharing and video discovery by letting users upload, browse, and interact with short and long-form content in a Web2-style experience. It includes features you’d expect from a modern video platform, such as profile pages, feeds, search functionality, and engagement tools like likes, comments, and follows, while maintaining a focus on performance and responsiveness. Built as a full-stack...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    P2P Media Loader

    P2P Media Loader

    An open-source engine for P2P streaming of live and on demand video

    p2p-media-loader is a JavaScript library that enables peer-to-peer delivery of video content using WebRTC, reducing server load and improving scalability for streaming platforms. It works seamlessly with HLS and DASH formats by extending existing players like hls.js and dash.js, allowing viewers to share video segments with one another. The library is optimized for browser environments and is ideal for developers looking to build decentralized or bandwidth-efficient media applications.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Anthropic SDK TypeScript

    Anthropic SDK TypeScript

    Access to Anthropic's safety-first language model APIs

    anthropic-sdk-typescript is the TypeScript / JavaScript client library for the Anthropic REST API, enabling backend or Node.js usage of models like Claude. It wraps API endpoints for creating messages, streaming responses, and managing parameters in a type-safe TS environment. The library is designed for server-side use, interfacing with REST, and is stable for integration in web services or backend agents. Example usage shows how to instantiate the Anthropic client, call client.messages.create(...), and obtain responses. It supports streaming endpoints as well. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Owncast

    Owncast

    Take control over your live stream video by running it yourself

    Owncast is a free and open source live video and web chat server for use with existing popular broadcasting software. Have complete control and ownership over your stream, allowing you to create the content and community you want. The frictionless built-in chat allows your viewers to be a part of the action. Include custom emotes and build chat bots to encourage engagement from your viewers. Point your existing broadcasting software at your Owncast server and begin streaming.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    HLS.js

    HLS.js

    HLS.js is a JavaScript library that plays HLS in browsers

    HLS.js is a JavaScript library that implements an HTTP Live Streaming client. It relies on HTML5 video and MediaSource Extensions for playback. It works by transmuxing MPEG-2 Transport Stream and AAC/MP3 streams into ISO BMFF (MP4) fragments. Transmuxing is performed asynchronously using a Web Worker when available in the browser. HLS.js also supports HLS + fmp4, as announced during WWDC2016. HLS.js works directly on top of a standard HTML<video> element. HLS.js is written in ECMAScript6...
    Downloads: 18 This Week
    Last Update:
    See Project
  • Waitlist App and Paging System Icon
    Waitlist App and Paging System

    We make it cheaper and easier to manage your waitlist, order backlog, and just about any other waiting scenario.

    Streamline your customer flow with our SMS-powered waitlist, reservations, and queue management app for restaurants, health care providers, and many other businesses.
    Free Trial
  • 10
    EasyVoice

    EasyVoice

    Open source text-to-speech tool, supports extra-long text

    ...It offers streaming playback so audio starts almost immediately, even for very long inputs, and automatically generates subtitle files suitable for video production or translation workflows. Under the hood, easyVoice uses a modern stack with Vue 3 and Element Plus on the front end, Node.js and Express on the back end, and TTS engines such as Microsoft Azure TTS and OpenAI-compatible APIs, orchestrated through ffmpeg.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    FastMCP Framework

    FastMCP Framework

    A TypeScript framework for building MCP servers

    ...It allows developers to define “tools” (basically operations or services) and “resources” that can be fetched or interacted with, and supports multiple transport mechanisms (HTTP streaming, SSE, etc) for client-server communication. Because it’s built in TypeScript and designed with modern deployment targets (Node.js, Cloudflare Workers, etc), it aims to support production-ready MCP servers with strong type safety and extensibility. Developers can use it to build server back-ends that expose data or capabilities to LLM applications in a standardized way, reducing the custom boilerplate required for integrating with AI systems. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    Tracearr

    Tracearr

    Real-time monitoring for Plex, Jellyfin, and Emby servers

    Tracearr is an open-source streaming access manager designed to help media server owners understand and control who is accessing their content across platforms like Plex, Jellyfin, and Emby. It centralizes access statistics and provides tools for filtering and visualizing usage, making it easier to answer questions about viewer behavior and resource consumption, such as who is watching what and when.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    OpenAI Assistants Quickstart

    OpenAI Assistants Quickstart

    OpenAI Assistants API quickstart with Next.js

    openai-assistants-quickstart is a template for using the Assistants API in a Next.js app, demonstrating streaming, tool use, and function calling in one place. The repository includes multiple example pages that each showcase specific capabilities, while all examples share the same underlying assistant with all capabilities enabled. The primary chat logic lives in the Chat component at app/components/chat.tsx, which manages rendering, streaming, and forwarding function calls. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Brisa

    Brisa

    The Web Platform Framework

    Brisa is an experimental web framework inspired by the others, taking the best of each one. JSX, TS, server/web components, server actions, optimistic updates, SSR, streaming, suspense, signals, WebSockets, middleware, layouts. Brisa is designed to start, build, test, deploy, and run fast. Text translation and routing carry only the translations you consume. 0B by default, 2 kB when you use server actions (RPC size), and 3 kB when you need web components. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    PeerTube

    PeerTube

    Video streaming platform using P2P directly in your web browser

    PeerTube, developed by Framasoft, is the free and decentralized alternative to video platforms, providing you over 400,000 videos published by 60,000 users and viewed over 15 million times. Our aim is not to replace them, but rather to simultaneously offer something else, with different values. PeerTube is not meant to become a huge platform that would centralize videos from all around the world. Rather, it is a network of inter-connected small videos hosters. Anyone with a modicum of...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 16
    Generative AI JS

    Generative AI JS

    This SDK is now deprecated, use the new unified Google GenAI SDK

    deprecated-generative-ai-js is a JavaScript/TypeScript client and example suite for interacting with Gemini generative APIs in web and Node.js environments. Though marked deprecated (likely superseded by newer SDKs), the repo shows how to wrap HTTP/WS endpoints, manage streaming responses, and interoperate with browser UI or server logic. The examples include chat widgets, prompt pipelines, and generalized inference utilities. It also deals with streaming cancellation, retries, backoff logic, and message chunk assembly to help developers handle real-world use. Because it’s JavaScript, the repo supports both ESM and CommonJS contexts, making it versatile in backend and frontend setups. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Secret Llama

    Secret Llama

    Fully private LLM chatbot that runs entirely with a browser

    Secret Llama is a privacy-first large-language-model chatbot that runs entirely inside your web browser, meaning no server is required and your conversation data never leaves your device. It focuses on open-source model support, letting you load families like Llama and Mistral directly in the client for fully local inference. Because everything happens in-browser, it can work offline once models are cached, which is helpful for air-gapped environments or travel.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Durable Streams

    Durable Streams

    The open protocol for real-time sync to client applications

    Durable Streams is an open protocol and reference implementation designed to standardize reliable, resumable, real-time streaming between servers and client applications using simple HTTP semantics, filling a gap left by ephemeral technologies like WebSockets and traditional SSE. It defines an append-only, offset-addressable stream primitive where each stream is mapped to a URL that clients can read from or tail, supporting catch-up reads, historical replay, and live updates with robust...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    TONL

    TONL

    TONL (Token-Optimized Notation Language)

    ...It provides a serialization format that significantly reduces token usage compared with traditional JSON, which can result in lower costs and more efficient prompt size utilization in LLM-driven systems. TONL isn’t just a format — it includes a rich API for querying, indexing, modifying, and streaming data, along with tools for schema validation and TypeScript code generation. The platform comes with a complete command-line interface that supports interactive dashboards and cross-platform usage in browsers and server environments, and its high test coverage gives developers confidence in stability.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    RSC Explorer

    RSC Explorer

    A tool for people curious about the React Server Components protocol

    RSC Explorer is an educational, experiment-friendly tool for understanding the React Server Components (RSC) protocol by making the streaming process visible and inspectable. It runs both the “server” and “client” sides of RSC in the browser, removing the need to set up a full backend just to learn how the protocol behaves. The core experience is the ability to step through the RSC stream incrementally, seeing what data arrives at each moment and how that data maps to the React tree being constructed. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    LX Music Mobile

    LX Music Mobile

    A music software developed based on React native

    ...Because it supports custom sources (including non-official music platforms) the team includes disclaimers around copyright, clarifying that the project does not take responsibility for the legality or correctness of the audio data you play.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    json-render

    json-render

    Generate dashboards, widgets, apps, and data visualizations

    json-render is a lightweight, framework-agnostic utility designed to turn JSON data into usable HTML layouts automatically, offering a straightforward way to visualize structured data without writing bespoke template code. It takes deeply nested JSON objects and renders them into intuitive, readable UIs by mapping data types and keys to semantic HTML elements, which helps developers prototype dashboards, debugging tools, or data-driven interfaces quickly. The tool is built to be embeddable...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    OpenNext for Cloudflare

    OpenNext for Cloudflare

    Open Next.js adapter for Cloudflare

    This sibling project targets Cloudflare’s edge platform, adapting Next.js apps to run on Workers and related services. It converts server components, API routes, and middleware into Worker scripts, while placing static assets in globally distributed storage for low-latency delivery. The adapter accounts for edge constraints—limited runtime APIs, streaming semantics, and per-request cold starts—so Next.js features remain functional at the perimeter. It integrates with platform primitives like key-value stores and durable/relational options where needed for sessions, caches, or data hydration. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    Excalidraw MCP

    Excalidraw MCP

    Fast and streamable Excalidraw MCP App

    Excalidraw-MCP is an open-source Model Context Protocol (MCP) application and server that connects the visual power of Excalidraw’s hand-drawn diagram editor with AI-driven workflows, enabling agents like Claude, ChatGPT, VS Code, and other MCP-compatible hosts to generate and manipulate diagrams programmatically. Rather than being just a static whiteboard, Excalidraw-MCP serves diagrams in real time using an MCP backend and streams interactive visual output back to the client, letting AI...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Actionbook

    Actionbook

    Browser action engine for AI agents. 10× faster, resilient by design

    ...Instead of having agents blindly scrape HTML or blindly try to click things, Actionbook supplies up-to-date action manuals and verified DOM structure, letting agents know exactly how to click, type, and navigate complex interfaces such as SPAs or streaming UIs. This design makes browsing up to 10× faster and far more resilient than ad-hoc approaches that break on minor page changes, because the action manuals codify expected flows and DOM targets. It provides multiple integration paths — a Rust-based CLI, MCP server support for AI IDEs, and a JavaScript SDK — so developers can plug it into a wide range of agent pipelines and toolchains.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next