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 Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
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"