server: add ServerStreamStatsFormat.LocalSSRC (#804)

This commit is contained in:
Alessandro Ros
2025-06-28 16:56:44 +02:00
committed by GitHub
parent f4ef4ec23a
commit ff08b85700
6 changed files with 42 additions and 26 deletions

View File

@@ -9,6 +9,8 @@ import (
type ServerStreamStatsFormat struct {
// number of sent RTP packets
RTPPacketsSent uint64
// local SSRC
LocalSSRC uint32
}
// ServerStreamStatsMedia are stream media statistics.