summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2026-04-26 17:16:57 +0300
committerTolmachev Igor <me@igorek.dev>2026-04-26 17:16:57 +0300
commit4ebbb8e6a38524424fcd0ecaccd2b7cd5952a44f (patch)
treee2880ddb58289a736d1336a0ad1833653f6d073b
parent53e8f7d75f227510c3cd57ac82424213f57f6686 (diff)
downloadmumble_guide_pages-main.tar.gz
mumble_guide_pages-main.zip
Add screen sharing sectionHEADmain
-rw-r--r--index.html29
-rw-r--r--src/screen1.pngbin0 -> 250537 bytes
-rw-r--r--src/screen2.pngbin0 -> 264319 bytes
-rw-r--r--src/screen3.pngbin0 -> 66672 bytes
-rw-r--r--src/screen4.pngbin0 -> 38842 bytes
-rw-r--r--src/screen5.pngbin0 -> 61120 bytes
6 files changed, 29 insertions, 0 deletions
diff --git a/index.html b/index.html
index c927b8c..eeab669 100644
--- a/index.html
+++ b/index.html
@@ -150,5 +150,34 @@
150 <li>Теперь магия должна сработать, и ты сможешь говорить. Добро пожаловать!</li> 150 <li>Теперь магия должна сработать, и ты сможешь говорить. Добро пожаловать!</li>
151 </ol> 151 </ol>
152 </section> 152 </section>
153
154 <section>
155 <div class="step-header">
156 <span class="step-number">7</span>
157 <h2>Шейринг экрана</h2>
158 </div>
159 <p>
160 Mumble это просто войс чат. Чтобы показать свой экран придется воспользоваться
161 другим сервисом.
162 </p>
163 <ol class="instructions-list">
164 <li>Открывай сайт: <a href="https://vdo.ninja">vdo.ninja</a></li>
165 <li>Жми Remote <b>Screenshare for OBS</b></li>
166 <li>
167 Жми на зеленую кнопку <b>SELECT SCREEN TO SHARE</b> и выбирай чем хочешь
168 поделиться.
169 </li>
170 <li>Копируй ЗЕЛЁНУЮ ссылку обычным кликом по ней</li>
171 <li>Отправляй ссылку в чат Mumble</li>
172 <li>Твои друзья (если есть) открывают эту ссылку и видят твой экран</li>
173 </ol>
174 <div class="gallery">
175 <img src="src/screen1.png" alt="Выбор Screenshare for OBS" />
176 <img src="src/screen2.png" alt="Кнопка SELECT SCREEN TO SHARE" />
177 <img src="src/screen3.png" alt="Копирование ссылки" />
178 <img src="src/screen4.png" alt="Отправка ссылки" />
179 <img src="src/screen5.png" alt="Ссылка для зрителей" />
180 </div>
181 </section>
153 </body> 182 </body>
154</html> 183</html>
diff --git a/src/screen1.png b/src/screen1.png
new file mode 100644
index 0000000..8f3145c
--- /dev/null
+++ b/src/screen1.png
Binary files differ
diff --git a/src/screen2.png b/src/screen2.png
new file mode 100644
index 0000000..0343a93
--- /dev/null
+++ b/src/screen2.png
Binary files differ
diff --git a/src/screen3.png b/src/screen3.png
new file mode 100644
index 0000000..c0241cf
--- /dev/null
+++ b/src/screen3.png
Binary files differ
diff --git a/src/screen4.png b/src/screen4.png
new file mode 100644
index 0000000..3e2ae3a
--- /dev/null
+++ b/src/screen4.png
Binary files differ
diff --git a/src/screen5.png b/src/screen5.png
new file mode 100644
index 0000000..630d9ea
--- /dev/null
+++ b/src/screen5.png
Binary files differ