gstreamer/ext/rtmp
2015-12-30 18:00:47 -08:00
..
gstrtmp.c rtmp: correct librtmp log-level mappings 2015-12-30 16:12:27 -08:00
gstrtmpsink.c rtmpsink: check for failed RTMP context alloc 2015-12-30 17:22:42 -08:00
gstrtmpsink.h rtmpsink: Do not crash when receiving buffers after GST_FLOW_ERROR 2015-05-30 00:25:37 +10:00
gstrtmpsrc.c rtmpsrc: check for failed RTMP context alloc 2015-12-30 17:22:54 -08: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"