Update hyperlinks

This commit is contained in:
Santiago Lo Coco 2025-01-01 16:28:08 +01:00
parent 4ab9caa2c7
commit 6944126ce7
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ WebViewStream is a Unity-based HoloLens 2 application for high-quality, low-late
- **MRTK-Native**: Built on MRTK for optimized HoloLens 2 functionality. - **MRTK-Native**: Built on MRTK for optimized HoloLens 2 functionality.
- **Optimized performance**: Configured and fine-tuned for smooth, low-latency streaming on the HoloLens 2. - **Optimized performance**: Configured and fine-tuned for smooth, low-latency streaming on the HoloLens 2.
- **WebRTC-based streaming**: Uses WebRTC for low-latency, high-quality streaming. - **WebRTC-based streaming**: Uses WebRTC for low-latency, high-quality streaming.
- **Dynamic endpoint management**: Reads streaming endpoints from a REST API [GetEndpoints](https://git.slc.ar/se23m504/getendpoints), simplifying endpoint updates without typing long URLs directly on the HoloLens. - **Dynamic endpoint management**: Reads streaming endpoints from a REST API [GetEndpoints](https://git.slc.ar/slococo-uni/getendpoints), simplifying endpoint updates without typing long URLs directly on the HoloLens.
- **mDNS client**: Compliant with RFC 6762 and RFC 6763 for service discovery. - **mDNS client**: Compliant with RFC 6762 and RFC 6763 for service discovery.
- **Extendable streaming capacity**: Supports two streams by default and can scale up, limited only by HoloLens 2's hardware. - **Extendable streaming capacity**: Supports two streams by default and can scale up, limited only by HoloLens 2's hardware.
- **Hand menu and speech commands**: Offers an intuitive `HandMenu` and voice control for hands-free operation. - **Hand menu and speech commands**: Offers an intuitive `HandMenu` and voice control for hands-free operation.
@ -16,7 +16,7 @@ WebViewStream is a Unity-based HoloLens 2 application for high-quality, low-late
## Installation ## Installation
1. Clone the repository. 1. Clone the repository.
2. Configure the API host for [GetEndpoints](https://git.slc.ar/se23m504/getendpoints) to dynamically retrieve streaming endpoints. 2. Configure the API host for [GetEndpoints](https://git.slc.ar/slococo-uni/getendpoints) to dynamically retrieve streaming endpoints.
3. Build and sideload the application to the HoloLens 2. 3. Build and sideload the application to the HoloLens 2.
## Technical details ## Technical details
@ -33,7 +33,7 @@ Note: Install dependencies from my [mixedreality](https://git.slc.ar/slococo-uni
## API requirements ## API requirements
The app requires an external API for endpoint retrieval ([GetEndpoints](https://git.slc.ar/se23m504/getendpoints)), expected to be accessible within the HoloLens 2's network environment. The app requires an external API for endpoint retrieval ([GetEndpoints](https://git.slc.ar/slococo-uni/getendpoints)), expected to be accessible within the HoloLens 2's network environment.
The application supports local service discovery using UDP broadcasting. This is particularly useful in scenarios where DNS is down or when setting up a DNS record is not feasible. The application supports local service discovery using UDP broadcasting. This is particularly useful in scenarios where DNS is down or when setting up a DNS record is not feasible.