Re: [slim] Sony STR-DN1080 via DLNA with LMS?

2020-04-19 Thread DLloyd


I ordered the parts and built a picoreplayer with touchscreen. It works
great, no problems, and supports 192 kHz/24-bit via HDMI...

Thanks for the help and suggestions everyone!



DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=111955

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Sony STR-DN1080 via DLNA with LMS?

2020-04-08 Thread DLloyd


philippe_44 wrote: 
> And did we try to fix the Onkyo in upnp mode?

Hi Philippe,
Thanks for getting back to me. Yes, we did try to fix the Onkyo. The
biggest problem is that if you put the unit into standby mode it does
not reconnect to LMS.
Since the recent firmware update it fails to play complete tracks and
stops playing when there is around 15 seconds remaining...



DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=111955

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Sony STR-DN1080 via DLNA with LMS?

2020-04-08 Thread DLloyd


Apesbrain wrote: 
> Raspberry Pi running piCorePlayer connected to Onkyo via HDMI or USB. 
> An RPi A+*, case, power supply, microSD card, and cable will cost about
> $50.
> 
> *RPi 4 or 3B+ if you need ethernet; will cost a little more.

Thanks for the suggestion. Will this support 192 kHz/24-bit via HDMI?



DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=111955

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Sony STR-DN1080 via DLNA with LMS?

2020-04-06 Thread DLloyd


philippe_44 wrote: 
> Why not using AirPlay mode?

Because I have files which are 192 kHz, AirPlay is 96 kHz max.



DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=111955

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] Sony STR-DN1080 via DLNA with LMS?

2020-04-06 Thread DLloyd


Hello,

A while ago my Squeezebox bit the dust and I replaced it with an Onkyo
TX-8270 receiver. I have had a lot of problems with the Onkyo connecting
to LMMS via DLNA. Most recently a firmware upgrade "broke" the receiver
as it will no longer stream complete tracks from LMS, just the beginning
of each track. :mad:

Anyway, I'm looking to replace the Onkyo TX-8270 receiver with a Sony
STR-DN1080. Can anyone confirm if this unit works with LMS via DLNA
please?

Thanks!



DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=111955

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] PS Audio DirectStream DAC.

2019-08-03 Thread DLloyd


Hi,

Does anyone here own a PS Audio DirectStream DAC? Does it play well with
Logitech Media Server?

Thanks.



DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=110817

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Scans seem slow? web, SBC ui slow? how to make them faster! vote for this bug!

2010-12-10 Thread DLloyd

Right now my system is completely trashed.

I have had to remove/purge squeezeboxserver.


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=70371

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Scans seem slow? web, SBC ui slow? how to make them faster! vote for this bug!

2010-12-10 Thread DLloyd
tomatically converted to disk
# based table This limitation is for a single table. There can be many
# of them.
tmp_table_size=17M


# How many threads we should keep in a cache for reuse. When a client
# disconnects, the client's threads are put in the cache if there
aren't
# more than thread_cache_size threads from before. This greatly
reduces
# the amount of thread creations needed if you have a lot of new
# connections. (Normally this doesn't give a notable performance
# improvement if you have a good thread implementation.)
thread_cache_size=8

#*** MyISAM Specific options

# The maximum size of the temporary file MySQL is allowed to use while
# recreating the index (during REPAIR, ALTER TABLE or LOAD DATA
INFILE.
# If the file-size would be bigger than this, the index will be
created
# through the key cache (which is slower).
myisam_max_sort_file_size=100G

# If the temporary file used for fast index creation would be bigger
# than using the key cache by the amount specified here, then prefer
the
# key cache method. This is mainly used to force long character keys
in
# large tables to use the slower key cache method to create the index.
myisam_sort_buffer_size=34M

# Size of the Key Buffer, used to cache index blocks for MyISAM
tables.
# Do not set it larger than 30% of your available memory, as some
memory
# is also required by the OS to cache rows. Even if you're not using
# MyISAM tables, you should still set it to 8-64M as it will also be
# used for internal temporary disk tables.
key_buffer_size=25M

# Size of the buffer used for doing full table scans of MyISAM tables.
# Allocated per thread, if a full scan is needed.
read_buffer_size=64K
read_rnd_buffer_size=256K

# This buffer is allocated when MySQL needs to rebuild the index in
# REPAIR, OPTIMZE, ALTER table statements as well as in LOAD DATA
INFILE
# into an empty table. It is allocated per thread so be careful with
# large settings.
sort_buffer_size=256K


