Documentation ¶
Index ¶
Constants ¶
View Source
const ( RtspMagicHeader = "RTSP/1.0" RtspMagicHeaderLength = 8 RtspCseqHeader = "CSeq: " RtspCseqHeaderLength = 6 RtspServerHeader = "Server: " RtspServerHeaderLength = 8 RtspNewlineLength = 2 RTSP = "rtsp" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RTSPPlugin ¶
type RTSPPlugin struct{}
func (*RTSPPlugin) Name ¶
func (p *RTSPPlugin) Name() string
func (*RTSPPlugin) PortPriority ¶
func (p *RTSPPlugin) PortPriority(port uint16) bool
func (*RTSPPlugin) Priority ¶
func (p *RTSPPlugin) Priority() int
func (*RTSPPlugin) Type ¶
func (p *RTSPPlugin) Type() plugins.Protocol
Click to show internal directories.
Click to hide internal directories.