From 9a54cc74df6c945c648e64e5a7cdd42496cabf37 Mon Sep 17 00:00:00 2001 From: ES-Alexander Date: Thu, 30 Nov 2023 18:57:20 +1100 Subject: [PATCH] src: stores: video.ts: improve multi-IP-route warning message --- src/stores/video.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/stores/video.ts b/src/stores/video.ts index b4c0b44ce..1f9d5960e 100644 --- a/src/stores/video.ts +++ b/src/stores/video.ts @@ -58,13 +58,13 @@ export const useVideoStore = defineStore('video', () => { if (availableIceIps.value.length >= 1) { Swal.fire({ html: ` -

Cockpit detected more than one IP being used to route the video streaming. This situation often leads to - video stuterring, specially if one of the IPs is from a non-wired connection.

+

Cockpit detected more than one IP address being used to route the video streaming. This often + leads to video stuttering, especially if one of the IPs is from a non-wired connection.


-

To prevent issues and archieve an optimum streaming experience, please:

+

To prevent issues and achieve an optimal streaming experience, please:

    -
  1. 1. Open the configuration of one of your video widgets.
  2. -
  3. 2. Choose the IP that should be used for the video streaming.
  4. +
  5. 1. Open the configuration of one of your video widgets (in Edit Mode).
  6. +
  7. 2. Select the IP address that should be used for the video streaming.
`, icon: 'warning',