mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
exp(relay): Restore playout delay to 0
This commit is contained in:
@@ -575,7 +575,7 @@ func (sp *StreamProtocol) handleStreamPush(stream network.Stream) {
|
||||
// Prepare PlayoutDelayExtension so we don't need to recreate it for each packet
|
||||
playoutExt := &rtp.PlayoutDelayExtension{
|
||||
MinDelay: 0,
|
||||
MaxDelay: 50,
|
||||
MaxDelay: 0,
|
||||
}
|
||||
playoutPayload, err := playoutExt.Marshal()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user