- Implemented the InternalWHIP component for managing WHIP server configurations. - Added functionality to load live WHIP state from Core and handle OBS URL generation. - Included polling for active streams and notifying parent components of state changes. - Created comprehensive tests for the InternalWHIP component covering various scenarios including fallback mechanisms and state changes. test: add integration tests for WHIP source component - Developed end-to-end tests for the InternalWHIP component to verify its behavior under different configurations. - Ensured that the component correctly handles the loading of WHIP state, displays appropriate messages, and emits the correct onChange events. test: add Settings WHIP configuration tests - Implemented tests for the WHIP settings tab to validate loading and saving of WHIP configurations. - Verified that the correct values are sent back to the Core when the user saves changes. - Ensured that the UI reflects the current state of the WHIP configuration after Core restarts or changes.
Restreamer-UI
The user interface of the Restreamer for the connection to the datarhei Coreapplication.
- 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: 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 file for licensing information.
Description
The user interface of the Restreamer for the connection to the Core application.
Readme
Apache-2.0
14 MiB
Languages
JavaScript
95.5%
HTML
4%
CSS
0.5%