rtmpsrc

rtmpsrc — Read RTMP streams

Synopsis

struct              GstRTMPSrc;

Implemented Interfaces

GstRTMPSrc implements GstURIHandler.

Properties

  "location"                 gchar*                : Read / Write

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

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

Synopsis

Element Information

plugin

rtmp

author

Bastien Nocera <hadess@hadess.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>

class

Source/File

Element Pads

name

src

direction

source

presence

always

details

ANY

Details

struct GstRTMPSrc

struct GstRTMPSrc {
  GstPushSrc parent;
};

Opaque data structure.

Property Details

The "location" property

  "location"                 gchar*                : Read / Write

Location of the file to read.

Default value: NULL