gstreamer/ext/rtmp
2014-10-20 09:47:27 +02:00
..
gstrtmp.c rtmp: proxy logging from librtmp 2014-06-05 09:41:31 +02:00
gstrtmpsink.c rtmpsink: Declare sink variable that was forgotten in last commit 2014-10-20 09:47:27 +02:00
gstrtmpsink.h
gstrtmpsrc.c rtmpsrc: Report limited bandwidth 2014-07-01 15:02:37 +02:00
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"