Seems like there's a bug with m4a playlist files #106
Answered
by
radioactiveman
stefanos82
asked this question in
Q&A
-
Website https://nightride.fm uses https://nightride.fm/stream/nightride.m4a behind the scenes to stream music 24/7. I have tried to play it with the latest repo commit and I got the following error messages: I have tested it with mpv and VideoLAN and both play it just fine. Any feedback on this issue of mine? |
Beta Was this translation helpful? Give feedback.
Answered by
radioactiveman
Jan 25, 2024
Replies: 1 comment 3 replies
-
Feedback for now is that I can reproduce it. Not sure yet why it doesn't work with Audacious. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's not the issue. The reason why the stream doesn't play is because avformat_open_input (provided by FFmpeg) fails.
And this is caused by a wrong file extension. nightride.fm uses incorrectly m4a as file extension but in fact streams MP3 content.
This is no issue in Audacious, so please report it to nightride.fm.
You may use https://nightride.fm/stream/nightride.ogg or https://nightride.fm/stream/nightride.mp3 until they fix it.