ffmpeg-android icon indicating copy to clipboard operation
ffmpeg-android copied to clipboard

Nexus 5x timeout

Open FerranRibell opened this issue 8 years ago • 3 comments

Hi, I'm trying to trim a video using the ffmpeg command: [-y, -ss, 0, -i, http://10.5.5.9:8080/videos/XXXXXX.MP4, -t, 26, -preset, ultrafast, /storage/emulated/0/Android/data/XXXXX/cache/TRIMMED_567.mp4]

I've tried 4 different phones and works fine, the only one is nexus 5x(I've tried with 2 different nexus 5x). The error is: E/FFmpegHelper: onFailure command: ffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developers built with gcc 4.8 (GCC) configuration: --target-os=linux --cross-prefix=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-fontconfig --enable-pthreads --disable-debug --disable-ffserver --enable-version3 --enable-hardcoded-tables --disable-ffplay --disable-ffprobe --enable-gpl --enable-yasm --disable-doc --disable-shared --enable-static --pkg-config=/home/vagrant/SourceCode/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/vagrant/SourceCode/ffmpeg-android/build/armeabi-v7a --extra-cflags='-I/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all' --extra-ldflags='-L/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags= libavutil 55. 17.103 / 55. 17.103 libavcodec 57. 24.102 / 57. 24.102 libavformat 57. 25.100 / 57. 25.100 libavdevice 57. 0.101 / 57. 0.101 libavfilter 6. 31.100 / 6. 31.100 libswscale 4. 0.100 / 4. 0.100 libswresample 2. 0.101 / 2. 0.101 libpostproc 54. 0.100 / 54. 0.100 http://10.5.5.9:8080/videos/XXXXX.MP4: Connection timed out

Thanks

FerranRibell avatar May 29 '17 09:05 FerranRibell

Check connection. I think you have problem with get file MP4.

tieuvinhlong avatar May 29 '17 09:05 tieuvinhlong

The connection is fine because I can play the video before trying to download it.

FerranRibell avatar May 29 '17 09:05 FerranRibell

@FerranRibell solved? fixed?

farzadno avatar Oct 06 '17 12:10 farzadno