Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please add codecs, birate, range, init to StreamList data #86

Closed
greentornado opened this issue Jul 25, 2020 · 6 comments
Closed

please add codecs, birate, range, init to StreamList data #86

greentornado opened this issue Jul 25, 2020 · 6 comments

Comments

@greentornado
Copy link

greentornado commented Jul 25, 2020

type Stream struct {
	ItagNo   int    `json:"itag"`
	URL      string `json:"url"`
	MimeType string `json:"mimeType"`
	Quality  string `json:"quality"`
	Cipher   string `json:"signatureCipher"`
}

Please add codecs, bitrate, range, init of AdaptiveFormats to the Stream struct please ...

@Julian-Chu
Copy link
Collaborator

Julian-Chu commented Jul 26, 2020

Hi @greentornado ,

do you have to touch AdaptiveFormat directly or just need information of above properties?

@greentornado
Copy link
Author

its perfect if i can touch AdaptiveFormat directly bro

@kkc
Copy link
Collaborator

kkc commented Jul 27, 2020

sounds like we may need to expose an API?

@greentornado
Copy link
Author

yeah because I wanna build a dash file to play with EXO player...

@corny
Copy link
Collaborator

corny commented Aug 13, 2020

Can we merge formats and adaptive formats in a single list?

@corny
Copy link
Collaborator

corny commented Aug 13, 2020

Please check out the latest release.

@corny corny closed this as completed Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants