gstreamer/ext/rtmp
Jan Schmidt 6b784cf808 rtmpsink: Remove URL check for valid playpath.
The playpath is an optional component of the URL - don't require it.
2014-03-26 09:05:55 +11:00
..
gstrtmp.c
gstrtmpsink.c rtmpsink: Remove URL check for valid playpath. 2014-03-26 09:05:55 +11:00
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"