<div dir="ltr"><div><div>I&#39;m actually trying to solve the make problem with the iemrtp library. The error I get when I type make in the library&#39;s directory is this: ./iemrtp.h:35:2: error: No byte order defined<br>
<br></div>I looked at the iemrtp.h file and what I understood is that I need the endian.h file, which I don&#39;t have. There is also an #if defined(__linux__) || defined(__CYGWIN__) || defined(__GNU__) || defined(ANDROID) which I commented out and left only the #include endian.h (bad, good? I&#39;m on os x, so should I define something when attempting to make the library?). <br>
<br>I googled and found an endian.h file, copied it to the library&#39;s directory, but if I type make I get this error: ./iemrtp.h:26:10: fatal error: &#39;endian.h&#39; file not found. <br><br></div><div>Can anyone help me out with this?<br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Nov 23, 2013 at 6:25 PM, Alexandros Drymonitis <span dir="ltr">&lt;<a href="mailto:adrcki@gmail.com" target="_blank">adrcki@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="im">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>

</div><div class="im"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>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></blockquote></div><div>Forgot to ask, are these the [netsend~]/[netreceive~] objects <a href="http://www.nullmedium.de/dev/netsend~/" target="_blank">http://www.nullmedium.de/dev/netsend~/</a>?<br>

</div><div>Taken from this website: &quot;If you&#39;re looking for objects to stream audio over the Internet this is 
not what you want! However, streaming over Internet2 or local 10Mbit or 
even wireless networks works very well.&quot;<br></div><div>Internet2? It also is alpha and can&#39;t make that either. Tried different solutions with the makefile, like change pd_darwin to d_fat (took this from Lyon&#39;s book) and some other stuff, but nothing worked out. There&#39;s still much to learn about unix..<br>

</div><div class="im"><div><br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
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>
<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" target="_blank">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" target="_blank">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></div><br></div></div>
</blockquote></div><br></div>