mediamtx/internal/staticsources/rtp/media.go
Alessandro Ros 3f599d236f
Some checks failed
code_lint / go (push) Has been cancelled
code_lint / go_mod (push) Has been cancelled
code_lint / docs (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_e2e (push) Has been cancelled
rtp: reorder packets before ingestion (#5194)
2025-11-14 17:19:48 +01:00

7 lines
124 B
Go

package rtp
import "github.com/bluenviron/gortsplib/v5/pkg/description"
type rtpMedia struct {
desc *description.Media
}