• Lukasz Marek's avatar
    ftp: reconnect on seek · 34c42389
    Lukasz Marek authored
    ABOR command usually takes long (FTP server implementation dependent).
    It also produces different response codes from different servers.
    
    It is save for ffmpeg to reconnect both connection during seek for two reasons:
    1. Alreay mentioned heavy manner of ABOR command.
    2. Server may disconnected due to no transfer (seek after a long pause in ffmpeg client)
    34c42389
ftp.c 20.4 KB