# openvidu-recording-server-endpoint **Repository Path**: jiajinliu/openvidu-recording-server-endpoint ## Basic Information - **Project Name**: openvidu-recording-server-endpoint - **Description**: 这是一个 Spring Boot 应用程序,旨在提供一个 HTTP 端点,用于从浏览器上传 / 下载视频录制内容。它旨在与 OpenVidu 浏览器库及其本地录制器 API 配合使用 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-15 - **Last Updated**: 2025-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # openvidu-recording-server-endpoint This is a Spring Boot application aimed to offer an HTTP endpoint for uploading/dowloading video recordings from browsers. It is meant to be used alongside [openvidu-browser](https://www.npmjs.com/package/openvidu-browser) library and its **LocalRecorder** API. ## Demo Provided as a [Docker](https://store.docker.com/search?type=edition&offering=community) image: ``` docker run -p 5443:5443 openvidu/openvidu-recording-server-endpoint ```