gstreamer/subprojects/gst-plugins-bad/ext/rtmp
2022-09-01 21:17:35 +00:00
..
gstrtmp.c
gstrtmpelement.c
gstrtmpelements.h
gstrtmpsink.c
gstrtmpsink.h
gstrtmpsrc.c
gstrtmpsrc.h
meson.build meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00: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"