-
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
no youtubeinmp3 but convertmp3io #19
Comments
And though that one worked yesterday, now the convertmp3.io doesn't work anymore... Don't know if there's alternatives. Otherwise we should delete the Homey-Music part for now... |
Or we should try using: |
there are more challenges here
* codecs can be any combination Homey support (better quality preferred) I suggest if you have some time, let's first explore converting mp4 to mp3 and see if we can create a POC that actually works on Homey. |
Audiocogs won't work, uses web-api so we need a browser for that if I understand the code correctly. Why would Homey only accept stream_url? Soundboard works too... Off course cleanup of the download/convert fs-directory is needed after that... |
Soundboard must first "upload" audio file to Homey system and you can't play your files directly. There is no option of streaming local audio files. |
Nice bringing his up for improvements Bas, and Matjaz for looking into this. |
stream-url audio from a youtube url: |
Streaming doesn't actually solve anything, since we need to transcode to Homey supported audio codec. I've found another service that 'works', but it requires passing cookies. So we'll see how long that works. Please test if you have time. In master and in on apps store review version 0.6.3. |
a webm audio stream is vorbis. I think all YT-movies have webm with vorbis in them. |
yeah, but vorbis can't be played on Homey. |
The new mp3-service doesn't work on Chromecast? Different errors: invalid media-id, media request timed out etc. Music seems to be playing but no sound (the artwork appears however, using chromecast video. |
see #18 |
http://www.youtubeinmp3.com/
redirects, see
https://www.convertmp3.io/api/
The text was updated successfully, but these errors were encountered: