fix thing

This commit is contained in:
legop3
2026-03-15 23:02:17 -04:00
parent 3070153052
commit a2098f4dfc
+2 -1
View File
@@ -122,7 +122,8 @@ app.post('/mediamtx/auth', (req, res) => {
}); });
} }
if (action === 'read' && protocol === 'srt' && streamInfo?.id) { // Rover forward-listener uses SRT read without session tokens; allow these reads.
if (action === 'read' && protocol === 'srt') {
return res.status(200).end(); return res.status(200).end();
} }