Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datarhei/restreamer-ui
The user interface of the Restreamer for the connection to the Core application.
https://github.com/datarhei/restreamer-ui
material-ui react
Last synced: 3 months ago
JSON representation
The user interface of the Restreamer for the connection to the Core application.
- Host: GitHub
- URL: https://github.com/datarhei/restreamer-ui
- Owner: datarhei
- License: apache-2.0
- Created: 2022-05-13T15:09:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T13:22:05.000Z (7 months ago)
- Last Synced: 2024-04-12T20:45:44.224Z (7 months ago)
- Topics: material-ui, react
- Language: JavaScript
- Homepage: https://datarhei.com
- Size: 6.05 MB
- Stars: 39
- Watchers: 4
- Forks: 30
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Restreamer-UI
The user interface of the Restreamer for the connection to the [datarhei Core](https://github.com/datarhei/core)application.
- React
- Material-UI (MUI)## Development
### For the Restreamer interface:
```
$ git clone github.com/datarhei/restreamer-ui
$ cd restreamer-ui
$ yarn install
$ npm run start
```Connect the UI with a [datarhei Core](https://github.com/datarhei/core):
http://localhost:3000?address=http://core-ip:core-port### To add/fix translations:
Locales are located in `src/locals`
```
$ npm run i18n-extract:clean
$ npm run i18n-compile
```## License
See the [LICENSE](./LICENSE) file for licensing information.