mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 14:52:46 +08:00
server: re-export ServerSession.WritePacketRTP() (#90)
This commit is contained in:
@@ -318,7 +318,7 @@ func (st *ServerStream) WritePacketRTP(trackID int, payload []byte) {
|
||||
|
||||
// send unicast
|
||||
for r := range st.readersUnicast {
|
||||
r.writePacketRTP(trackID, payload)
|
||||
r.WritePacketRTP(trackID, payload)
|
||||
}
|
||||
|
||||
// send multicast
|
||||
|
Reference in New Issue
Block a user