• michaelni's avatar
    - Gracefully handle the case where not all the streams are requested/wanted · d9e79ce2
    michaelni 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>)
    
    
    git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2034 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
    d9e79ce2
ffserver.c 146 KB