mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 16:29:19 +02:00
whoops
This commit is contained in:
@@ -342,7 +342,6 @@ router.get('/ping', (req, res) => res.send('pong'));
|
||||
router.get('/webrtc-audio-flags.json', (req, res) => res.json(serverConfig.webRtc.flags));
|
||||
router.get('/webrtc-audio.conf', (req, res) => {
|
||||
let out = "";
|
||||
res.send("192000:https://batorego.flerken.pl.eu.org/webrtc/whep192/whep")
|
||||
for (const [endpoint, bitrate] of Object.entries(serverConfig.webRtc.audio)) {
|
||||
out += `${bitrate * 1000}:${endpoint};`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user