#*** INNODB Specific options ***


# Use this option if you have a MySQL server with InnoDB support
enabled
# but you do not plan to use it. This will save memory and disk space
# and speed up some things.
#skip-innodb

# Additional memory pool that is used by InnoDB to store metadata
# information. If InnoDB requires more memory for this purpose it will
# start to allocate it from the OS. As this is fast enough on most
# recent operating systems, you normally do not need to change this
# value. SHOW INNODB STATUS will display the current amount used.
innodb_additional_mem_pool_size=2M

# If set to 1, InnoDB will flush (fsync) the transaction logs to the
# disk at each commit, which offers full ACID behavior. If you are
# willing to compromise this safety, and you are running small
# transactions, you may set this to 0 or 2 to reduce disk I/O to the
# logs. Value 0 means that the log is only written to the log file and
# the log file flushed to disk approximately once per second. Value 2
# means the log is written to the log file at each commit, but the log
# file is only flushed to disk approximately once per second.
innodb_flush_log_at_trx_commit=1

# The size of the buffer InnoDB uses for buffering log data. As soon
as
# it is full, InnoDB will have to flush it to disk. As it is flushed
# once per second anyway, it does not make sense to have it very large
# (even with long transactions).
innodb_log_buffer_size=1M

# InnoDB, unlike MyISAM, uses a buffer pool to cache both indexes and
# row data. The bigger you set this the less disk I/O is needed to
# access data in tables. On a dedicated database server you may set
this
# parameter up to 80% of the machine physical memory size. Do not set
it
# too large, though, because competition of the physical memory may
# cause paging in the operating system. Note that on 32bit systems you
# might be limited to 2-3.5G of user level memory per process, so do
not
# set it too high.
innodb_buffer_pool_size=96M

# Size of each log file in a log group. You should set the combined
size
# of log files to about 25%-100% of your buffer pool size to avoid
# unneeded buffer pool flush activity on log file overwrite. However,
# note that a larger logfile size will increase the time needed for
the
# recovery process
innodb_log_file_size=8M

# Number of threads allowed inside the InnoDB kernel. The optimal
value
# depends highly on the application, hardware as well as the OS
# scheduler properties. A too high value may lead to thread thrashing.
innodb_thread_concurrency=8

innodb_data_file_path=ibdata1:10M:autoextend


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=70371

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Scans seem slow? web, SBC ui slow? how to make them faster! vote for this bug!

2010-12-10 Thread DLloyd
tomatically converted to disk
# based table This limitation is for a single table. There can be many
# of them.
tmp_table_size=17M


# How many threads we should keep in a cache for reuse. When a client
# disconnects, the client's threads are put in the cache if there
aren't
# more than thread_cache_size threads from before. This greatly
reduces
# the amount of thread creations needed if you have a lot of new
# connections. (Normally this doesn't give a notable performance
# improvement if you have a good thread implementation.)
thread_cache_size=8

#*** MyISAM Specific options

# The maximum size of the temporary file MySQL is allowed to use while
# recreating the index (during REPAIR, ALTER TABLE or LOAD DATA
INFILE.
# If the file-size would be bigger than this, the index will be
created
# through the key cache (which is slower).
myisam_max_sort_file_size=100G

# If the temporary file used for fast index creation would be bigger
# than using the key cache by the amount specified here, then prefer
the
# key cache method. This is mainly used to force long character keys
in
# large tables to use the slower key cache method to create the index.
myisam_sort_buffer_size=34M

# Size of the Key Buffer, used to cache index blocks for MyISAM
tables.
# Do not set it larger than 30% of your available memory, as some
memory
# is also required by the OS to cache rows. Even if you're not using
# MyISAM tables, you should still set it to 8-64M as it will also be
# used for internal temporary disk tables.
key_buffer_size=25M

# Size of the buffer used for doing full table scans of MyISAM tables.
# Allocated per thread, if a full scan is needed.
read_buffer_size=64K
read_rnd_buffer_size=256K

# This buffer is allocated when MySQL needs to rebuild the index in
# REPAIR, OPTIMZE, ALTER table statements as well as in LOAD DATA
INFILE
# into an empty table. It is allocated per thread so be careful with
# large settings.
sort_buffer_size=256K


#*** INNODB Specific options ***


