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