This commit is contained in:
parent
1a3930dd87
commit
c358db55aa
6 changed files with 55 additions and 22 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue