Top | ![]() |
![]() |
![]() |
![]() |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseSink ╰── GstCurlBaseSink ╰── GstCurlFileSink
Description
This is a network sink that uses libcurl as a client to upload data to a local or network drive.
Example launch line (upload a JPEG file to /home/test/images directory)
1 2 3 |
gst-launch-1.0 filesrc location=image.jpg ! jpegparse ! curlfilesink \ file-name=image.jpg \ location=file:///home/test/images/ |
Synopsis
Property Details
The “create-dirs”
property
“create-dirs” gboolean
Attempt to create missing directory included in the path.
Flags: Read / Write
Default value: FALSE