gstreamer/ext/rtmp
Alessandro Decina f33b78abd1 rtmpsink: don't block the main thread with RTMP_Connect
Move the RTMP_Connect call from the main thread (::start) to the streaming
thread (::render).
2011-09-12 11:23:03 +02:00
..
gstrtmp.c RTMP: add rtmpsink element for output to an RTMP server 2011-06-18 01:09:51 +10:00
gstrtmpsink.c rtmpsink: don't block the main thread with RTMP_Connect 2011-09-12 11:23:03 +02:00
gstrtmpsink.h RTMP: add rtmpsink element for output to an RTMP server 2011-06-18 01:09:51 +10:00
gstrtmpsrc.c RTMP: add rtmpsink element for output to an RTMP server 2011-06-18 01:09:51 +10:00
gstrtmpsrc.h rtmpsrc: Add support for seeking 2010-06-06 15:24:23 +02:00
Makefile.am RTMP: add rtmpsink element for output to an RTMP server 2011-06-18 01:09:51 +10: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"