Hi everybody,
subject question is not very precisely organized...:-) here is the question:
is there a way in PD to stream P2P a mp3 or ogg file, in real time, i mean while the machine is econding it? I was thinking about something like this Sending oggwrite~ to oggamp~ ...question then is... can oggwrite~ send while enconding to oggamp~ and can oggamp~ stream over the internet an ogg file while is getting enconceded???
IN few words i would need to do the same as streamin~ and streamout~ but with a ligther data info streamming because we are organizing a concert with musicians playing in Scotland and musicians playing in Puerto Rico both using PD, and of course at the same time..:-). Network connection is quite decent but i suspect streamin~/out~ would be too much for our bandwidth. any suggestion?
thanks a lot, marco trevisani
Hallo, marco trevisani hat gesagt: // marco trevisani wrote:
subject question is not very precisely organized...:-) here is the question:
is there a way in PD to stream P2P a mp3 or ogg file, in real time, i mean while the machine is econding it? I was thinking about something like this Sending oggwrite~ Â to oggamp~ ...question then is... can oggwrite~ send while enconding to oggamp~ and can oggamp~ stream over the internet an ogg file while is getting enconceded???
Yes, this works fine on not too old machines. We @GOTO10 did this several times for net concerts, where we would have a daisy chain setup:
Player 1 (oggcast~) streams to Player 2 (oggamp~} streams to (oggcast~) Player 3 ... Player N (oggcast~) streams to Player 1 (oggamp~)
Each player would also do some manipulation of the received ogg streams and add her/his own stuff.
Frank Barknecht _ ______footils.org_ __goto10.org__
danke || gracias
ciao,
marco
El Viernes, 16 de Febrero de 2007 12:09, escribió: | Hallo, | | marco trevisani hat gesagt: // marco trevisani wrote: | > subject question is not very precisely organized...:-) | > here is the question: | > | > is there a way in PD to stream P2P a mp3 or ogg file, in real time, i | > mean while the machine is econding it? | > I was thinking about something like this | > Sending oggwrite~ to oggamp~ ...question then is... | > can oggwrite~ send while enconding to oggamp~ and can oggamp~ stream | > over the internet an ogg file while is getting enconceded??? | | Yes, this works fine on not too old machines. We @GOTO10 did this | several times for net concerts, where we would have a daisy chain | setup: | | Player 1 (oggcast~) streams to Player 2 (oggamp~} streams to | (oggcast~) Player 3 ... Player N (oggcast~) streams to Player 1 (oggamp~) | | Each player would also do some manipulation of the received ogg | streams and add her/his own stuff. | | Ciao