Documentation
¶
Overview ¶
api.go
cli.go
dash.go
dash_segments.go
downloader.go
drm.go
hls.go
orchestrator.go
Index ¶
- func DownloadDash(streamId string, manifestData *Manifest, optionsData *Options) error
- func DownloadHls(streamId string, manifestData *Manifest, optionsData *Options) error
- func Get(targetUrl *url.URL, headers map[string]string) (*http.Response, error)
- func Head(targetUrl *url.URL, headers map[string]string) (*http.Response, error)
- func Post(targetUrl *url.URL, headers map[string]string, body []byte) (*http.Response, error)
- type Cache
- type CacheValue
- type DrmSystem
- type Flag
- type FlagBool
- type FlagInt
- type FlagSet
- type FlagString
- type FlagValue
- type Manifest
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadDash ¶ added in v1.35.1
func DownloadHls ¶ added in v1.35.1
Types ¶
type Cache ¶ added in v1.24.7
type Cache string
func (Cache) Decode ¶ added in v1.34.1
func (c Cache) Decode(values ...CacheValue) error
func (Cache) Encode ¶ added in v1.34.1
func (c Cache) Encode(values ...CacheValue) error
type CacheValue ¶ added in v1.40.7
type CacheValue interface {
CachePath() string
}
type FlagString ¶ added in v1.38.7
type FlagString string
func (FlagString) Default ¶ added in v1.38.7
func (s FlagString) Default() string
func (FlagString) Example ¶ added in v1.38.7
func (FlagString) Example() string
func (*FlagString) Parse ¶ added in v1.38.7
func (s *FlagString) Parse(value string) error
func (FlagString) Type ¶ added in v1.38.7
func (FlagString) Type() string
Click to show internal directories.
Click to hide internal directories.