Showing 38 open source projects for "nginx-rtmp-module"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    IPLD Explorer Components

    IPLD Explorer Components

    React components for ipfs-webui

    React components for ipfs-webui. This module was extracted from explore.ipld.io so it could be reused from the IPFS Web UI. This module is not intended to be re-used in it's current form by other projects. There is more work to do to make this a nice set of generic components. The ES5-friendly version of the src dir is generated to the dist dir and the page components are all provided as named exports so you can import them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WebTorrent

    WebTorrent

    Streaming torrent client for the web

    WebTorrent is a streaming torrent client for node.js and the browser. YEP, THAT'S RIGHT. THE BROWSER. It's written completely in JavaScript – the language of the web – so the same code works in both runtimes. In node.js, this module is a simple torrent client, using TCP and UDP to talk to other torrent clients. In the browser, WebTorrent uses WebRTC (data channels) for peer-to-peer transport. It can be used without browser plugins, extensions, or installations. It's Just JavaScript™. Note: WebTorrent does not support UDP/TCP peers in browser. To make BitTorrent work over WebRTC (which is the only P2P transport that works on the web) we made some protocol changes. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    BitTorrent DHT

    BitTorrent DHT

    Simple, robust, BitTorrent DHT implementation

    bittorrent-dht is a Node.js implementation of the BitTorrent Mainline Distributed Hash Table (DHT) protocol, enabling decentralized peer discovery for BitTorrent clients. This module allows users to announce and lookup peers for specific torrents without the need for trackers. It’s lightweight, fast, and well-suited for building custom torrent clients, browser-based peers, or decentralized apps. This project powers part of WebTorrent and is maintained with performance and minimalism in mind.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    kubo-rpc-client

    kubo-rpc-client

    A client library for the Kubo RPC API

    A client library for the Kubo RPC API. Loading this module through a script tag will make it's exports available as KuboRpcClient in the global namespace. This client is still a work in progress and in active development. Please refer to ipfs-http-client for now and only use this package if you are aware of the implications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    ShowDoc

    ShowDoc

    ShowDoc is a tool greatly applicable for an IT team to share documents

    When we take over a module or project which has been developed by others, we always feel crazy watching at the codes without notes or comments. Programmers often want others to write technical documents, but not by themselves. Writing technical documents need lots of time and works, such as it needs to consider how to handle the format and layout of the documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ictcrm

    ictcrm

    Customer Relation Management Software with CTI integration support

    The Open Source CRM software SuiteCRM is enhanced to have communications capabilities. SuiteCRM is customized and integrated with ICTContact, the Asterisk-based advanced contact center software. It enables CRM users to make and receive calls directly from CRM, also export leads/contacts to the contact center, and run campaigns through ICTContact to connect with their customers with ease. ICTContact is advanced contact center software featuring omnichannel communications, unified...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    X-Itools: Email/Web Log Search Engine

    Strong Email & Apache Log Analysis with Active Security Features

    ...Suite of tools composed of several collaboration modules. Old and initial project born in 1999, 1st published in 2001 on Sourceforge. X-Itools E-mail management module (log analysis) initiated in 2004 with Web 1.0 technologies (private SVN server). X-Itools development restarted since 2011, on the basis of a unique module: E-mail management module (log analysis). Now based on web 2.0 technologies (ExtJS 4.1) and devel restarted because of a particular interest given to it by a world wide Organization (United Nations). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Chinese-copywriting-guidelines

    Chinese-copywriting-guidelines

    Chinese copywriting guidelines for better written communication

    ...Research shows that people adding no space between Chinese and English suffer from pathetic relationships. 70% of them are married by the age of 34, to someone they don't love; 30% of them left everything for their cats and died. Blank spaces are essential to both romance and writing. text-spacing and -ms-text-auto space provided by CSS Text Module Level and Microsoft can specify the auto spacing and narrow space width adjustment of text. However it's not popular, and on other platforms such as OS X and iOS, we can not use this feature. So it's better for you to keep up the habit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    torrent-stream

    torrent-stream

    The low level streaming torrent engine that peerflix uses

    ...The library supports selecting which files to download (useful in multi-file torrents), serves requested pieces on demand, and allows streaming large files without fully writing them to disk upfront — ideal for memory-efficient or on-the-fly consumption contexts. Because torrent-stream is a plain Node.js module, you can embed it in any JavaScript-based backend or tool, integrate it with HTTP servers to serve torrent content, or combine it with other processing pipelines.
    Downloads: 4 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    MFS JavaScript Implementation

    MFS JavaScript Implementation

    JavaScript implementation of the IPFS Mutable File System

    ...Reads are executed together, writes are executed sequentially, and prevent any reads from starting. If you are using IPFS in a single process or with the node cluster module this should be completely transparent. If you are using Web Workers there is no way to globally listen to messages sent between workers and the main thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Whitebeam Web Application Server

    Whitebeam Web Application Server

    JavaScript/XML engine for Apache

    Whitebeam is a complete rapid development Web application server integrating Apache, Posgresql, Mozilla's SpiderMonkey JavaScript engine with it's own powerful XML/XPath based secure application framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    js-ipfs-http-client-lite

    js-ipfs-http-client-lite

    An alternative client library for the IPFS HTTP API

    An alternative client library for the IPFS HTTP API, aiming to be as lightweight as possible (<20KB) in the browser. To interact with the API, you need to have a local daemon running. It needs to be open on the right port. 5001 is the default and is used in the examples below, but it can be set to whatever you need. In a web browser IPFS HTTP client (either browserified or CDN-based) might encounter an error saying that the origin is not allowed. This would be a CORS ("Cross Origin Resource...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Online Customer Service live chat

    Online Customer Service live chat

    WeLive is an online customer service system, online support

    ...Automatic distribution of guests; 6. Guest can be Transfered to Other online support; ...... Requirements: 1. PHP5.0 or above. 2. MySQL5.0 or above. 3. PHP Socket module loaded. Re: Wamp Server is recommended to install on local computers for testing WeLive5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PHP Webcam Live Streaming

    PHP Webcam Live Streaming

    Web based live video streaming from webcam.

    ...PHP Live Streaming Edition Highlights: + Create Live Video Channels + Broadcast Live Video from Browser + Share Channels Link/Embed Code + Limit Total Use Time by Channel + Simple Setup + Easy to Install + Full PHP Source Code + Easy to Integrate Requires a RTMP hosting to setup rtmp side (see installation instructions).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    react-native-fetch-blob

    react-native-fetch-blob

    A project committed to making file access and data transfer easier

    ...Blob, File, XMLHttpRequest polyfills that make the browser-based library available in RN (experimental) It is committed to making file access and transfer easier and more efficient for React Native developers. We've implemented highly customizable filesystem and network module which plays well together.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HumHub - Social Network Kit

    HumHub - Social Network Kit

    Open Source Social Network Kit written in PHP

    HumHub is a feature rich and highly flexible OpenSource Social Network Kit written in PHP. It's perfect for individual: - Social Intranets - Enterprise Social Networks - Private Social Networks Find more information at: http://www.humhub.org HumHub is powered by http://www.yiiframework.com/. Modules (Selection): - Mail - Polls - Tasks - Wiki - Calendar - Notes (Etherpad Integration) - .. and many many more!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    wechat

    wechat

    WeChat public platform message interface service middleware

    When the user sends a message to the WeChat official account, a message will be automatically responded. This message can be text, picture, voice, video, music, graphic. The module can respond to messages of type device_text or device_event in a specific format. Since the client of the public platform application is actually WeChat, it is not realistic to use traditional cookies to implement sessions. For this reason, the middleware module adds Session support on the basis of openid. Once the connect.sessionmiddleware is enabled on the server , the req.wxsessionproperties can be accessed in the business . ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A module that allows users to log in to a phpBB board using existing accounts such as Windows Live, Facebook and OpenID.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Web Annotation with Fragment Ids

    Web Annotation with Fragment Ids

    Web Annotation - Mark, Comment, Share

    This Projects aims to create a server-client architecture to make annotation of web elements not only possible, but easy to use. The idea for this project has its roots within a practical software study for the module software Engeneering of the Unisversity of Leipzig, Germany. Under the given liscence we want for everyone interested in supporting or further development to do so. For usage and installation see our [Wiki].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PointCRM

    PointCRM

    CRM system based on vtiger, adapted to Polish companies.

    ...The system includes only modules associated closely with the sales CRM (Customers, Contacts, Leads, Potential Sales), marketing (Marketing Campaigns) and analytical (Reports, Dashboard). In addition, there is a module for integration with Internet Fax (email2fax, api2fax) and PBX (Asterisk). PointCRM is modular and you can also create your own extensions. It has the ability to extend validations of custom fields and create custom field types. Built-in field type to store geographic location (longitude / latitude) based on the google maps API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    4Vientos
    4vientos is a web file manager that allows to share information. You can set tags/description for files and directories and perform searches by them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    wizanda

    wizanda

    A faster version of Xoops optmized for speed

    Many projects rolled into one, to add quick improvements and module development for Xoops Contents Management System. As changes can happen at the same time, this is to provide the best solutions and cross reference ideas from everywhere, into one project. The project evolved so much, its no longer Xoops and is more compatible with Xoops derivatives 2.2 and earlier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    phpBB module that plots the number of users from each city on a Google Earth element. Requires a Google Maps API Key. (Free) This product includes GeoLite data created by MaxMind, available from http://maxmind.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Java Web Chat (Standalone and Plugin)
    This project aim to develop a plug-in module for ready use in Java Web application with little effort, it has many ways to persist account details (XML vs DB) It can be used as a standalone application for support services in the web sites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    HecMailing is a native joomla 1.5 component that allow authorized frontend users to send email. There is also a contact module. Visit my Website for help and download ... /!\ BECAREFUL : New versions will only be downloaded on my website
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next