<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Nov 23, 2013 at 12:19 PM, IOhannes m zmölnig <span dir="ltr">&lt;<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On 2013-11-23 11:11, Alexandros Drymonitis wrote:<br>
&gt; Is [oggcast~] the object to live stream audio to another computer? And<br>
&gt; which one is the receiver? It&#39;s not mentioned in the help patch.<br>
<br>
</div>oggcast~ is the object to feed a streaming server, like icecast.<br>
it&#39;s main purpose is to build a web broadcast, rather than a<br>
peer-to-peer communication. (you will need a streaming server and a<br>
receiver, e.g. [oggamp~]; latency is usually quite high in such setups,<br>
expect &gt;10sec)<br>
<br>
for low-latency peer-to-peer streaming, check [netsend~]/[netreceive~].<br>
if you are on linux (or osx), you could also use an external application<br>
like `jacktrip` (`aptitude install jacktrip`) and use jack to setup your<br>
routing between Pd, network and speakers.<br>
<br>
<br>
finally, there&#39;s the iemrtp [1], which allows you to build an RTP<br>
streamer (both sides) within Pd.<br></blockquote><div>Do I have to make the objects? There&#39;s no pd_darwin (I&#39;m on os x) in the directory..<br></div><div>I did type make in this directory (I moved it to the &#39;extra&#39; directory) and got this:<br>
cc -I&quot;/Applications/Pd-extended.app/Contents/Resources/include/pd&quot; -DPD -DVERSION=&#39;&quot;0&quot;&#39; -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -fPIC -I/sw/include -Wall -W -g -ftree-vectorize -ftree-vectorizer-verbose=2 -fast -o &quot;unpackRTP.o&quot; -c &quot;unpackRTP.c&quot;<br>
clang: warning: argument unused during compilation: &#39;-ftree-vectorize&#39;<br>clang: warning: argument unused during compilation: &#39;-ftree-vectorizer-verbose=2&#39;<br>clang: warning: argument unused during compilation: &#39;-fast&#39;<br>
In file included from unpackRTP.c:23:<br>./iemrtp.h:35:2: error: No byte order defined<br>#error No byte order defined<br> ^<br>1 error generated.<br>make: *** [unpackRTP.o] Error 1<br><br></div><div>Any suggestions? <br>
</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
mgfdsar<br>
IOhannes<br>
<br>
[1] <a href="https://github.com/iem-projects/pd-iemrtp/" target="_blank">https://github.com/iem-projects/pd-iemrtp/</a><br>
<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
<br>
<br>
<br>_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div></div>