Sorry reposting in the good thread (I've posted in the deprecated one). Hello @philippe_44, I've just setup squeezetoupnp for my Bel Canto Refstream to use with Roon.
OS is Debian and platform is x86_64. Solution is running is quite well but this is not perfect as, sometimes (not often), playback randomly failed and stop with following exception : "[00:51:03.407169] read_line:589 fd: 10 read error: 104 Connection reset by peer [00:51:03.407293] http_parse:513 cannot read method [10:54:08.152015] read_line:589 fd: 11 read error: 104 Connection reset by peer [10:54:08.152043] http_parse:513 cannot read method" Last error occurend with the following scenario : - I was listening to an album (around 10 tracks) - in the middle of this album, I decided to switch to a new album so launch a new album with "play now" - New tracks were added, but playback failed - I have to press "play" button again to make it working I have played a lot with "streaming_length" parameter when putting in place the solution and neither "-1", "-2" or "-3" was working. Playback never launched and get the "connection reset by peer" issue. That's why I have set a very high value following your recommandation. But it still randomly fails like I said ... Here is my config.xml file : <?xml version="1.0"?> <squeeze2upnp> <common> <streambuf_size>524288</streambuf_size> <output_size>4194304</output_size> <stream_length>20480000000000</stream_length> <enabled>1</enabled> <remove_timeout>120</remove_timeout> <codecs>aac,ogg,ops,ogf,flc,alc,wav,aif,pcm,mp3</codecs> <mode>thru</mode> <next_delay>15</next_delay> <raw_audio_format>raw,wav,aif</raw_audio_format> <sample_rate>96000</sample_rate> <L24_format>1</L24_format> <flac_header>1</flac_header> <roon_mode>1</roon_mode> <forced_mimetypes></forced_mimetypes> <seek_after_pause>0</seek_after_pause> <send_icy>1</send_icy> <volume_on_play>-1</volume_on_play> <volume_feedback>1</volume_feedback> <send_metadata>1</send_metadata> <send_coverart>1</send_coverart> <max_volume>100</max_volume> <accept_nexturi>1</accept_nexturi> <auto_play>0</auto_play> <server>?</server> <coverart></coverart> <resample_options></resample_options> </common> <binding>?</binding> <slimproto_log>info</slimproto_log> <slimmain_log>warn</slimmain_log> <stream_log>warn</stream_log> <output_log>info</output_log> <decode_log>warn</decode_log> <main_log>info</main_log> <upnp_log>info</upnp_log> <util_log>warn</util_log> <log_limit>-1</log_limit> <device> <udn>uuid:0280AD230420-Audio Renderer</udn> <name>Audio Renderer-14</name> <friendly_name>Audio Renderer-14</friendly_name> <mac>XXXXXXXX</mac> <enabled>1</enabled> </device> <device> <udn>uuid:aef97514-d8c6-4ccf-a87f-0c37f08632ef</udn> <name>1080p Plasma TV</name> <friendly_name>1080p Plasma TV</friendly_name> <mac>XXXXXXXX</mac> <enabled>0</enabled> </device> <device> <udn>uuid:dd45b40f-5b23-32d8-b273-6ed87d2ac48c</udn> <name>Freebox Player</name> <friendly_name>Freebox Player</friendly_name> <Mac>XXXXXXXX</mac> <enabled>0</enabled> </device> </squeeze2upnp> Any chance to have a better configuration ? Thanks for your support, Kind Regards, Jeff ------------------------------------------------------------------------ jigsaw_rh's Profile: http://forums.slimdevices.com/member.php?userid=72248 View this thread: http://forums.slimdevices.com/showthread.php?t=103728 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
