Thank you.. and sorry for my bad English.
I meant that for external setup I would like to make our notebook using a
p2p protocol to send audio and let Jack take it for processing.
I know Jack has this interesting feature, called netjack but I never tried
it. I am not sure it can live along with standard jackd..


2013/6/11 Fernando Della Torre <[email protected]>

> Hello Alessio, it's going to be a complex environment!
>
> About liquidsoap it runs very fine with jackd. here I have a "all in a
> box" running Rivendell uppon jack and liquidsoad for aac+ streaming. It's
> running on and old Ubuntu 10.04.
>
> I did not understand your second question.
>
>
> Fenando.
>
>
>
>
> 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/11 Alessio Elmi <[email protected]>
>
>> Hi Fernando,
>> thank you very much for your reply.
>>
>> Yesterday I tried linux Stereotool 6.x in combination with Jack and it
>> works. FYI you just need to download jack-stdio package. Have a look here:
>> http://rg42.org/oss/jackstdio/start?redirect=1 ...Basically I want to
>> convert that machine to Linux but it's a bit tricky. Now it's a WinXP
>> machine, with Stereotool. Using Virtual Audio Cable I drive the output to
>> Butt, and RadioLogger which takes the processed audio through VAC and keeps
>> a monthly recording.
>> I want to move to Jack (and Linux) just because I would like to have a
>> sort of matrix/patchbay before the process-->encoding chain. Here's why...
>> Let's say I have three studios, Studio A, Studio B and external Studio C
>> (when we move around the city during festivals or other funny stuff with
>> notebook). Studio A and B will physically come to the Encoder in two
>> different audio lines, while third one will use something like codec ip
>> transmission (netjack, openob, mumble, ... ). They all will come to Jack
>> server... all we need to do will "just" be change connections inside Jack.
>>
>> 1) I never tried Liquidsoap, I will give it a try.. does it work along
>> with Jack?
>> 2) As far as you know with Jack server running can it take audio from the
>> net as well?
>>
>> Alessio
>>
>>
>> 2013/6/10 Fernando Della Torre <[email protected]>
>>
>>> 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
>>
>>
>
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to