gstreamer/ext/rtmp
Alessandro Decina 62879bdd38 rtmpsrc: disable seeking if the configured url specifies live=true
Disable seeking when live=true is set in the location URL (eg:
"rtmp://example.net/stream live=true")
2012-12-01 17:11:43 +01:00
..
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"