Improve downloading with yt-dlp fallback and fix listener streaming

This commit is contained in:
3nd3r
2026-01-02 21:20:32 -06:00
parent 5026d39280
commit e8163fb9a2
5 changed files with 137 additions and 50 deletions

View File

@@ -375,8 +375,8 @@
<div class="stream-url-section">
<label>Share this URL:</label>
<div class="url-copy-group">
<input type="text" id="stream-url" readonly value="http://localhost:5000?listen=true">
<button onclick="copyStreamUrl()" class="copy-btn">📋</button>
<input type="text" id="stream-url" readonly value="http://localhost:5001">
<button onclick="copyStreamUrl(event)" class="copy-btn">📋</button>
</div>
</div>