<blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;"><span><div><div><div>Alexey Belkevich <belkevich@...> writes:</div><div><br></div><blockquote type="cite"><div><div>Unfortunately it's can't be done. FFMpeg is only decoder, </div><div>all playback routine done with iOS SDK.</div><div>But I will try to think in this direction. Is console log </div><div>of decoding and connection could be helpful? Also, is any </div><div>flag or macros that will enable more detailed console </div><div>output of ffmpeg?</div></div></blockquote><div><br></div><div>Please stop top-posting!</div><div><br></div><div>Iirc, you wrote that ffplay works on your desktop for the </div><div>given stream.</div><div>Does ffmpeg (ffmpeg -i yourstream out.wav) also work?</div><div>If yes, please provide complete, uncut console output.</div><div><br></div><div>Next step: Compile ffmpeg (the application) for your </div><div>iDevice (it has no additional requirements, so there is </div><div>no reason why it should not compile fine). Then test the </div><div>same command as above on your device and report if the </div><div>output (wav) file is correct.</div><div><br></div><div>(If I did not understand correctly and your stream can </div><div>actually not be decoded on your desktop system, then </div><div>this should be analyzed: It will be significantly simpler </div><div>to reproduce / fix.)</div><div><br></div><div>Carl Eugen</div><div><br></div><div>_______________________________________________</div><div>Libav-user mailing list</div><div><a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a></div><div><a href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a></div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    I've checked output.wav for both architectures,and everything is correct. Looks like it's problem in my code.
                </div><div>Thanks for help!</div>