Hi,<br> i have some problem when i try to cross compile gst-ffmpeg for my arm board, pls help me.<br> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 11"><meta name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CHP%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><style>
<!--
/* Font Definitions */
@font-face
        {font-family:ËÎÌå;
        panose-1:2 1 6 0 3 1 1 1 1 1;
        mso-font-alt:SimSun;
        mso-font-charset:134;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 135135232 16 0 262145 0;}
@font-face
        {font-family:"\@ËÎÌå";
        panose-1:2 1 6 0 3 1 1 1 1 1;
        mso-font-charset:134;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 135135232 16 0 262145 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        mso-pagination:none;
        font-size:10.5pt;
        mso-bidi-font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:ËÎÌå;
        mso-font-kerning:1.0pt;}
/* Page Definitions */
@page
        {mso-page-border-surround-header:no;
        mso-page-border-surround-footer:no;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;
        mso-header-margin:36.0pt;
        mso-footer-margin:36.0pt;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>
<p class="MsoNormal"><span lang="EN-US"> i configure gst-ffmpeg as follows:</span></p><p class="MsoNormal"><span lang="EN-US"><br></span></p>
<p class="MsoNormal"><span lang="EN-US">./configure CC=arm-none-linux-gnueabi-gcc --build=i686-linux
--host=arm-none-linux-gnueabi --prefix=<span style="color: rgb(0, 0, 0);">/usr/local/gstreamer
CFLAGS=-I/usr/local/gstreamer/include/ LDFLAGS=-L/usr/local/gstreamer/lib </span><br style="color: rgb(0, 0, 0);"></span></p><p style="color: rgb(0, 0, 0);" class="MsoNormal"><br><span lang="EN-US"></span></p><span lang="EN-US"><span style="color: rgb(0, 0, 0);">PKG_CONFIG_PATH=/usr/local/gstreamer/lib/pkgconfig</span><br>
LD_LIBRARY_PATH=/usr/local/gstreamer/lib<br><br></span><p class="MsoNormal"><span lang="EN-US">but i get the error saying :</span></p><p class="MsoNormal"><br><span lang="EN-US"></span></p><p class="MsoNormal"><span lang="EN-US">Configuring included FFmpeg instance with args --prefix=/usr/local/gstreamer --disable-ffserver --disable-ffplay --enable-postproc --enable-gpl --enable-static --enable-shared --disable-encoder=flac --disable-decoder=cavs --disable-protocols --disable-devices --disable-network --disable-hwaccels --enable-cross-compile --target-os=linux-gnueabi --arch=arm --cross-prefix=arm-none-linux-gnueabi- --disable-ffmpeg<br>
<span style="color: rgb(255, 0, 0);">Unknown OS 'linux-gnueabi'.</span><br><br>If you think configure made a mistake, make sure you are using the latest<br>version from SVN. If the latest version fails, report the problem to the<br>
<a href="mailto:ffmpeg-user@mplayerhq.hu">ffmpeg-user@mplayerhq.hu</a> mailing list or IRC #ffmpeg on <a href="http://irc.freenode.net">irc.freenode.net</a>.<br>Include the log file "config.err" produced by configure as this will help<br>
solving the problem.<br>config.status: error: Failed to configure embedded FFmpeg tree</span></p><p class="MsoNormal"><br><span lang="EN-US"></span></p><p style="color: rgb(255, 102, 102);" class="MsoNormal"><span lang="EN-US">how should i configure gst-ffmpeg , pls help me, thanks!</span></p>
<p class="MsoNormal"><br><span lang="EN-US"></span></p><p class="MsoNormal"><span lang="EN-US"><span style="color: rgb(255, 102, 102);">in addition, i want to know if i want to play video on my arm board, what videosink i can use?</span> when i use autovideosink , the message it displays as follows:<br>
</span></p><p class="MsoNormal"><br><span lang="EN-US"></span></p><p class="MsoNormal"><span lang="EN-US">[root@Real6410 /]# gst-launch filesrc location=/usr/local/gstreamer/demo/S.avi !<br> decodebin ! ffmpegcolorspace ! videoscale ! autovideosink<br>
Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>WARNING: from element /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0: Resource not found.<br>Additional debug info:<br>gstautovideosink.c(320): gst_auto_video_sink_find_best (): /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0:<br>
Failed to find a usable video sink<br>ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0: A AVI demuxer plugin is required to play this stream, but not installed.<br>Additional debug info:<br>gstdecodebin.c(986): close_pad_link (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0:<br>
No decoder to handle media type 'video/x-msvideo'<br>ERROR: pipeline doesn't want to preroll.<br>Setting pipeline to NULL ...<br>Freeing pipeline ...</span></p><p class="MsoNormal"><br><span lang="EN-US"></span></p>
<p class="MsoNormal"><span lang="EN-US">Best regards</span></p><p class="MsoNormal"><span lang="EN-US"> </span></p><p class="MsoNormal"><span lang="EN-US">daisy<br></span></p>