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
gstrtmpsink.c
gstrtmpsink.h
gstrtmpsrc.c rtmpsrc: error out if we get EOS immediately without any data 2014-05-10 12:57:29 +01:00
gstrtmpsrc.h
Makefile.am
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"