mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 04:58:47 +00:00
5417900a0e
It's possible to include all those options in the URL already by appending the options and separating them by spaces, e.g. rtmp://somewhere/something opt1=val1 opt2=val2 |
||
---|---|---|
.. | ||
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"