[vlc-devel] rtmp input module based on librtmp

Sergio M. Ammirata, Ph.D. sergio at ammirata.net
Sat Sep 1 18:28:41 CEST 2012


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.

You need to place the file in the modules/access folder and then add the
following to the Modules.am file:

libaccess_rtmpdump_plugin_la_SOURCES = rtmpdump.c
libaccess_rtmpdump_plugin_la_CFLAGS = $(AM_CFLAGS)
libaccess_rtmpdump_plugin_la_LIBADD = $(AM_LIBADD) $(RTMPDUMP_LIBS)
libaccess_rtmpdump_plugin_la_DEPENDENCIES =
libvlc_LTLIBRARIES += $(LTLIBaccess_rtmpdump)
EXTRA_LTLIBRARIES += libaccess_rtmpdump_plugin.la

Sergio Ammirata



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120901/fab32d42/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rtmpdump.c
Type: application/octet-stream
Size: 14664 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120901/fab32d42/attachment.obj>


More information about the vlc-devel mailing list