Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogLevel format.LogLevel
Functions ¶
Types ¶
type Config ¶
type Config struct { Request struct { Files struct { DASH struct { CDNs struct { Fastly_Skyfire struct { URL string } } } Progressive []struct { Width int Height int URL string } } Timestamp int64 // this is just the current time } Video ConfigVideo }
func (Config) Master ¶ added in v1.45.4
These are segmented, but you can actually get the full videos like this: skyfire.vimeocdn.com/1640649881-0xc62066ffa3260c57af3d58b6b788399c3f8a52ef/ 64a97917-f2a3-46b6-a4cc-3e55e3dd07a8/parcel/video/fb8654f4.mp4 Its only advertised for 426x240, but it seems to work with all of them. Careful, URLs like above are timestamped, so they only work for a short time. Also, even though it says Video, audio is included too.
type ConfigVideo ¶ added in v1.45.4
func (ConfigVideo) String ¶ added in v1.45.4
func (c ConfigVideo) String() string
func (ConfigVideo) Time ¶ added in v1.45.4
func (c ConfigVideo) Time() time.Duration
type Master ¶ added in v1.45.4
type Master struct {
Video []MasterVideo
}
type MasterVideo ¶ added in v1.45.4
Click to show internal directories.
Click to hide internal directories.