I definitely have a firewall issue, so I need to reconfigure that. With the firewall down, I can get a Pandora stream to work now as well as an mp3 radio stream from KEXP but that is all so far. I modified the player parameters to best LAME quality and forced 320k, which seems to have cleared up the rebuffering issue for those sources. I put the config.xml (which was actually saved as "config.xmlsave") in a folder in applications with the executable for OSX. I can't tell if the file is being parsed or not at runtime, but the log indicates that the only codec is mp3 and the MaxSampleRate is 48000, bothy of which I modified in the config file as below:
<?xml version="1.0"?> <squeeze2upnp> <server>?</server> <upnp_socket>?</upnp_socket> <slimproto_stream_port>9000</slimproto_stream_port> <base_mac>XXXXXXXXXX</base_mac> ** I edited out the MAC** <slimproto_log>info</slimproto_log> <stream_log>info</stream_log> <output_log>info</output_log> <decode_log>info</decode_log> <web_log>info</web_log> <upnp_log>info</upnp_log> <main_log>info</main_log> <sq2mr_log>info</sq2mr_log> <upnp_scan_interval>30</upnp_scan_interval> <upnp_scan_timeout>15</upnp_scan_timeout> <common> <streambuf_size>2457600</streambuf_size> <output_size>2457600</output_size> <buffer_dir>.</buffer_dir> <buffer_limit>-1</buffer_limit> <stream_length>-3</stream_length> <max_read_wait>100</max_read_wait> <max_GET_bytes>-1</max_GET_bytes> <enabled>1</enabled> <process_mode>2</process_mode> <codecs>alc,flc,mp3</codecs> <sample_rate>192000</sample_rate> <L24_format>1</L24_format> <flac_header>1</flac_header> <seek_after_pause>0</seek_after_pause> <force_volume>0</force_volume> <volume_on_play>1</volume_on_play> <send_metadata>1</send_metadata> <volume_curve>0:0, 400:10, 700:20, 1200:30, 2050:40, 3800:50, 6600:60, 12000:70, 21000:80, 37000:90, 65536:100</volume_curve> <accept_nexturi>1</accept_nexturi> <upnp_remove_count>1</upnp_remove_count> </common> <device> <udn>uuid: XXXXX </udn> ** I edited out the udn** <name>OPPO BDP-103</name> <mac>XX:XX:XX:XX:XX:XX</mac> ** I edited out the MAC** <enabled>1</enabled> </device> </squeeze2upnp> ------------------------------------------------------------------------ scintilla's Profile: http://forums.slimdevices.com/member.php?userid=11680 View this thread: http://forums.slimdevices.com/showthread.php?t=102496 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
