[gst-devel] Streaming FLV files in http

Arnout Vandecappelle arnout at mind.be
Mon Feb 2 09:24:36 CET 2009


On Saturday 31 January 2009 12:18:38 Ivan Murashko wrote:
> I have the same problem (want to stream with gstreamer via http). After a
> small investigation I found that it's impossible to do it now with
> available plugins. In my opinion it can be done only by creating an own
> plugin.

 I also needed that; however, in the end you'd need to implement a webserver 
in this plugin (parse HTTP headers, parse URLs, support SSL, ...).  So in the 
end I just wrote a php script that opens a UNIX socket and communicates this 
(via DBUS) to the GStreamer application.  The GStreamer application then 
either starts a new pipeline, or adds an fdsink to the running pipeline.

 I could send you the PHP script, but I don't think it's very reuseable.  If 
you need inspiration, though...

 Regards,
 Arnout
-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  D206 D44B 5155 DF98 550D  3F2A 2213 88AA A1C7 C933




More information about the gstreamer-devel mailing list