gstreamer/ext/rtmp
2010-06-06 08:30:09 +02:00
..
gstrtmpsrc.c rtmpsrc: Allocate and free the RTMP instance in start/stop 2010-06-06 08:30:09 +02:00
gstrtmpsrc.h rtmpsrc: Add properties for setting the swfUrl and pageUrl properties 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"