Versions in this module Expand all Collapse all v0 v0.1.0 May 11, 2020 Changes in this version + type FLVWriter struct + Uid string + func NewFLVWriter(app, title, url string, ctx http.ResponseWriter) *FLVWriter + func (flvWriter *FLVWriter) Close(error) + func (flvWriter *FLVWriter) DropPacket(pktQue chan *av.Packet, info av.Info) + func (flvWriter *FLVWriter) Info() (ret av.Info) + func (flvWriter *FLVWriter) SendPacket() error + func (flvWriter *FLVWriter) Wait() + func (flvWriter *FLVWriter) Write(p *av.Packet) (err error) + type Server struct + func NewServer(h av.Handler) *Server + func (server *Server) Serve(l net.Listener) error