MinimServer Forum
Radio streaming stops after few seconds - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: MinimStreamer (/forumdisplay.php?fid=11)
+--- Thread: Radio streaming stops after few seconds (/showthread.php?tid=6309)



Radio streaming stops after few seconds - vaki - 22-08-2021 12:47

Hi,
I am trying to configure radio stream from Synology DS918+ (Esoteric N05).
Streaming start and after few seconds it just stops. I tried on different stations and result is same. Last config I tried:
#EXTM3U
#EXTINF:-1,[+Klassik Radio Live;mp3] Klassik Radio Live
http://stream.klassikradio.de/live/mp3-192/stream.klassikradio.de

Any ideas?
Thanks in advance


RE: Radio streaming stops after few seconds - simoncn - 22-08-2021 16:39

This stream is playing for me. It sounds like your renderer (Esoteric N05) might not be able to play MP3 streams that don't have a specific length.

Either or both of the following might help:

1) Set the stream.transcode property to mp3:L16 and restart MinimServer

2) Set the stream.options property to streamSize=2GB and restart MinimServer


RE: Radio streaming stops after few seconds - vaki - 22-08-2021 18:26

(22-08-2021 16:39)simoncn Wrote:  This stream is playing for me. It sounds like your renderer (Esoteric N05) might not be able to play MP3 streams that don't have a specific length.

Either or both of the following might help:

1) Set the stream.transcode property to mp3:L16 and restart MinimServer

2) Set the stream.options property to streamSize=2GB and restart MinimServer

Thanks simoncn for the answer.

I tried both properties but streaming, still, stops after few seconds.


RE: Radio streaming stops after few seconds - simoncn - 22-08-2021 21:11

Are there any messages in the minimserver.log file about byte-range requests? You can find this file in the MinimServer/appData folder.


RE: Radio streaming stops after few seconds - vaki - 22-08-2021 22:10

No, there is nothing about byte-range requests in log file.


RE: Radio streaming stops after few seconds - simoncn - 22-08-2021 23:01

You could try reducing the streamSize value in case it is the size of the stream that is causing problems for your renderer. For example, does streamSize=20MB work?

If this doesn't help, I will send you instructions for producing a debug log. This might provide some information about what the renderer is doing when the music stops playing.


RE: Radio streaming stops after few seconds - vaki - 23-08-2021 12:57

Combination,

stream.transcode property to mp3:L16
and
streamSize=20MB
now works great! Smile

Thanks simoncn for the help


RE: Radio streaming stops after few seconds - simoncn - 23-08-2021 14:02

You should be able to increase 20MB to a more sensible value (time limit) for radio streaming. Did you try 2GB with L16? If this didn't work, you can try some intermediate value such as 200MB, 500MB or 1GB.