Documentation ¶
Index ¶
- type RTSPClientConnection
- type RTSPClientSession
- type RTSPServer
- func (s *RTSPServer) Destroy()
- func (s *RTSPServer) HTTPServerPortNum() int
- func (s *RTSPServer) Listen(portNum int) error
- func (s *RTSPServer) RtspURL(streamName string) string
- func (s *RTSPServer) RtspURLPrefix() string
- func (s *RTSPServer) SetupTunnelingOverHTTP(httpPort int) bool
- func (s *RTSPServer) Start()
- type StreamServerState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RTSPClientConnection ¶
type RTSPClientConnection struct {
// contains filtered or unexported fields
}
type RTSPClientSession ¶
type RTSPClientSession struct { TCPStreamIDCount uint // contains filtered or unexported fields }
type RTSPServer ¶
type RTSPServer struct {
// contains filtered or unexported fields
}
func New ¶
func New(authDatabase *auth.Database) *RTSPServer
func (*RTSPServer) Destroy ¶
func (s *RTSPServer) Destroy()
func (*RTSPServer) HTTPServerPortNum ¶
func (s *RTSPServer) HTTPServerPortNum() int
func (*RTSPServer) Listen ¶
func (s *RTSPServer) Listen(portNum int) error
func (*RTSPServer) RtspURL ¶
func (s *RTSPServer) RtspURL(streamName string) string
func (*RTSPServer) RtspURLPrefix ¶
func (s *RTSPServer) RtspURLPrefix() string
func (*RTSPServer) SetupTunnelingOverHTTP ¶
func (s *RTSPServer) SetupTunnelingOverHTTP(httpPort int) bool
func (*RTSPServer) Start ¶
func (s *RTSPServer) Start()
type StreamServerState ¶
type StreamServerState struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.