# Use this option if you have a MySQL server with InnoDB support
enabled
# but you do not plan to use it. This will save memory and disk space
# and speed up some things.
#skip-innodb

# Additional memory pool that is used by InnoDB to store metadata
# information. If InnoDB requires more memory for this purpose it will
# start to allocate it from the OS. As this is fast enough on most
# recent operating systems, you normally do not need to change this
# value. SHOW INNODB STATUS will display the current amount used.
innodb_additional_mem_pool_size=2M

# If set to 1, InnoDB will flush (fsync) the transaction logs to the
# disk at each commit, which offers full ACID behavior. If you are
# willing to compromise this safety, and you are running small
# transactions, you may set this to 0 or 2 to reduce disk I/O to the
# logs. Value 0 means that the log is only written to the log file and
# the log file flushed to disk approximately once per second. Value 2
# means the log is written to the log file at each commit, but the log
# file is only flushed to disk approximately once per second.
innodb_flush_log_at_trx_commit=1

# The size of the buffer InnoDB uses for buffering log data. As soon
as
# it is full, InnoDB will have to flush it to disk. As it is flushed
# once per second anyway, it does not make sense to have it very large
# (even with long transactions).
innodb_log_buffer_size=1M

# InnoDB, unlike MyISAM, uses a buffer pool to cache both indexes and
# row data. The bigger you set this the less disk I/O is needed to
# access data in tables. On a dedicated database server you may set
this
# parameter up to 80% of the machine physical memory size. Do not set
it
# too large, though, because competition of the physical memory may
# cause paging in the operating system. Note that on 32bit systems you
# might be limited to 2-3.5G of user level memory per process, so do
not
# set it too high.
innodb_buffer_pool_size=96M

# Size of each log file in a log group. You should set the combined
size
# of log files to about 25%-100% of your buffer pool size to avoid
# unneeded buffer pool flush activity on log file overwrite. However,
# note that a larger logfile size will increase the time needed for
the
# recovery process
innodb_log_file_size=8M

# Number of threads allowed inside the InnoDB kernel. The optimal
value
# depends highly on the application, hardware as well as the OS
# scheduler properties. A too high value may lead to thread thrashing.
innodb_thread_concurrency=8

innodb_data_file_path=ibdata1:10M:autoextend


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=70371

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] What Anti-Virus software do you use

2008-08-14 Thread DLloyd


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=49644

Question: Which Anti-Virus do you use

- Avast
- AVG (free 8.0)
- Avira
- CA E-Trust
- ESET (NOD32)
- Kaspersky
- F-Secure
- McAfee (any version)
- Norton (any version)
- Other or None (please post a response)


On Windows, avast! Home Edition. It's free, and unlike a lot of other
Anti-Virus software, it works with 64-bit Vista.

On OS X, none!


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=49644

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Problem with Nokia 770 Skin

2008-08-14 Thread DLloyd

LanceOng;325015 Wrote: 
> I'm using 2 SlimDevices with SqueezeCenter 7.1.
> 
> The Nokia 770 skin won't let me switch between devices. I have to go to
> the standard interface, change devices, then go back to the Nokia
> interface.
> 
> This was not a problem on the 6.x SlimServer. It started with the
> SqueezeCenter 7.0 version.
> 
> Lance

This may or may not be related, but here is a really frustrating
problem I am experiencing today with the Nokia7700 skin:

On a Windows Vista PC with IE 7.0, I loaded the SqueezeCenter Web
interface with the default skin, then scrolled through the other skins
on the interface settings page. I selected each skin, clicked on Save
Settings, then refreshed the browser. This worked fine for each skin
until I selected the Nokia770 one.

On IE 7.0 the page does not display correctly, the page is garbled and
hence the page navigation is unusable. It took a while to figure out
how to get to the interface settings page, I could select a different
skin but there is a problem

The Nokia770 skin disables the scroll bars within the browser and the
page is too large to fit the browser window, so you cannot sroll down
to the Save Settings button to change the skin.

On a Mac running OS X 10.5.4 and Safari 3.1.2, the Web interface loads
and the Nokia770 skin displays correctly. However, when I navigate to
the interface settings page, select a different skin and click on Save
Settings, hey presto! The page refreshes with the Nokia770 skin each
time.

So I'm stuck with this skin. Is anyone else experiencing this
issue

(SqueezeCenter Version: 7.1 - 22170 on Debian Etch).

Thanks.


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=50525

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Is there a way to configure the buffer on the Transporter ?

