package
Version:
v0.2.2-0...-eaa9271
Opens a new window with list of versions in this module.
Published: Aug 26, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
HlsSegmentLength = 10
ClearCacheAfter = 12
VideoCachePath = "data/cache/video/"
)
type FFProbeData struct {
Format struct {
Duration float64 `json:"duration,string"`
BitRate int `json:"bit_rate,string"`
} `json:"format"`
Streams []struct {
CodecType string `json:"codec_type"`
CodecName string `json:"codec_name"`
PixelFormat string `json:"pix_fmt"`
} `json:"streams"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.