gstreamer/ext/rtmp
Alessandro Decina 62879bdd38 rtmpsrc: disable seeking if the configured url specifies live=true
Disable seeking when live=true is set in the location URL (eg:
"rtmp://example.net/stream live=true")
2012-12-01 17:11:43 +01: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: disable seeking if the configured url specifies live=true 2012-12-01 17:11:43 +01: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"