Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FLVCloseCallback ¶
type FLVConnectCallback ¶
type FLVWriter ¶
func NewFLVWriter ¶
func NewFLVWriter(app, title, url string, ctx *websocket.Conn, callback FLVCloseCallback) *FLVWriter
func (*FLVWriter) DropPacket ¶
func (*FLVWriter) SendPacket ¶
func (self *FLVWriter) Write(p av.Packet) error {
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServerFunc ¶
func NewServerFunc(h av.Handler, connCallback FLVConnectCallback, callback FLVCloseCallback) *Server
Click to show internal directories.
Click to hide internal directories.