mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
fba7c97135
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 |
||
---|---|---|
.. | ||
gstrtmp.c | ||
gstrtmpsink.c | ||
gstrtmpsink.h | ||
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"