0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/DOCS/man/en
wm4 b0f7a26f1a network: fix rtsp playback
By default, libavformat uses UDP for rtsp playback. This doesn't work
very well. Apparently the reason is that the buffer sizes libavformat
chooses for UDP are way too small, and switching to TCP gets rid of this
issue entirely (thanks go to Reimar Döffinger for figuring this out).

In theory, you can set buffer sizes as libavformat options, but that
doesn't seem to help.

Add an option to select the rtsp transport, and make TCP the default.

Also remove an outdated comment from stream.c.
2013-09-22 02:40:29 +02:00
..
af.rst manpage: af_volnorm was renamed 2013-09-20 13:23:25 +02:00
ao.rst manpage: various improvements 2013-09-10 15:12:25 +02:00
changes.rst manpage: af_volnorm was renamed 2013-09-20 13:23:25 +02:00
encode.rst manpage: proofread and fix formatting 2013-07-08 18:02:46 +02:00
input.rst m_property: add a way to switch on property values in property expansion 2013-09-20 23:09:43 +02:00
mpv.rst manpage: remove bogus space in example usage 2013-09-15 21:32:26 +02:00
options.rst network: fix rtsp playback 2013-09-22 02:40:29 +02:00
vf.rst vf_scale: use new swscale wrapper 2013-07-18 13:41:38 +02:00
vo.rst vo_opengl: blend alpha components by default 2013-09-19 17:03:03 +02:00