<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Here is an RTMP input module based on librtmp. The original code was written by Daniel Tisza back in 2010 and I have made only some minor modifications.</div><div><br></div><div>You need to place the file in the modules/access folder and then add the following to the Modules.am file:</div><div><br></div><div><div>libaccess_rtmpdump_plugin_la_SOURCES = rtmpdump.c</div><div>libaccess_rtmpdump_plugin_la_CFLAGS = $(AM_CFLAGS)</div><div>libaccess_rtmpdump_plugin_la_LIBADD = $(AM_LIBADD) $(RTMPDUMP_LIBS)</div><div>libaccess_rtmpdump_plugin_la_DEPENDENCIES =</div><div>libvlc_LTLIBRARIES += $(LTLIBaccess_rtmpdump)</div><div>EXTRA_LTLIBRARIES += libaccess_rtmpdump_plugin.la</div></div><div><br></div><div>Sergio Ammirata</div><div><br></div></body></html>