Ron F. wrote: > Question: is LMS using the system's installed version of openssl, or is > it using a copy that it brings with it?
LMS uses perl IO::Socket::SSL, which then uses the system openssl for connections (I wonder if the perl module version makes a difference), however LMS is only used if you are using proxied streaming. If the player supports SSL, then the players SSL is what matters. If the player does not support SSL, then LMS will automatically proxy. However, I'm not sure how SSL plays into this. I was doing a test over the weekend, and the connections to RP were _not_ secured. The music was streaming over plain HTTP. (Both in the interactive and continuous stream) When playing the continuous stream, data is fed to the player at a nice controlled pace from the server. When the interactive stream is played, the server tries to send the whole file all at once, so the file fills the player and network receive buffers. I wonder what happens if you increase your player buffer to hold more data. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) if you like the piCorePlayer ------------------------------------------------------------------------ paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858 View this thread: http://forums.slimdevices.com/showthread.php?t=111131 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
