[mirotalksfu] - fix typo, improve UI
هذا الالتزام موجود في:
@@ -462,6 +462,15 @@ th {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.btn-custom {
|
||||
width: 100%;
|
||||
background: var(--body-bg);
|
||||
padding: 10px;
|
||||
}
|
||||
.btn-custom:hover {
|
||||
background: var(--select-bg);
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Dropdown menu
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
@@ -4032,7 +4032,7 @@ function showAbout() {
|
||||
imageUrl: image.about,
|
||||
customClass: { image: 'img-about' },
|
||||
position: 'center',
|
||||
title: 'WebRTC SFU 1.4.73',
|
||||
title: 'WebRTC SFU v1.4.73',
|
||||
html: `
|
||||
<br />
|
||||
<div id="about">
|
||||
|
||||
@@ -972,10 +972,10 @@ access to use this app.
|
||||
</table>
|
||||
<div id="file-name"></div>
|
||||
<!-- <hr /> -->
|
||||
<button id="startRtmpButton" class="hidden">
|
||||
<button id="startRtmpButton" class="hidden btn-custom">
|
||||
<i class="fa-solid fa-play"></i> Start RTMP File Streaming
|
||||
</button>
|
||||
<button id="stopRtmpButton" class="hidden">
|
||||
<button id="stopRtmpButton" class="hidden btn-custom">
|
||||
<i class="fas fa-stop-circle"></i> Stop RTMP File Streaming
|
||||
</button>
|
||||
<hr />
|
||||
@@ -988,16 +988,16 @@ access to use this app.
|
||||
value=""
|
||||
placeholder="https://domain/path/file.mp4"
|
||||
/>
|
||||
<button id="startRtmpURLButton" class="hidden">
|
||||
<button id="startRtmpURLButton" class="hidden btn-custom">
|
||||
<i class="fa-solid fa-play"></i> Start RTMP URL Streaming
|
||||
</button>
|
||||
<button id="stopRtmpURLButton" class="hidden">
|
||||
<button id="stopRtmpURLButton" class="hidden btn-custom">
|
||||
<i class="fas fa-stop-circle"></i> Stop RTMP URL Streaming
|
||||
</button>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="rtmpFromStream">
|
||||
<button id="streamerRtmpButton" class="hidden">
|
||||
<button id="streamerRtmpButton" class="hidden btn-custom">
|
||||
<i class="fa-solid fa-satellite-dish"></i> RTMP Streamer
|
||||
</button>
|
||||
<hr />
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم