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

Support youtube videos as source #6

Closed
skomski opened this issue Jul 9, 2020 · 2 comments
Closed

Support youtube videos as source #6

skomski opened this issue Jul 9, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@skomski
Copy link
Member

skomski commented Jul 9, 2020

  • use youtube-dl for getting the audio link
  • new decoder needed: either extract vorbis audio from webm container or use m4a
@skomski skomski added the enhancement New feature or request label Jul 9, 2020
@docweirdo
Copy link
Collaborator

https://docs.rs/rafy/0.2.1/rafy/
This might be a suitable library, I found other rust libraries to be lacking functionality.
youtube-dl for example only fetches metadata and no actual video or sound content

@skomski
Copy link
Member Author

skomski commented Jul 15, 2020

3b71041

@skomski skomski closed this as completed Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants