well, <br><br>i had some troubles with gmerlin (./confgure can&#39;t find gmerlin_avdec, and i can&#39;t compile it due to a ./configure error (on gmerlin side))<br>but i can get my HTTP stream with pdgst, after that i would like to send them to Gem<br>

for now, the gst2pix.pd example doesn&#39;t work yet, i&#39;ll try it more deeper tomorrow, but any advice is welcome :-)<br><br>cheers<br><br>antoine<br clear="all">-- <br>do it yourself                        <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a> <br>

<a href="http://drii.ensad.fr" target="_blank">http://drii.ensad.fr</a><br>--<br>Google lit ce mail... <br>si vous refusez cela, utilisez l&#39;adresse antoine.villeret [at] <a href="http://free.fr" target="_blank">free.fr</a> pour me contacter<br>

<br>
<br><br><div class="gmail_quote">2011/5/30 Jack <span dir="ltr">&lt;<a href="mailto:jack@rybn.org">jack@rybn.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Le lundi 30 mai 2011 à 16:10 +0200, Antoine Villeret a écrit :<br>
<div class="im">&gt; thanks IOhannes !<br>
&gt;<br>
&gt; concerning pdgst, could it work ? and should i send you some bug<br>
&gt; report or is it also almost dead ?<br>
</div>No, i think it is not dead. It is not perfect but it works fine in most<br>
cases.<br>
For example, one of the problem i have, i can&#39;t load an other video from<br>
a stream with the message [location(.<br>
++<br>
<font color="#888888"><br>
Jack<br>
</font><div><div></div><div class="h5"><br>
<br>
&gt;<br>
&gt; regarding filmGMERLIN plugin, i&#39;ll try it<br>
&gt;<br>
&gt; and thanks for all, you&#39;re the man !<br>
&gt;<br>
&gt; cheers<br>
&gt;<br>
&gt; antoine<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; do it yourself<br>
&gt; <a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a><br>
&gt; <a href="http://drii.ensad.fr" target="_blank">http://drii.ensad.fr</a><br>
&gt; --<br>
&gt; Google lit ce mail...<br>
&gt; si vous refusez cela, utilisez l&#39;adresse antoine.villeret [at] <a href="http://free.fr" target="_blank">free.fr</a><br>
&gt; pour me contacter<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2011/5/30 IOhannes m zmoelnig &lt;<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>&gt;<br>
&gt;         -----BEGIN PGP SIGNED MESSAGE-----<br>
&gt;         Hash: SHA1<br>
&gt;<br>
&gt;<br>
&gt;         ]On 2011-05-30 11:37, Antoine Villeret wrote:<br>
&gt;         &gt; hi,<br>
&gt;         &gt;<br>
&gt;         &gt; humhum ok...<br>
&gt;         &gt; I need to read and write video stream from Gem, videoIO<br>
&gt;         appeared to be a<br>
&gt;         &gt; good solution when it was alive...<br>
&gt;<br>
&gt;<br>
&gt;         well, yes and no. i don&#39;t think videoIO was ever in a state<br>
&gt;         that could<br>
&gt;         accomplish this.<br>
&gt;<br>
&gt;         &gt; is there a Gem plugins with which I can read/write HTTP and<br>
&gt;         RTSP streams ?<br>
&gt;<br>
&gt;<br>
&gt;         afaic, you should be able to _read_ rtsp/http streams using<br>
&gt;         the<br>
&gt;         gmerlin-avdec backend of [pix_film] (yes, that&#39;s [pix_film]<br>
&gt;         rather than<br>
&gt;         [pix_video]; gmerlin-avdec is a generic video decoding<br>
&gt;         framework<br>
&gt;         targeted mostly at video-file playback but which can also do<br>
&gt;         some<br>
&gt;         networking)<br>
&gt;<br>
&gt;         however, there is currently no direct way to _write_ these<br>
&gt;         streams.<br>
&gt;<br>
&gt;<br>
&gt;         &gt; i also saw your pdgst which seems to be buggy...<br>
&gt;<br>
&gt;<br>
&gt;         &quot;buggy&quot; is a bit generic.<br>
&gt;<br>
&gt;<br>
&gt;         &gt; so is there a solution (on Ubuntu 10.4) ?<br>
&gt;         &gt;<br>
&gt;<br>
&gt;<br>
&gt;         dunno about the inclusion state of gmerlin-avdecoder in<br>
&gt;         ubuntu-10.4;<br>
&gt;         it&#39;s definitely in current debian/wheezy, so it should hit<br>
&gt;         ubuntu at<br>
&gt;         some point.<br>
&gt;<br>
&gt;<br>
&gt;         anyhow, this is what i would do:<br>
&gt;         - - read the streams using [pix_film]<br>
&gt;<br>
&gt;         - - write the streams to a pipe using [pix_record] and a<br>
&gt;         v4l2loopback<br>
&gt;         device;<br>
&gt;         you will need the v4l2loopback kernel modules, which are<br>
&gt;         available in<br>
&gt;         ubuntu starting with natty, or directly get them from<br>
&gt;         <a href="http://github.com/umlaeute/v4l2loopback/" target="_blank">http://github.com/umlaeute/v4l2loopback/</a>)<br>
&gt;         you will also need a recent enough version of Gem (that is:<br>
&gt;         current SVN)<br>
&gt;         that has support for writing to v4l2-loopbacks in [pix_record]<br>
&gt;         - - send the stream using GStreamer (grabbing the v4l2<br>
&gt;         loopback source and<br>
&gt;         using whatever technology gstreamer offers to broadcast the<br>
&gt;         stream)<br>
&gt;<br>
&gt;         (you could also do v4l1 loopback using the &quot;vloopback&quot; driver<br>
&gt;         and<br>
&gt;         [pix_record]&#39;s v4l1 writing capabilities; however v4l1 is<br>
&gt;         considered<br>
&gt;         dead, so i&#39;d use v4l2)<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         fgamsdr<br>
&gt;         IOhannes<br>
&gt;         -----BEGIN PGP SIGNATURE-----<br>
&gt;         Version: GnuPG v1.4.11 (GNU/Linux)<br>
&gt;         Comment: Using GnuPG with Mozilla -<br>
&gt;         <a href="http://enigmail.mozdev.org/" target="_blank">http://enigmail.mozdev.org/</a><br>
&gt;<br>
&gt;<br>
&gt;         iEYEARECAAYFAk3jatMACgkQkX2Xpv6ydvQu+gCcCu31jvM<br>
&gt;         +jrWU/bH77uLRd7az<br>
&gt;         fAwAn0+y5QdkOWR/YUg6GCPSOWwIP67T<br>
&gt;         =4NUG<br>
&gt;         -----END PGP SIGNATURE-----<br>
&gt;<br>
&gt;<br>
&gt;         _______________________________________________<br>
&gt;         GEM-dev mailing list<br>
&gt;         <a href="mailto:GEM-dev@iem.at">GEM-dev@iem.at</a><br>
&gt;         <a href="http://lists.puredata.info/listinfo/gem-dev" target="_blank">http://lists.puredata.info/listinfo/gem-dev</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; GEM-dev mailing list<br>
&gt; <a href="mailto:GEM-dev@iem.at">GEM-dev@iem.at</a><br>
&gt; <a href="http://lists.puredata.info/listinfo/gem-dev" target="_blank">http://lists.puredata.info/listinfo/gem-dev</a><br>
<br>
</div></div></blockquote></div><br>