gstreamer/ext/rtmp
Tim-Philipp Müller ab783acd7f rtmpsrc: error out if we get EOS immediately without any data
It's not really right to just go EOS as if nothing was wrong.
2014-05-10 12:57:29 +01:00
..
gstrtmp.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstrtmpsink.c rtmpsink: Remove URL check for valid playpath. 2014-03-26 09:05:55 +11:00
gstrtmpsink.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstrtmpsrc.c rtmpsrc: error out if we get EOS immediately without any data 2014-05-10 12:57:29 +01:00
gstrtmpsrc.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:59:22 +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"