Hello,
I'm writing an app for Android which uses the XamarinAndroidFFmpeg, when I try to execute the equivalent for:
I get the error:ffmpeg -i http://10.5.5.9:8080/videos/DCIM/100GOPRO/GOPR2224.MP4 -ss 00:00:05 -t 00:00:10 -c copy cut_video.mp4
the reason for the above error is due to the fact that the ffmpeg in the XamarinAndroidFFmpeg was compiled with the following configuration, emphasis on --disable-network:http://10.5.5.9:8080/videos/DCIM/100GOPRO/GOPR2224.MP4: protocol not found
Thing is that I need the configuration to include --enable-network --enable-protocol=tcp and for that the ffmpeg should be recompiled, I've looked for how to recompile and found this "a system for building custom ffmpeg binaries for Android", since I'm a windows user I hit a brick wall at this point.ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
built on Dec 22 2014 12:52:34 with gcc 4.6 20120106 (prerelease)
configuration: --arch=arm --cpu=cortex-a8 --target-os=linux --enable-runtime-cpudetect --prefix=/data/data/info.guardianproject.ffmpeg/app_opt --enable-pic --disable-shared --enable-static --cross-prefix=/home/n8fr8/dev/android/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi- --sysroot=/home/n8fr8/dev/android/ndk/platforms/android-16/arch-arm --extra-cflags='-I../x264 -mfloat-abi=softfp -mfpu=neon -fPIE -pie' --extra-ldflags='-L../x264 -fPIE -pie' --enable-version3 --enable-gpl --disable-doc --enable-yasm --enable-decoders --enable-encoders --enable-muxers --enable-demuxers --enable-parsers --enable-protocols --enable-filters --enable-avresample --enable-libfreetype --disable-indevs --enable-indev=lavfi --disable-outdevs --enable-hwaccels --enable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver --disable-network --enable-libx264 --enable-zlib
Is there anyone who can help me with this?
Many thanks in advance!!!
Best,
Ram
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Newbie at using FFMPEG - DVD Rips to ProRes with AAC Audio?
By Brainiac in forum Video ConversionReplies: 4Last Post: 12th Apr 2017, 19:00 -
(Willing to pay)ffmpeg Need help downloading live stream ffmpeg and rtmp
By grabyea in forum Video Streaming DownloadingReplies: 0Last Post: 10th Apr 2016, 16:54 -
newbie needing help with ffmpeg recording (finding recordings)
By mulliganman in forum Video Streaming DownloadingReplies: 20Last Post: 30th Jan 2016, 15:11 -
FFMPEG QUESTION :How do I take 10bit jpeg with FFMPEG?
By Jamaika in forum Video ConversionReplies: 10Last Post: 6th Jul 2015, 13:41 -
FFmpeg Runtime error / FFmpeg git-df82454 32-bit Static (2012-10-03)
By MashedPotatoes in forum Newbie / General discussionsReplies: 5Last Post: 6th Oct 2012, 17:22