I am experimenting with sending squeezelite output to another script.

I have 2 scripts, a shell script running squeezelite and a python script
(playstream) processing the output, so my top level script 'stream.sh'
looks like:


Code:
--------------------
    
  ./squeezelite-stream.sh | ./playstream &
  
--------------------


and the squeezelite-stream.sh script contains:


Code:
--------------------
    
  squeezelite-x86-64 -o - -a 32 -n Play-Stream -r 96000 -s localhost:3483 -f 
squeezelite.log -d output=info
  
--------------------


However, using these scripts the log fills up with the output I am
trying to stream.  This means I can't check what squeezelite is doing. 
If I remove the -f and -d, the output goes to the right place, but I
have bit rate problems so I want to check what each step is doing. 

What am I doing wrong?



LMS 7.9 on VortexBox Midi running Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. Wired Touch + EDO, coax to Musical Fidelity M1 CLiC.
Wireless Xubuntu 14.04 laptop controls LMS via Chromium.   Meridian
Explorer USB DAC to listen via Squeezelite on Vortexbox & other PCs as
required.  Spare Touch in loft.
------------------------------------------------------------------------
PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to