33 lines
860 B
Markdown
33 lines
860 B
Markdown
# 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.
|
|
|
|
docker build --no-cache --build-arg FFMPEG_IMAGE=datarhei/base:alpine-ffmpeg-latest --build-arg CORE_IMAGE=datarhei/base:alpine-core-latest --build-arg RESTREAMER_UI_IMAGE=myrsui -t myrestreamer:latest .
|