mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
whipwhep
This commit is contained in:
@@ -152,7 +152,7 @@ function resolveMicPathId(roverId) {
|
|||||||
|
|
||||||
function resolveMicReadUrl(roverId) {
|
function resolveMicReadUrl(roverId) {
|
||||||
const pathId = resolveMicPathId(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() {
|
function getMediaPrefix() {
|
||||||
|
|||||||
Reference in New Issue
Block a user