05-28-2025, 11:30 PM
Hi,
I've finally realised what the issue is that i've been having for ages.
I have music streaming over http links with direct links to songs through MPD. (eg https://music/play.php?song=1&name=etc)
When playing in moode it will keep trying to hit the stream repeatedly over and over even though the stream should be completed after 2/3 seconds.
So a 4 minute song will easily have over 500 requests on the URL when at most it should request, hit http 416 (no more data to stream) and then stop requesting until the next song.
Moode looks to be treating every http stream as a continuous radio stream and i can' see a way to make it be treated as a media file instead.
is there a way to stop this happening? i'm not sure how the player works but i tested in volumio and didn't get the same requests watching my web server
Calling the http stream affects things like server load / data and playback history and other things i'd like to avoid.
I've finally realised what the issue is that i've been having for ages.
I have music streaming over http links with direct links to songs through MPD. (eg https://music/play.php?song=1&name=etc)
When playing in moode it will keep trying to hit the stream repeatedly over and over even though the stream should be completed after 2/3 seconds.
So a 4 minute song will easily have over 500 requests on the URL when at most it should request, hit http 416 (no more data to stream) and then stop requesting until the next song.
Moode looks to be treating every http stream as a continuous radio stream and i can' see a way to make it be treated as a media file instead.
is there a way to stop this happening? i'm not sure how the player works but i tested in volumio and didn't get the same requests watching my web server
Calling the http stream affects things like server load / data and playback history and other things i'd like to avoid.