Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webtoucher/agora-recorder-samples
Sample recording applications based on the Node.js recording library for Agora.io stream service
https://github.com/webtoucher/agora-recorder-samples
nodejs sdk webrtc
Last synced: 27 days ago
JSON representation
Sample recording applications based on the Node.js recording library for Agora.io stream service
- Host: GitHub
- URL: https://github.com/webtoucher/agora-recorder-samples
- Owner: webtoucher
- License: bsd-3-clause
- Created: 2021-10-30T18:57:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T20:32:50.000Z (over 3 years ago)
- Last Synced: 2024-11-15T17:41:55.064Z (3 months ago)
- Topics: nodejs, sdk, webrtc
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Agora Recorder samples
Sample recording applications based on the Node.js recording library for Agora.io stream service.
## Prerequisites
- Agora Account
- Ubuntu 12.04+ x64 or CentOS 6.5+ x64 (CentOS 7+ recommended)
- GCC 4.4+
- ARS IP (public IP)
- 1MB+ bandwidth for each simultaneous recording channel
- Server access for `qos.agoralab.co`
- NodeJS 14+**Note:** If server access is denied, the Agora SDK may fail to transfer the required data.
## Quick Start
### Installation
Copy any sample directory from this repository to your Linux server.Place the `.env` file in the root of the directory with the following lines:
```dotenv
AGORA_APP_ID=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
AGORA_CERTIFICATE=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
```You can get the AppID and the certificate on your [project settings page](https://console.agora.io/projects)
Installation is done using the follow command:
```bash
$ npm install
```### Using
Please check out documentation of the sample you need.## Resources
- See full API documentation in the [Document Center](https://docs.agora.io/en/)## License
This software is licensed under the BSD 3-Clause License. [View the license](LICENSE.md).