Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogLevel mech.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 struct {
Duration Duration
Owner struct {
Name string
}
Title string
}
}
func (Config) Videos ¶ added in v1.42.8
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.
Click to show internal directories.
Click to hide internal directories.