mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 06:46:42 +08:00
allow to set NTP of outgoing packets in both client and server (#148)
This commit is contained in:
@@ -405,7 +405,7 @@ func TestServerPublishRead(t *testing.T) {
|
||||
defer mutex.Unlock()
|
||||
|
||||
if ctx.Session == publisher {
|
||||
stream.WritePacketRTP(ctx.TrackID, ctx.Packet, true)
|
||||
stream.WritePacketRTP(ctx.TrackID, ctx.Packet)
|
||||
}
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user