Post Reply 
Radio Paradise, metadata and MinimStreamer
01-06-2020, 00:16 (This post was last modified: 01-06-2020 00:28 by DavidHB.)
Post: #5
RE: Radio Paradise, metadata and MinimStreamer
Thanks, Simon for your response, helpful as ever.

My renderer is indeed a Linn Klimax Exakt DSM, so I am trying to get the stream to play directly, without being routed through MinimStreamer, as you suggest. I am having difficulty in interpreting the instructions in the MimStreamer User Guide (the "Routing network streams via MinimServer" section).

As noted above, the stream is identified and plays correctly but without metadata with the line

#EXTINF:-1,[*Paradise] Radio Paradise

in the playlist. If I understand the User Guide correctly, with that line the stream is being routed via MinimStreamer. If I change the playlist line to

#EXTINF:-1,[+Paradise] Radio Paradise

the two entries appear in the list of radio stations as expected, but neither stream plays, and there are error messages in the log of the form

Chain: error starting chain
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
at com.minimstreamer.NetworkSource.start(NetworkSource.java:152)
at org.jstreamer.core.ChainSource.start(ChainSource.java:46)
at org.jstreamer.core.ChainImpl.startLinks(ChainImpl.java:79)
at org.jstreamer.core.ChainImpl.start(ChainImpl.java:55)
at com.minimstreamer.Streamer$NetworkRequestHandler.processRequest(Streamer.java:31​28)
at com.minimserver.Server$StreamerRequestHandler.processRequest(Server.java:23800)
at org.jminim.lib.HTTPConnection$WriterThread.runWriterThread(HTTPConnection.java:4​67)
at org.jminim.lib.HTTPConnection$WriterThread.run(HTTPConnection.java:422)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at com.minimstreamer.NetworkSource.doStart(NetworkSource.java:401)
at com.minimstreamer.NetworkSource.start(NetworkSource.java:150)
... 7 more

and

Chain: error starting chain
java.lang.ArrayIndexOutOfBoundsException: 4000
at com.minimstreamer.NetworkSource.doStart(NetworkSource.java:402)
at com.minimstreamer.NetworkSource.start(NetworkSource.java:150)
at org.jstreamer.core.ChainSource.start(ChainSource.java:46)
at org.jstreamer.core.ChainImpl.startLinks(ChainImpl.java:79)
at org.jstreamer.core.ChainImpl.start(ChainImpl.java:55)
at com.minimstreamer.Streamer$NetworkRequestHandler.processRequest (Streamer.java:3128)
at com.minimserver.Server$StreamerRequestHandler.processRequest(Server.java:23800)
at org.jminim.lib.HTTPConnection$WriterThread.runWriterThread(HTTPConnection.java:4​67)
at org.jminim.lib.HTTPConnection$WriterThread.run(HTTPConnection.java:422)

What Have I done wrong, and how can I correctly instruct MinimServer to send the stream without routing it through MinimStreamer?

David
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Radio Paradise, metadata and MinimStreamer - DavidHB - 01-06-2020 00:16

Forum Jump:


User(s) browsing this thread: 1 Guest(s)