diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2011-06-18 01:09:51 +1000 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2011-06-18 01:09:51 +1000 |
commit | 38bf3169ff0813d2efdf35333caa446441183917 (patch) | |
tree | 5f95027a88197a0aaf79b957b8a157b458567c04 /docs/plugins/inspect/plugin-rtmp.xml | |
parent | af1fca6d7db1f5167679e550968a6e5d7b7628f7 (diff) |
RTMP: add rtmpsink element for output to an RTMP server
Diffstat (limited to 'docs/plugins/inspect/plugin-rtmp.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-rtmp.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-rtmp.xml b/docs/plugins/inspect/plugin-rtmp.xml new file mode 100644 index 000000000..7d9ae4fdc --- /dev/null +++ b/docs/plugins/inspect/plugin-rtmp.xml @@ -0,0 +1,43 @@ +<plugin> + <name>rtmp</name> + <description>RTMP source and sink</description> + <filename>../../ext/rtmp/.libs/libgstrtmp.so</filename> + <basename>libgstrtmp.so</basename> + <version>0.10.22.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins git</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>rtmpsink</name> + <longname>RTMP output sink</longname> + <class>Sink/Network</class> + <description>Sends FLV content to a server via RTMP</description> + <author>Jan Schmidt <thaytan@noraisin.net></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-flv</details> + </caps> + </pads> + </element> + <element> + <name>rtmpsrc</name> + <longname>RTMP Source</longname> + <class>Source/File</class> + <description>Read RTMP streams</description> + <author>Bastien Nocera <hadess@hadess.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>ANY</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |