web icon indicating copy to clipboard operation
web copied to clipboard

TimeOut issue while processing remote files

Open kamrapooja opened this issue 3 years ago • 0 comments

Hi We are using ffmpeg library to extract audio from video file. The video files are present on different machine and ffmpeg is installed on another machine. Command used to extract audio is - "ffmpeg -i //https://ip-address//a.mp4 -ab 160k -ac 1 -ar 16000 -vn d:\test.wav" Command is working fine most of times but sometimes it gives error : "Connection to tcp://ipteam.blob.core.windows.net:443 failed: Connection timed out. stream 1, offset 0x1b1197a: partial file"

Please help to resolve it.

kamrapooja avatar Sep 19 '22 08:09 kamrapooja