gstreamer/ext/rtmp
David Schleef 94ed6caec4 rtmpsrc: Implement basesrc->unlock()
This fixes ->NULL transition problems if librtmp is stuck in a
recv or send call that never returns.
2013-04-01 19:53:01 -07:00
..
gstrtmp.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstrtmpsink.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstrtmpsink.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstrtmpsrc.c rtmpsrc: Implement basesrc->unlock() 2013-04-01 19:53:01 -07:00
gstrtmpsrc.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am Add WINSOCK2_LIBS, remove WIN32_LIBS, fix rtmp build on Windows some more 2012-05-05 18:20:33 +01: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"