FFmpeg/doc
Martin Storsjö a92c30d76e rtsp: Allow requesting of filtering of source packets
If filtered, only packets from the right source address and port
are received.

To test, play back e.g. some mpeg4 video RTSP stream (where the
video stream is the first stream in the presentation) over UDP.
While receiving this stream, send another stream to the same port:
ffmpeg -re -i <whatever> -vcodec mpeg4 -an -f rtp
rtp://127.0.0.1:5000?localport=1234
Normally, the RTSP playback reports lots of errors at this point.

If the RTSP stream has the ?filter_src option enabled, these
interferring packets are ignored.

Originally committed as revision 26246 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-06 15:22:58 +00:00
..
APIchanges Bump lavfi minor and add an entry after r26108 (which added 2010-12-27 18:16:52 +00:00
avutil.txt misc spelling fixes 2007-06-12 09:29:25 +00:00
bitstream_filters.texi MJPEG/AVI1 to JPEG/JFIF bitstream filter. 2010-11-11 15:24:11 +00:00
build_system.txt custom build system documentation 2010-10-06 17:53:02 +00:00
developer.texi s/program/programs, as FFmpeg consists of many programs. 2010-10-08 23:45:06 +00:00
eval.texi Implement isnan() function evaluation. 2010-11-03 19:44:00 +00:00
faq.texi Fix typo, -flags 4mv => -flags mv4. 2010-10-03 17:15:18 +00:00
ffmpeg.texi Metadata muxer 2010-12-27 07:46:49 +00:00
ffplay.texi Simplify texi files naming: ff*-doc.texi -> ff*.texi. 2010-12-14 18:38:37 +00:00
ffprobe.texi Simplify texi files naming: ff*-doc.texi -> ff*.texi. 2010-12-14 18:38:37 +00:00
ffserver.conf Support presets in ffserver.conf 2010-06-08 09:55:30 +00:00
ffserver.texi Simplify texi files naming: ff*-doc.texi -> ff*.texi. 2010-12-14 18:38:37 +00:00
fftools-common-opts.texi Deprecate the use of the NO_COLOR environment variable. 2010-12-06 22:24:21 +00:00
filters.texi Add copy filter, useful for testing the avfilter_draw_slice() copy 2010-12-28 01:01:09 +00:00
general.texi add ASS encoding and decoding support in Subtitle Formats documentation 2010-12-28 23:55:56 +00:00
indevs.texi In video4linux2, in the case the timebase value in ap is 0/0, read the 2011-01-05 14:15:11 +00:00
issue_tracker.txt Roundup now works from a ffmpeg.org domain as well, so prefer that. 2008-12-16 23:45:26 +00:00
libavfilter.texi Make the ffmpeg and ffplay man pages show the list of lavfi filters, 2010-06-21 22:09:07 +00:00
metadata.texi Metadata muxer 2010-12-27 07:46:49 +00:00
optimization.txt doc: mention xmm clobber macros usage 2010-10-06 02:46:22 +00:00
outdevs.texi Remove audio_beos entries in indevs.texi and output.devs, BeOS audio 2010-08-06 23:15:31 +00:00
protocols.texi rtsp: Allow requesting of filtering of source packets 2011-01-06 15:22:58 +00:00
rate_distortion.txt The definition of rate and distortion is not conditional of lambda being 2009-03-30 10:39:20 +00:00
snow.txt Use a consistent capitalization for 'Snow' as discussed on the list 2008-02-08 19:17:46 +00:00
soc.txt editorial changes 2006-08-07 09:59:21 +00:00
swscale.txt Update SW scaler doc after libswscale commit 30841. 2010-03-05 08:34:31 +00:00
tablegen.txt Update tablegen documentation for WRITE_ARRAY macro. 2010-06-27 14:31:50 +00:00
texi2pod.pl Remove @anchor{} commands from the POD output. 2010-11-30 20:14:29 +00:00
TODO Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants. 2010-06-10 16:51:14 +00:00
viterbi.txt Quick description of the Viterbi algorithm so I do not have to repeat it 2009-03-03 15:35:20 +00:00