mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
exp(relay): Try setting high playout delay
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
|
// Prepare PlayoutDelayExtension so we don't need to recreate it for each packet
|
||||||
playoutExt := &rtp.PlayoutDelayExtension{
|
playoutExt := &rtp.PlayoutDelayExtension{
|
||||||
MinDelay: 0,
|
MinDelay: 0,
|
||||||
MaxDelay: 0,
|
MaxDelay: 50,
|
||||||
}
|
}
|
||||||
playoutPayload, err := playoutExt.Marshal()
|
playoutPayload, err := playoutExt.Marshal()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user