gstreamer/subprojects/gst-plugins-bad/ext/rtmp
2025-01-13 19:17:13 +01:00
..
gstrtmp.c
gstrtmpelement.c
gstrtmpelements.h
gstrtmpsink.c
gstrtmpsink.h
gstrtmpsrc.c
gstrtmpsrc.h
meson.build docs: port plugins to explicit sources 2025-01-13 19:17:13 +01: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"