Documentation
¶
Index ¶
Constants ¶
View Source
const (
MasterPlaylist = "master.m3u8"
)
Variables ¶
This section is empty.
Functions ¶
func GetMetadata ¶
GetMetadata uses ffprobe to parse video file metadata.
func SetLogger ¶
func SetLogger(l *zap.SugaredLogger)
Types ¶
type Arguments ¶
type Arguments struct {
// contains filtered or unexported fields
}
func HLSArguments ¶
func HLSArguments() Arguments
HLSArguments creates a default set of arguments for ffmpeg HLS encoding.
func NewArguments ¶
func (Arguments) GetStrArguments ¶
GetStrArguments serializes ffmpeg arguments in a format sutable for cmd.Start.
Click to show internal directories.
Click to hide internal directories.