fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 2m7s

This commit is contained in:
doomtube 2026-01-07 03:29:05 -05:00
parent 1a3930dd87
commit c358db55aa
6 changed files with 55 additions and 22 deletions

View file

@ -29,7 +29,6 @@
}
const STREAM_PORT = import.meta.env.VITE_STREAM_PORT || '8088';
const WEBRTC_PORT = import.meta.env.VITE_WEBRTC_PORT || '3333';
// Helper functions for dynamic host/protocol detection
function getStreamHost() {
@ -333,7 +332,7 @@
},
{
type: 'webrtc',
file: `${wsProto}://${host}:${WEBRTC_PORT}/app/${streamKey}`,
file: `${wsProto}://${host}/webrtc/app/${streamKey}`,
label: 'WebRTC (Ultra Low Latency)'
}
);
@ -1047,6 +1046,10 @@
.chat-section {
min-height: 400px;
}
.stream-info-section {
display: none;
}
}
/* Stream grid layout for multiple streams - Resizable */