2007-02-13 Thread DLloyd

Soulman;179349 Wrote: 
> I remember that there was a discussion on some forum some years back not
> related to Slimdevices at all but to some disadvantages of the WAV audio
> format, especially how audio-data is stored inside the WAV file. 
> 
> As a result the athours of the given thread anticipated problems when
> playing WAV files in a envoronment where TIMING matters. In the given
> forum it was all about harddiskrecording software and studio equipment
> and why AIFF is to prefer over WAV.
> 
> So maybe converting the stuff to FLAC just omited these WAV-realted
> problems.   Just a thought.

Thanks for the info Soulman. I'm currently about half way through
ripping our CD collection to WAVE. Once I'm finished I'll look into
possible converting the files to FLAC.

The main advantage I can see right now is that the buffer on the
Transporter can hold more music when streaming FLAC, compared to
WAVE


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=32552

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Slimserver Problems running on Windows Vista

2007-02-08 Thread DLloyd

Windows Vista Ultimate 64-bit.
SlimServer 6.5.1.
Windows Vista Firewall and avast! 4.7 antivirus.

I added slim.exe, mysqld.exe, and scanner.exe to the firewall
exceptions. Also set the SlimServer service to Automatic (Delayed
Start).

6.5.1 is running OK. The SlimServer Tray Tool still doesn’t work (as
per bug 4747), it states SlimServer is stopped when it is running.
Using http://localhost:9000 does work.


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=32578

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Is there a way to configure the buffer on the Transporter ?

2007-02-08 Thread DLloyd

Hello,

Thank you for the replies.

Today I finally managed to get SlimServer 6.5.1 running on Windows
Vista, and now I cannot reproduce the problem.

The issue I was having looks the same as that mentioned in bug report
4715, but with WAVE instead of FLAC.

Ironically, yesterday I converted one of the whole album WAVE files to
FLAC, modified the cue sheet for the new file, and it played
flawlessly.

Cross fade and synchronization were and still are disabled, and I'm not
transcoding file formats.

I can only assume that 6.5.1, or more likely, the accompanying firmware
upgrade to version 27 for the Transporter, fixed the problem

I'll post again if I notice any further issues like this.

Thanks again !

Darren


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=32552

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] SlimServer and VISTA

2007-02-08 Thread DLloyd

I reinstalled 6.5.1 and added mysqld.exe and scanner.exe to the firewall
exceptions, and that did the trick.

Note: I also had to set the SlimServer service to Automatic (Delayed
Start).

Anyway, 6.5.1 is now running OK.

The SlimServer Tray Tool still doesn’t work (as per bug 4747), it
states SlimServer is stopped when it is running.

Using http://localhost:9000 does work.

Thanks to Ross from Slim Devices for his help !


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=32345

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Is there a way to configure the buffer on the Transporter ?

2007-02-07 Thread DLloyd

Is there a way to configure the behaviour of the buffering on the
Transporter ?

Here is the reason I'm asking...

All of my CDs have been ripped to WAVE audio (plus cue sheet). A lot of
these albums are one continuous piece of music, so there are no audible
gaps between the tracks.

When the transporter plays these albums, the buffer empties as the
track comes to an end and then fills again as it picks up the next
track.

However, I can hear audible glitches as the tracks change from one to
the next (and I'm fairly certain that it is not the .WAV file at
fault).

So, would it be possible to modify this situation so that the buffer is
constant (rather than emptying/filling again as the tracks change) ?

Thanks.


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=32552

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] SlimServer and VISTA

2007-02-07 Thread DLloyd

fingers;178734 Wrote: 
> Wow... you mean that Slim admits there is an issue on their end? 
> Swet

Yes, as of today there are four (count them all) Vista/SlimServer bug
reports...


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=32345

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] SlimServer and VISTA

2007-02-04 Thread DLloyd

Also, here is the bug report:

http://bugs.slimdevices.com/show_bug.cgi?id=4685

Anyone having Windows Vista/SlimServer issues, please feel free to add
information or vote on this bug.


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=32345

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] SlimServer and VISTA

2007-02-04 Thread DLloyd

FYI. Here is another SlimServer/Vista thread:

http://forums.slimdevices.com/showthread.php?t=30736&highlight=vista


-- 
DLloyd

DLloyd's Profile: http://forums.slimdevices.com/member.php?userid=9063
View this thread: http://forums.slimdevices.com/showthread.php?t=32345

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss