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/ > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
