Hello,<br><br>My idea by now is to write a very simple http server that will accept data from gstreamer (via fdsink or gdp for example) and send them back to the client. Thus it&#39;s very close to that you&#39;ve done. It will be interesting to look at your code (as a sample).<br>
<br>--<br>Best regards,<br>Ivan<br><br><div class="gmail_quote">On Mon, Feb 2, 2009 at 11:24 AM, Arnout Vandecappelle <span dir="ltr">&lt;<a href="mailto:arnout@mind.be">arnout@mind.be</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Saturday 31 January 2009 12:18:38 Ivan Murashko wrote:<br>
&gt; I have the same problem (want to stream with gstreamer via http). After a<br>
&gt; small investigation I found that it&#39;s impossible to do it now with<br>
&gt; available plugins. In my opinion it can be done only by creating an own<br>
&gt; plugin.<br>
<br>
</div>&nbsp;I also needed that; however, in the end you&#39;d need to implement a webserver<br>
in this plugin (parse HTTP headers, parse URLs, support SSL, ...). &nbsp;So in the<br>
end I just wrote a php script that opens a UNIX socket and communicates this<br>
(via DBUS) to the GStreamer application. &nbsp;The GStreamer application then<br>
either starts a new pipeline, or adds an fdsink to the running pipeline.<br>
<br>
&nbsp;I could send you the PHP script, but I don&#39;t think it&#39;s very reuseable. &nbsp;If<br>
you need inspiration, though...<br>
<br>
&nbsp;Regards,<br>
&nbsp;Arnout<br>
<font color="#888888">--<br>
Arnout Vandecappelle &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; arnout at mind be<br>
Senior Embedded Software Architect &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; +32-16-286540<br>
Essensium/Mind &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.mind.be" target="_blank">http://www.mind.be</a><br>
G.Geenslaan 9, 3001 Leuven, Belgium &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;BE 872 984 063 RPR Leuven<br>
LinkedIn profile: <a href="http://www.linkedin.com/in/arnoutvandecappelle" target="_blank">http://www.linkedin.com/in/arnoutvandecappelle</a><br>
GPG fingerprint: &nbsp;D206 D44B 5155 DF98 550D &nbsp;3F2A 2213 88AA A1C7 C933<br>
</font><div><div></div><div class="Wj3C7c"><br>
------------------------------------------------------------------------------<br>
This SF.net email is sponsored by:<br>
SourcForge Community<br>
SourceForge wants to tell your story.<br>
<a href="http://p.sf.net/sfu/sf-spreadtheword" target="_blank">http://p.sf.net/sfu/sf-spreadtheword</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Best regards,<br>Ivan<br>