stream

package module
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2024 License: OSL-3.0 Imports: 13 Imported by: 0

README

stream

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Name

func Name(n Namer) string

Owner - Show Season Episode - Title - Year

Types

type Namer

type Namer interface {
	Owner() (string, bool)
	Show() (string, bool)
	Season() (string, bool)
	Episode() (string, bool)
	Title() (string, bool)
	Year() (string, bool)
}

type Stream

type Stream struct {
	Base        *url.URL
	Client_ID   string
	Info        bool
	Name        string
	Poster      widevine.Poster
	Private_Key string
}

func (Stream) DASH_Sofia added in v1.2.0

func (s Stream) DASH_Sofia(items []*dash.Representation, index int) error

func (*Stream) HLS

func (s *Stream) HLS(ref string) (*hls.Master, error)

func (Stream) HLS_Media

func (s Stream) HLS_Media(items []hls.Media, index int) error

func (Stream) HLS_Streams

func (s Stream) HLS_Streams(items []hls.Stream, index int) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL