Object Hierarchy
GObject
╰── GstObject
╰── GstElement
╰── GstBaseSink
╰── GstRTMPSink
Implemented Interfaces
GstRTMPSink implements
GstURIHandler.
Description
This element delivers data to a streaming server via RTMP. It uses
librtmp, and supports any protocols/urls that librtmp supports.
The URL/location can contain extra connection or session parameters
for librtmp, such as 'flashver=version'. See the librtmp documentation
for more detail
Example launch line
Encode a test video stream to FLV video format and stream it via RTMP.
Types and Values
struct GstRTMPSink
struct GstRTMPSink;
Property Details
The “location”
property
“location” gchar *
Location of the file to read.
Flags: Read / Write
Default value: NULL