Documentation ¶ Index ¶ func Parse(content string) (sess Session, medias []Media) type Media type Session Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Parse ¶ func Parse(content string) (sess Session, medias []Media) Types ¶ type Media ¶ type Media struct { AVType string Type av.CodecType TimeScale int Control string Rtpmap int ChannelCount int Config []byte SpropParameterSets [][]byte SpropVPS []byte SpropSPS []byte SpropPPS []byte PayloadType int SizeLength int IndexLength int } type Session ¶ type Session struct { Uri string } Source Files ¶ View all Source files parser.go Click to show internal directories. Click to hide internal directories.