gstreamer/ext/rtmp
Sebastian Dröge 547f037ea4 rtmp: Move to ext and drop internal librtmp copy
We really don't want this in gst-plugins-bad because of
legal complexities around RTMP and possible problems
for distributions.

Add README that explains how to build librtmp to be suitable
for linking to the GStreamer plugin.
2010-06-05 18:02:39 +02:00
..
gstrtmpsrc.c rtmp: Move to ext and drop internal librtmp copy 2010-06-05 18:02:39 +02:00
gstrtmpsrc.h rtmp: Move to ext and drop internal librtmp copy 2010-06-05 18:02:39 +02:00
Makefile.am rtmp: Move to ext and drop internal librtmp copy 2010-06-05 18:02:39 +02:00
README rtmp: Move to ext and drop internal librtmp copy 2010-06-05 18:02:39 +02:00

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"