Internet Streams always stop after ~3 hours

I’ve tried multiple different live audio streams using multiple different services (TuneIn, Direct Stream URL), all which seem to stop playing after a few hours. I have tried with the Stream WatchDog settings enabled and disabled. I have also tried on direct ethernet vs WiFi, with no luck.

Digging through the mopidy-debug log, I see a few lines in there right before the stream stops:

2020-07-13 11:33:46,755 DEBUG [2731:Dummy-24] mopidy.audio.gst: Got about-to-finish event.
2020-07-13 11:33:51,901 DEBUG [2731:MainThread] mopidy.audio.gst: Got end-of-stream message.
2020-07-13 11:33:51,902 DEBUG [2731:MainThread] mopidy.audio.actor: Audio event: reached_end_of_stream()
2020-07-13 11:33:51,902 DEBUG [2731:MainThread] mopidy.listener: Sending reached_end_of_stream to AudioListener: {}
2020-07-13 11:33:51,908 DEBUG [2731:MainThread] mopidy.audio.gst: Got state-changed message: old=GST_STATE_PLAYING new=GST_STATE_PAUSED pending=GST_STATE_NULL
2020-07-13 11:33:51,914 DEBUG [2731:MainThread] mopidy.audio.gst: Got state-changed message: old=GST_STATE_PAUSED new=GST_STATE_READY pending=GST_STATE_NULL
2020-07-13 11:33:51,915 DEBUG [2731:MainThread] mopidy.audio.actor: Audio event: state_changed(old_state=playing, new_state=stopped, target_state=None)

Manually starting the stream works, and reboot of the system with the Autostart stream option works. Not sure what is going on here.

That log does suggest the stream is coming to an end. Can you share the url?

http://peridot.streamguys.com:6010/live.m3u

The stream never ends, as it is a live feed. I have setup a Denon media player that continues to play the stream when the MusicBox cuts out. This also seems to happen when using the TuneIn link for the same stream, or even when using a completely different stream (NPR).

whelp, I just called it quits on MusicBox for now. Switched over to Volumio and i’ve been successfully playing the stream for 2+ days uninterrupted. I’d love to use MusicBox since its not as bloated as the alternative. I will check back on this project in a few months.

I am having the exact same problem. After 3 hours, my internet stream stops with the reached_end_of_stream message.
Did you find any solution?