Hi all!!
I am running PD on Linux 2.2.17-21mdk It's working fine and I drive a very simple patch from a Php page on Apache server via netreceive object. ( I can put the Php code if you want)
My question is there a way to encod in RealAudio from the machine running PD patch and send the stream to a real server
Ivan Chabanaud http://www.cicv.fr/~ic
Tagline for Tuesday, June 26, 2001
"There are lies, damned lies, and statistics." -Mark Twain
At 07:35 26.06.2001, you wrote:
Hi all!!
I am running PD on Linux 2.2.17-21mdk It's working fine and I drive a very simple patch from a Php page on Apache server via netreceive object. ( I can put the Php code if you want)
My question is there a way to encod in RealAudio from the machine running PD patch and send the stream to a real server
you can try using linux realproducer from real, but you can only catch the audio stream from a audio device (if it should be 'realtime'). one easy solution would be to use a audio cable from the outpot to the input of the audio card and let the realproducer send that stream what is comming in in the /dev/dsp to a real server. maybe there exists a loopdevice in alsa, don know? this would be more elegant
alex
|you can try using linux realproducer from real, but you can only catch the |audio stream from a audio device (if it should be 'realtime'). one easy |solution would be to use a audio cable from the outpot to the input of the |audio card and let the realproducer send that stream what is comming in in |the /dev/dsp to a real server. |maybe there exists a loopdevice in alsa, don know? |this would be more elegant
if its not even possible to encode also from file input directly onto a server, so maybe the pipe-trick works with realproduzie as well?
-- > < d ¥ · O R 6
|>if its not even possible to encode also from file input directly onto a |>server, |>so maybe the pipe-trick works with realproduzie as well? | |have you ever tried to redirect the output of pd to a named pipe? how can i |do this (wihout hacking the source)?
you can do it with d13's 'ext13' which contains pipewrite~ http://loopool.live.fm/filez/pd/ or a pre 0.15 ggext and use the sfwrite~ object .. ftp://xdv.org/pub/gige/ggext
-- X Þ ¥ . o r g
hi! i did a modified version of gg´s sfread~/sfwrite~ , suitable for pipes. you will find the "externals" pipein~/pipeout~ at http://loopool.live.fm/filez/pd/ext13.0.10b.tar.gz then just do a "mknod /path/out.wav p" and write to this fifo via pipeout~ best regards d13b
have you ever tried to redirect the output of pd to a named pipe? how can i do this (wihout hacking the source)?
alex