-
Notifications
You must be signed in to change notification settings - Fork 7
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
Prevent using external download-service #18
Comments
https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/youtube.py youtube-dl -F "https://www.youtube.com/watch?t=4&v=z9pr22fnZKk" And another one: |
Mmm, getting vorbis, opus or m4a to stream is going to be hard withour ffmpeg... |
Homey supports following codecs: mp3, ogg, flac. https://apps.developer.athom.com/tutorial-Media-Codecs.html |
transcoding in pure js, didn't know that was possible 👍 |
Currently I'm in a process of rewriting app using Homey SDK 2 and oAuth. |
Don't feel like I'm rushing you ;-) Using this bug to gather research for better youtube-audio support in Homey... |
I don't see a format which is directly supported in Homey. Vorbis is in webm container. |
https://stackoverflow.com/a/45375023
Try to use a direct stream URL first?
The text was updated successfully, but these errors were encountered: