gstreamer/ext/rtmp
2013-04-15 15:59:22 +02:00
..
gstrtmp.c
gstrtmpsink.c
gstrtmpsink.h
gstrtmpsrc.c
gstrtmpsrc.h
Makefile.am gst: Add better support for static plugins 2013-04-15 15:59:22 +02:00
README

rtmpsrc:

This plugin requires 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"