mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 08:01:14 +08:00
rename files
This commit is contained in:
11
serverstreamformat.go
Normal file
11
serverstreamformat.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package gortsplib
|
||||
|
||||
import (
|
||||
"github.com/aler9/gortsplib/v2/pkg/format"
|
||||
"github.com/aler9/gortsplib/v2/pkg/rtcpsender"
|
||||
)
|
||||
|
||||
type serverStreamFormat struct {
|
||||
format format.Format
|
||||
rtcpSender *rtcpsender.RTCPSender
|
||||
}
|
Reference in New Issue
Block a user