• Giancarlo Formicuccia's avatar
    - Gracefully handle the case where not all the streams are requested/wanted · 1bc1cfdd
    Giancarlo Formicuccia authored
    from the client. Simply ignore the unwanted/unasked streams.
    - Don't need to pool() for every input character! (the socket is nonblocking,
    so the loop is ok).
    - Partially resurrect compute_send_delay for avoiding udp flood. Without a
    similar patch, udp transmission is seriously unreliable.
    (note that we don't link to a specific input reference stream, it's not needed
    as the pts values should be coherent anyway. Also, non-monotonic pts
    progression is unimportant in the long term).
    - rtsp_cmd_pause must reset the time reference
    patch by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
    
    Originally committed as revision 2034 to svn://svn.ffmpeg.org/ffmpeg/trunk
    1bc1cfdd
Name
Last commit
Last update
doc Loading commit data...
libavcodec Loading commit data...
libavformat Loading commit data...
postproc Loading commit data...
tests Loading commit data...
vhook Loading commit data...
.cvsignore Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL Loading commit data...
Makefile Loading commit data...
README Loading commit data...
VERSION Loading commit data...
berrno.h Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
common.h Loading commit data...
configure Loading commit data...
cygwin_inttypes.h Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...