mirror of
https://github.com/koush/scrypted.git
synced 2026-09-19 10:10:39 +01:00
werift: fix srtcp on bundle connections
This commit is contained in:
@@ -93,7 +93,10 @@ export async function createRTCPeerConnectionSource(avsource: RTCAVSource, id: s
|
||||
}
|
||||
udp!.send(rtp.serialize(), audioPort, "127.0.0.1");
|
||||
});
|
||||
});
|
||||
track.onReceiveRtp.once(() => {
|
||||
setInterval(() => audioTransceiver.receiver.sendRtcpPLI(track.ssrc!), 2000);
|
||||
});
|
||||
});
|
||||
|
||||
const videoTransceiver = pc.addTransceiver("video", avsource.video as any);
|
||||
videoTransceiver.onTrack.subscribe((track) => {
|
||||
|
||||
2
external/werift
vendored
2
external/werift
vendored
Submodule external/werift updated: 570f758c20...bb7d569f45
Reference in New Issue
Block a user