gstreamer/ext/rtmp
Vivia Nikolaidou fba7c97135 rtmpsink: Do not crash when receiving buffers after GST_FLOW_ERROR
If the RTMP URI is invalid, the rtmpsink will return GST_FLOW_ERROR.
If it still receives buffers after that, it shouldn't crash.

https://bugzilla.gnome.org/show_bug.cgi?id=750104
2015-05-30 00:25:37 +10:00
..
gstrtmp.c
gstrtmpsink.c rtmpsink: Do not crash when receiving buffers after GST_FLOW_ERROR 2015-05-30 00:25:37 +10:00
gstrtmpsink.h rtmpsink: Do not crash when receiving buffers after GST_FLOW_ERROR 2015-05-30 00:25:37 +10:00
gstrtmpsrc.c
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"