rtmpsrc

rtmpsrc

Properties

gchar * location Read / Write

Types and Values

struct GstRTMPSrc

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstBaseSrc
                ╰── GstPushSrc
                    ╰── GstRTMPSrc

Implemented Interfaces

GstRTMPSrc implements GstURIHandler.

Description

This plugin reads data from a local or remote location specified by an URI. This location can be specified using any protocol supported by the RTMP library, i.e. rtmp, rtmpt, rtmps, rtmpe, rtmfp, rtmpte and rtmpts.

Example launch lines

1
gst-launch -v rtmpsrc location=rtmp://somehost/someurl ! fakesink
Open an RTMP location and pass its content to fakesink.

Functions

Types and Values

struct GstRTMPSrc

struct GstRTMPSrc;

Opaque data structure.

Property Details

The “location” property

  “location”                 gchar *

Location of the file to read.

Flags: Read / Write

Default value: NULL