gstreamer/ext/rtmp
2016-03-24 14:56:51 +02:00
..
gstrtmp.c rtmp: correct librtmp log-level mappings 2015-12-30 16:12:27 -08:00
gstrtmpsink.c bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstrtmpsink.h rtpmsink: Implement setcaps that uses streamheader 2016-02-09 19:35:22 -05:00
gstrtmpsrc.c bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstrtmpsrc.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:59:22 +02:00
README rtmp: refer to both elements in the README 2015-12-30 18:00:47 -08:00

rtmpsrc/sink:

These plugins require librtmp from http://rtmpdump.mplayerhq.hu/

You have to build librtmp with -fPIC to be able to use it
with the GStreamer plugin: make XCFLAGS="-fPIC"