mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
whipwhep
This commit is contained in:
@@ -152,7 +152,7 @@ function resolveMicPathId(roverId) {
|
||||
|
||||
function resolveMicReadUrl(roverId) {
|
||||
const pathId = resolveMicPathId(roverId);
|
||||
return `srt://127.0.0.1:9000?streamid=#!::r=${encodeURIComponent(pathId)},m=request&latency=10&mode=caller&transtype=live&pkt_size=1316`;
|
||||
return `srt://127.0.0.1:9000?streamid=#!::r=${encodeURIComponent(pathId)},m=read&latency=10&mode=caller&transtype=live&pkt_size=1316`;
|
||||
}
|
||||
|
||||
function getMediaPrefix() {
|
||||
|
||||
Reference in New Issue
Block a user