A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://gstreamer.freedesktop.org/documentation/curl/curlhttpsink.html below:

curlhttpsink

curlhttpsink

This is a network sink that uses libcurl as a client to upload data to an HTTP server.

Example launch line

Upload a JPEG file to an HTTP server.

 gst-launch-1.0 filesrc location=image.jpg ! jpegparse ! curlhttpsink  \
     file-name=image.jpg  \
     location=http://192.168.0.1:8080/cgi-bin/patupload.cgi/  \
     user=test passwd=test  \
     content-type=image/jpeg  \
     use-content-length=false
Hierarchy Factory details

Authors: – Patricia Muscalu

Classification: – Sink/Network

Rank – none

Plugin – curl

Package – GStreamer Bad Plug-ins

Pad Templates sink
ANY

Presence – always

Direction – sink

Object type – GstPad

Properties content-type
“content-type” gchararray

Content Type to use for the Content-Type header. If not set, detected mime type will be used

Flags : Read / Write

Default value : NULL

proxy
“proxy” gchararray

HTTP proxy server URI

Flags : Read / Write

Default value : NULL

proxy-passwd
“proxy-passwd” gchararray

Proxy user password to use for proxy authentication

Flags : Read / Write

Default value : NULL

proxy-port
“proxy-port” gint

HTTP proxy server port

Flags : Read / Write

Default value : 3128

proxy-user
“proxy-user” gchararray

Proxy user name to use for proxy authentication

Flags : Read / Write

Default value : NULL

use-content-length
“use-content-length” gboolean

Use the Content-Length HTTP header instead of Transfer-Encoding header

Flags : Read / Write

Default value : false

The results of the search are


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4