I&#39;m sorry for being daft but there are no &quot;src&quot; folders in my pd or gem folders. I installed pd-extended with synaptic package manager. For the Makefile I used /usr/include and /usr/include/Base because the files in these locations matched some of the files in the mac os folders listed in the previous thread.<div>

<br></div><div>Where are these src folders?</div><div><br></div><div>Ben Baker-Smith<br>--<br><a href="http://bitsynthesis.com">http://bitsynthesis.com</a><br><br><br><div class="gmail_quote">On Wed, Dec 22, 2010 at 7:00 PM, Jack <span dir="ltr">&lt;<a href="mailto:jack@rybn.org">jack@rybn.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">When you compile pdgst, you should get &#39;pdgst.pd_linux&#39; in your &#39;src&#39;<br>
folder. If not, open the makefile and put something like :<br>
EXT=pd_linux<br>
CC=gcc<br>
PD_SRC=/home/jack/pd-0.42-5/src<br>
<br>
To get &#39;pix_gst2pix.pd_linux&#39; and &#39;pix_pix2gst.pd_linux&#39; in &#39;src/gem&#39;,<br>
you have to put in makefile something like :<br>
GEM_SRC=/home/jack/gem-0.92-3/src<br>
PD_SRC=/home/jack/pd-0.42-5/src<br>
<br>
After that, on my laptop, I put these pd_linux in the same folder where<br>
i use [pdgst], [pix_pix2gst] and [pix_gst2pix].<br>
++<br>
<br>
Jack<br>
<br>
<br>
<br>
<br>
Le mercredi 22 décembre 2010 à 18:45 -0600, Ben Baker-Smith a écrit :<br>
<div><div></div><div class="h5">&gt; I don&#39;t get anything like that and I cannot create [pdgst] or any of<br>
&gt; the pdgst objects. It could have to do with gstreamer, but before I<br>
&gt; get to that is there anything I need to do to install pdgst besides<br>
&gt; run the make file (as detailed in the previous link) and move the<br>
&gt; pdgst folder to ~/pd-externals ?<br>
&gt;<br>
&gt;<br>
&gt; -Ben<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Dec 22, 2010 at 6:42 PM, Jack &lt;<a href="mailto:jack@rybn.org">jack@rybn.org</a>&gt; wrote:<br>
&gt;         Le mercredi 22 décembre 2010 à 13:49 -0600, Ben Baker-Smith a<br>
&gt;         écrit :<br>
&gt;         &gt; Hi Jack,<br>
&gt;         &gt;<br>
&gt;         &gt; Thanks for the response. I will definitely use some of those<br>
&gt;         &gt; references you provided once I get pdgst working, but right<br>
&gt;         now I need<br>
&gt;         &gt; more information on how to get it installed.<br>
&gt;<br>
&gt;         Yep, you are right ;)<br>
&gt;         Do you get something like that :<br>
&gt;         pdgst $Revision: 0.0 $<br>
&gt;                (copyleft) IOhannes m zmoelnig @ IEM / KUG<br>
&gt;                compiled on Sep 23 2010 at 15:38:04<br>
&gt;                compiled against Pd version 0.42.5.<br>
&gt;<br>
&gt;         Can you create [pdgst] ?<br>
&gt;         Have you installed different gstreamer plug-in ?<br>
&gt;         ++<br>
&gt;<br>
&gt;         Jack<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         &gt;<br>
&gt;         &gt; -Ben<br>
&gt;         &gt;<br>
&gt;         &gt; On Wed, Dec 22, 2010 at 1:44 PM, Jack &lt;<a href="mailto:jack@rybn.org">jack@rybn.org</a>&gt; wrote:<br>
&gt;         &gt;         Le mercredi 22 décembre 2010 à 12:24 -0600, Ben<br>
&gt;         Baker-Smith a<br>
&gt;         &gt;         écrit :<br>
&gt;         &gt;         &gt; Hello List,<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt; I&#39;m trying to do some streaming with pd and<br>
&gt;         icecast, and<br>
&gt;         &gt;         after running<br>
&gt;         &gt;         &gt; into trouble with pdp would like to try out pdgst.<br>
&gt;         I have<br>
&gt;         &gt;         been working<br>
&gt;         &gt;         &gt; from this thread to try and get it installed:<br>
&gt;         &gt;         &gt;<br>
&gt;         <a href="http://www.mail-archive.com/pd-list@iem.at/msg38504.html" target="_blank">http://www.mail-archive.com/pd-list@iem.at/msg38504.html</a><br>
&gt;         &gt;<br>
&gt;         &gt;         Have you try the examples coming with pdgst ?<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt; pdgst seems to have built without errors, but what<br>
&gt;         do I do<br>
&gt;         &gt;         with it<br>
&gt;         &gt;         &gt; now?<br>
&gt;         &gt;<br>
&gt;         &gt;         If you use icecast, you should be interested by<br>
&gt;         [pix_pix2gst]<br>
&gt;         &gt;         to convert<br>
&gt;         &gt;         gem pix_ domain into gstreamer domain (!) to stream<br>
&gt;         to an<br>
&gt;         &gt;         icecast<br>
&gt;         &gt;         server. To stream to an Icecast server, the chain<br>
&gt;         should<br>
&gt;         &gt;         finish by<br>
&gt;         &gt;         [shout2send]<br>
&gt;         &gt;         Have a look at gstreamer help, it is exactlly how<br>
&gt;         pdgst<br>
&gt;         &gt;         works :<br>
&gt;         &gt;         <a href="http://www.gstreamer.net/documentation/" target="_blank">http://www.gstreamer.net/documentation/</a><br>
&gt;         &gt;         For example, instead of &#39;ffmpegcolorspace !<br>
&gt;         aasink&#39; (the<br>
&gt;         &gt;         terminal<br>
&gt;         &gt;         version), you will use something like :<br>
&gt;         &gt;         [ffmpegcolorspace]<br>
&gt;         &gt;         |<br>
&gt;         &gt;         [aasink]<br>
&gt;         &gt;         Have you ever seen ? :<br>
&gt;         &gt;<br>
&gt;         <a href="http://umlaeute.mur.at/Members/zmoelnig/projects/pdgst/PdGst.pdf/at_download/file" target="_blank">http://umlaeute.mur.at/Members/zmoelnig/projects/pdgst/PdGst.pdf/at_download/file</a><br>
&gt;         &gt;         This document help to understand how pdgst works.<br>
&gt;         &gt;         ++<br>
&gt;         &gt;<br>
&gt;         &gt;         Jack<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;         &gt; The whole pdgst folder is residing in<br>
&gt;         ~/pd-externals. Do I<br>
&gt;         &gt;         need to add<br>
&gt;         &gt;         &gt; to some things to the &quot;path&quot; and &quot;startup&quot; lists?<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt; I&#39;m running pd-extended 0.42.5 on Ubuntu 10.04.<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt; Thanks,<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt; Ben Baker-Smith<br>
&gt;         &gt;         &gt; --<br>
&gt;         &gt;         &gt; <a href="http://bitsynthesis.com" target="_blank">http://bitsynthesis.com</a><br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;         &gt; _______________________________________________<br>
&gt;         &gt;         &gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt;         &gt;         &gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt;         &gt;         <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
</div></div></blockquote></div><br></div>