gstreamer/ext/rtmp
2010-09-02 22:39:33 +01:00
..
gstrtmpsrc.c rtmpsrc: fix wrong use of GST_ELEMENT_ERROR 2010-09-02 22:39:33 +01: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"