<div dir="ltr">2013/3/30 Alex Cohn <span dir="ltr"><<a href="mailto:alexcohn@netvision.net.il" target="_blank">alexcohn@netvision.net.il</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<p dir="ltr"></p><div class="im">On 30 Mar 2013 20:35, "Lars Hammarstrand" <<a href="mailto:lars.hammarstrand@gmail.com" target="_blank">lars.hammarstrand@gmail.com</a>> wrote:<br>
>> If the crash is reproducible with FFmpeg, you don't need xbmc to test.<br>
> Sounds very good, but how?  With the ffmpeg tools (ffplay, etc) as a stand alone package directly on ios?<br></div>
Exactly. This makes search for the problematic commit much easier, and also helps to fix it.</blockquote><div> </div><div style>Cool - didn't know that ffplay was able to run on ios "bare-metal" !! Ssh to the device and start ffplay, just that simple?  Must test this at once... :)</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><p></p><div class="im">
<p dir="ltr">> Question. Most implementations of ffmpeg for ios I've found so far utilizes static ffmpeg libs (like xbcm do). Is there a known problem to use ffmpeg as dylibs on ios?  </p>
</div><p dir="ltr">Static libs are much easier in building, using, and debugging. Shared libs are cool if the OS supports easy ways to reuse them, and upgrade independently from the application that uses them, thus reducing the maintenance efforts (e.g. when a security patch is made for ffmpeg libs).</p>


<p dir="ltr">Unfortunately, iOS does not provide such mechanisms. That's why shared ffmpeg libs are rarely used on this platform.</p></blockquote><div style>Ok, thanks. I'll guess that the apple devs are performing some non disclosure magic to make their libs to function as dylibs... </div>
<div style>--</div><div style><br></div><div style>BR Lars.</div></div></div></div>