mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
fix thing
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user