OK "squeezelite -l " is a command it list all playable devices

"-o   " is the option for the device name to be used
"-n " is the option for the player name
"-C 5" means release the output device if not used withing 5 seconds.
"-d" is the logging output control

The following will play to device "sysdefault:CARD=ALSA"  name the
player "Testplay1" , release theoutput device and enable logging when
trying to use the output device

Code:
--------------------
    
  squeezelite -o sysdefault:CARD=ALSA -n Testplay 1 -C 5 -d output=info
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=112025

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to