https://github.com/ekaansharora/agora-web-uikit-rtmp
https://github.com/ekaansharora/agora-web-uikit-rtmp
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ekaansharora/agora-web-uikit-rtmp
- Owner: EkaanshArora
- Created: 2022-01-12T13:23:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T13:34:11.000Z (over 3 years ago)
- Last Synced: 2025-04-23T23:13:58.636Z (22 days ago)
- Language: TypeScript
- Size: 169 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agora Web UIKit RTMP
Stream Agora Live stream to a CDN using RTMP streaming. This project is built with React and the [Agora Web UIKit](https://github.com/AgoraIO-Community/Web-React-UIKit/).
## How To Use
Add your Agora App ID to `./src/App.tsx` and your RTMP URL to `./src/RTMP.tsx`.
You can start the project by executing `npm i && npm start`.This is a good example to understand how to recompose the Web UIKit components to add a custom feature to your website built using the UIKit.