mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-12-24 11:51:18 +08:00
8 lines
124 B
Go
8 lines
124 B
Go
package rtp
|
|
|
|
import "github.com/bluenviron/gortsplib/v5/pkg/description"
|
|
|
|
type rtpMedia struct {
|
|
desc *description.Media
|
|
}
|