gstreamer/ext/rtmp
2021-08-09 01:27:01 +05:30
..
gstrtmp.c rtmp: allow per feature registration 2021-03-23 14:19:17 +00:00
gstrtmpelement.c rtmp: allow per feature registration 2021-03-23 14:19:17 +00:00
gstrtmpelements.h rtmp: allow per feature registration 2021-03-23 14:19:17 +00:00
gstrtmpsink.c rtmp: allow per feature registration 2021-03-23 14:19:17 +00:00
gstrtmpsink.h rtmp: allow per feature registration 2021-03-23 14:19:17 +00:00
gstrtmpsrc.c rtmpsrc: mention setting librtmp flags in docs 2021-08-09 01:27:01 +05:30
gstrtmpsrc.h rtmpsrc plugin : add timeout option 2016-03-27 11:54:36 +03:00
meson.build rtmp: allow per feature registration 2021-03-23 14:19:17 +00:00
README rtmp: refer to both elements in the README 2015-12-30 18:00:47 -08:00

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"