Hello Alessio. 2 points:
1- I would not use wine since stereotool has a version that runs natively under Linux. It would be a wast of performance and latency. I have it running fine but without jack. 2 - With Darkice along with jack I had a lot of head aches cos it uses to send white noite in case its connection to the server drops come packets. I'd use liquidsoad, it's been a bless! I think you'll have to use some jack client to interface with stdin and stdout to make it send and receive audio to/from stereotool. Here I have an old P4 machine at transmitter site that connects to an Icecast2 stream, process the audio and send it to a stereo coder. I use these commands basicaly: mount -t tmpfs -o size=50m tmpfs /fifo/ mkfifo /fifo/foo.fifo chown root.audio /fifo/foo.fifo chmod 775 /fifo/foo.fifo cat /fifo/foo.fifo | /usr/local/bin/stereo_tool_cmd - - -q -s /usr/local/bin/myfavoritepreset.sts | aplay - & mplayer -ao pcm:fast:file=/fifo/foo.fifo http://myserveraddress:8000/radio256k.ogg It it helps some folks sometime. Regards. Atenciosamente,**** ** ** *Fernando Della Torre* Tecnologia da Informação**** (: +55 16 8137-1240 (: +55 16 9137-2886 *: *[email protected]***** V.D.I.T. Soluções em Virtualização**** ** ** ** ** A utilização deste e-mail não implica em autorização ou outorga de poderes para seu usuário praticar qualquer ato em nome das empresas citadas, cuja representação considera-se válida se praticada exclusivamente por representante legal ou procurador devidamente constituído, na forma estabelecida em seu respectivo estatuto ou contrato social 2013/6/10 Alessio Elmi <[email protected]> > Hi all, > I am going to setup a process/encoder/logging machine. I tried several > time with VM but I failed. Anyone of you have experience using setup like > this pictured in this link? > > http://alessioelmi.altervista.org/JACK.png > > > Thank you very much in advance. > > Alessio > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > >
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
