You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With go-chromecast v0.3.1 on a MacBook Pro M1 running Ventura 13.6.6 and ffmpeg v7.0 from Homebrew, I get a transcoding error when trying to play M4A files containing album artwork to a Chromecast Audio:
(The lines between the two [..] have all been included without omissions.)
After creating an audio-only version of the sb.m4a file by means of ffmpeg -c:a copy -vn this latter file will play just fine using both go-cromecast load and go-chromecast playlist.
I don't know if the problems outlined above could possibly be caused by my copy of ffmpeg (now v7.0, but previously v6.6.1 failed just the same) installed from Homebrew or the fact that the M4A file was already created back in 2008 with an old version of iTunes, but a great solution would be if go-chromecast could be switched to audio-only processing by means of an --audio-only option to the load and playlist commands.
Thank you very much for your great work!
The text was updated successfully, but these errors were encountered:
With go-chromecast v0.3.1 on a MacBook Pro M1 running Ventura 13.6.6 and ffmpeg v7.0 from Homebrew, I get a transcoding error when trying to play M4A files containing album artwork to a Chromecast Audio:
This happens because the M4A file apparently includes the album cover picture as an mjpeg video stream which my ffmpeg cannot handle:
(The lines between the two
[..]
have all been included without omissions.)After creating an audio-only version of the
sb.m4a
file by means offfmpeg -c:a copy -vn
this latter file will play just fine using bothgo-cromecast load
andgo-chromecast playlist
.I don't know if the problems outlined above could possibly be caused by my copy of ffmpeg (now v7.0, but previously v6.6.1 failed just the same) installed from Homebrew or the fact that the M4A file was already created back in 2008 with an old version of iTunes, but a great solution would be if
go-chromecast
could be switched to audio-only processing by means of an--audio-only
option to theload
andplaylist
commands.Thank you very much for your great work!
The text was updated successfully, but these errors were encountered: