gstreamer/ext/rtmp
Sebastian Dröge fdf1598173 rtmpsrc: Handle timestamps and the position query
This is not very accurate but better than nothing. The demuxer
after the source knows more accurate timestamps.
2010-06-06 13:57:06 +02:00
..
gstrtmpsrc.c rtmpsrc: Handle timestamps and the position query 2010-06-06 13:57:06 +02:00
gstrtmpsrc.h rtmpsrc: Handle timestamps and the position query 2010-06-06 13:57:06 +02:00
Makefile.am rtmp: Move to ext and drop internal librtmp copy 2010-06-05 18:02:39 +02:00
README rtmp: Move to ext and drop internal librtmp copy 2010-06-05 18:02:39 +02:00

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"