Documentation ¶ Index ¶ Constants type Parser func (p *Parser) ParseLiveStream(ctx context.Context, streamInfo *lives.StreamUrlInfo, file string) (err error) func (p *Parser) Status() (map[string]string, error) func (p *Parser) Stop() (err error) Constants ¶ View Source const ( Name = "ffmpeg" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Parser ¶ type Parser struct { // contains filtered or unexported fields } func (*Parser) ParseLiveStream ¶ func (p *Parser) ParseLiveStream(ctx context.Context, streamInfo *lives.StreamUrlInfo, file string) (err error) func (*Parser) Status ¶ func (p *Parser) Status() (map[string]string, error) func (*Parser) Stop ¶ func (p *Parser) Stop() (err error) Source Files ¶ View all Source files ffmpeg.go Click to show internal directories. Click to hide internal directories.