<div dir="ltr">2014-08-25 23:14 GMT+04:00 Dmitry Adjiev <span dir="ltr"><<a href="mailto:adjiev.dmitry@gmail.com" target="_blank">adjiev.dmitry@gmail.com</a>></span>:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra">2014-08-24 2:49 GMT+04:00 Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at" target="_blank">cehoyos@ag.or.at</a>></span>:<br>

<div class="gmail_quote"><div class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Dmitry Adjiev <adjiev.dmitry@...> writes:<br>

<br>I tested it with ffplay under linux, but not under android.<br></div></blockquote></div><div>   On android I tested existing ffmpeg builds, they don't work.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="">
<div>
<br>
</div>Is there a reason that you didn't test with ffmpeg (not<br>
ffplay) under Android?<br></div>
 I didn't test my builds because I have no rooted device, I have perm denied error.<div class=""><br>
Were you maybe using unusual configure options?<br></div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="">
Please do not top-post on this mailing list, Carl Eugen<br>
</div><div><div>at least it's --enable-gpl --enable-version3 --enable-h264 --enable-nonfree</div></div></blockquote><div>    This build fors fine under linux, I checked it and started development.</div><div>    I work for video multicast client/server app, server developed by me is works for now, but client doesn't.</div>

<div>    I'll try disable --enable-nonfree and update you. I need only H263 OR H264</div><div class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div><div>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</div></div></blockquote></div></div><br><br clear="all"></div><div class="gmail_extra">I tested ffplay on linux, ffmpeg shows correct stream info on linux.<br></div><div class="gmail_extra">Existing ffmpeg builds for android can't play the stream, my ffmpeg build I can't run<span class=""><font color="#888888"><br>


</font></span></div><span class=""><font color="#888888"><div class="gmail_extra">-- <br>Regards,<br>Dmitry
</div></font></span></div>
</blockquote></div><br>Here is my current script for building:<br><br>#!/bin/bash<br>NDK=/home/dmitry/etc/android/android-ndk-r9d<br>SYSROOT=$NDK/platforms/android-14/arch-arm<br>TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64<br>
function build_one<br>{<br>./configure \<br>--prefix=$PREFIX \<br>--disable-shared \<br>--enable-static \<br>--disable-doc \<br>--cross-prefix=$TOOLCHAIN/bin/arm-linux-androideabi- \<br>--enable-nonfree \<br>--target-os=linux \<br>
--arch=arm \<br>--enable-cross-compile \<br>--sysroot=$SYSROOT \<br>--extra-cflags="-Os -fpic $ADDI_CFLAGS" \<br>--extra-ldflags="$ADDI_LDFLAGS" \<br>--sysinclude=$NDK/home/dmitry/etc/android/android-ndk-r9/platforms/android-14/arch-arm/usr/include\<br>
$ADDITIONAL_CONFIGURE_FLAG<br>make clean<br>/home/dmitry/etc/android/android-ndk-r9d/ndk-build<br>}<br>CPU=arm<br>PREFIX=$(pwd)/android/$CPU<br>ADDI_CFLAGS="-marm"<br>NDK_PROJECT_PATH=/home/dmitry/etc/src/ffmpeg-2.3/android/arm<br>
build_one<br><br clear="all"><br>-- <br>Regards,<br>Dmitry
</div></div>