Skip to content

Commit

Permalink
src: stores: video.ts: improve multi-IP-route warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander authored and rafaellehmkuhl committed Nov 30, 2023
1 parent 02502ec commit a9844f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/stores/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ export const useVideoStore = defineStore('video', () => {
if (availableIceIps.value.length >= 1) {
Swal.fire({
html: `
<p>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.</p>
<p>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.</p>
</br>
<p>To prevent issues and archieve an optimum streaming experience, please:</p>
<p>To prevent issues and achieve an optimal streaming experience, please:</p>
<ol>
<li>1. Open the configuration of one of your video widgets.</li>
<li>2. Choose the IP that should be used for the video streaming.</li>
<li>1. Open the configuration of one of your video widgets (in Edit Mode).</li>
<li>2. Select the IP address that should be used for the video streaming.</li>
</ol>
`,
icon: 'warning',
Expand Down

0 comments on commit a9844f0

Please sign in to comment.