gstreamer/ext/rtmp
Vineeth TM 7c42ba97d7 plugins-bad: Fix example pipelines
rename gst-launch --> gst-launch-1.0
replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**)
fix caps in examples

https://bugzilla.gnome.org/show_bug.cgi?id=759432
2015-12-15 10:30:49 +00:00
..
gstrtmp.c rtmp: proxy logging from librtmp 2014-06-05 09:41:31 +02:00
gstrtmpsink.c plugins-bad: Fix example pipelines 2015-12-15 10:30:49 +00:00
gstrtmpsink.h rtmpsink: Do not crash when receiving buffers after GST_FLOW_ERROR 2015-05-30 00:25:37 +10:00
gstrtmpsrc.c plugins-bad: Fix example pipelines 2015-12-15 10:30:49 +00: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"