import "41.neocities.org/net"
const FilterUsage = `b = bandwidth
c = codecs
h = height
i = id
l = lang
r = role`
type Config struct {
Send func([]byte) ([]byte, error)
// Number of segments to download in parallel
Threads int
// PlayReady
CertificateChain string
EncryptSignKey string
// Widevine
ClientId string
PrivateKey string
}
func (c *Config) Download(represent *dash.Representation) error
git clone
https://github.com/3052/net.git git@github.com:3052/net.git