mirror of
https://github.com/aler9/gortsplib
synced 2025-10-30 10:06:28 +08:00
server: add ServerStreamStatsFormat.LocalSSRC (#804)
This commit is contained in:
@@ -9,6 +9,8 @@ import (
|
||||
type ServerStreamStatsFormat struct {
|
||||
// number of sent RTP packets
|
||||
RTPPacketsSent uint64
|
||||
// local SSRC
|
||||
LocalSSRC uint32
|
||||
}
|
||||
|
||||
// ServerStreamStatsMedia are stream media statistics.
|
||||
|
||||
Reference in New Issue
Block a user