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