[PD] Live stream audio, do it with [oggcast~]?

IOhannes m zmölnig zmoelnig at iem.at
Sat Nov 23 11:19:40 CET 2013


On 2013-11-23 11:11, Alexandros Drymonitis wrote:
> Is [oggcast~] the object to live stream audio to another computer? And
> which one is the receiver? It's not mentioned in the help patch.

oggcast~ is the object to feed a streaming server, like icecast.
it's main purpose is to build a web broadcast, rather than a
peer-to-peer communication. (you will need a streaming server and a
receiver, e.g. [oggamp~]; latency is usually quite high in such setups,
expect >10sec)

for low-latency peer-to-peer streaming, check [netsend~]/[netreceive~].
if you are on linux (or osx), you could also use an external application
like `jacktrip` (`aptitude install jacktrip`) and use jack to setup your
routing between Pd, network and speakers.


finally, there's the iemrtp [1], which allows you to build an RTP
streamer (both sides) within Pd.

mgfdsar
IOhannes

[1] https://github.com/iem-projects/pd-iemrtp/

> 
> 
> 
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 897 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20131123/ad7fcca8/attachment.pgp>


More information about the Pd-list mailing list