gstreamer/ext/rtmp
2019-11-05 09:11:25 -05:00
..
gstrtmp.c
gstrtmpsink.c rtmpsink: Fix leak on connection failure 2018-08-31 10:03:35 +03:00
gstrtmpsink.h
gstrtmpsrc.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstrtmpsrc.h rtmpsrc plugin : add timeout option 2016-03-27 11:54:36 +03:00
meson.build docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
README

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"