gstreamer/ext/rtmp
2019-03-20 19:45:12 +07:00
..
gstrtmp.c rtmp: correct librtmp log-level mappings 2015-12-30 16:12:27 -08:00
gstrtmpsink.c rtmpsink: Fix leak on connection failure 2018-08-31 10:03:35 +03:00
gstrtmpsink.h rtpmsink: Implement setcaps that uses streamheader 2016-02-09 19:35:22 -05:00
gstrtmpsrc.c rtmpsrc: fix buffer leak on read error or EOS 2019-03-20 19:45:12 +07:00
gstrtmpsrc.h rtmpsrc plugin : add timeout option 2016-03-27 11:54:36 +03:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:05:52 -04:00
meson.build Add feature options for almost all plugins 2018-07-27 19:04:38 +05:30
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"