How to do HTTP POST in gstreamer

Tim Müller tim at centricular.com
Fri Jul 4 03:50:34 PDT 2014


On Fri, 2014-07-04 at 03:17 -0700, Baby Octopus wrote:

Hi,

> I have a conceptual pipeline as follows
> 
> gst-launch-1.0 mySrc ! tee name=srcSplit  \
>                      srcSplit.! queue ! myProcessing ! mysink \
>                      srcSplit.! queue ! myKeyFinder  ! myHTTPSink \
> 
> It has two branches. First branch simply does data processing. Second branch
> has an element named myKeyFinder which looks for some pattern in a src and
> then intimates an HTTP server through HTTP POST
> 
> Can someone please tell me how can I do HTTP POST in gstreamer?

Not sure what you're after exactly, but perhaps the souphttpclientsink
element does what you want? PUT method though, but could probably
support either.

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com



More information about the gstreamer-devel mailing list