gstreamer/ext/rtmp
2010-07-30 23:59:10 +02:00
..
gstrtmpsrc.c rtmpsrc: fix warning on osx. 2010-07-30 23:59:10 +02:00
gstrtmpsrc.h rtmpsrc: Add support for seeking 2010-06-06 15:24:23 +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"