<div dir="ltr">Thanks Cris !<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-06-30 0:25 GMT+02:00 Crispin Boylan <span dir="ltr"><<a href="mailto:cris@beebgames.com" target="_blank">cris@beebgames.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">sorted, we had an old switch to disable the builtin aac encoder/decoder. Since 3.0 it is stable and the default.<br>
<br>
After enabling locally everything is working!<br>
<br>
<br>
Currently rebuilding on cooker and 3.0....<br>
<br>
<br>
thanks<br>
<br>
cris.<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
On 29/06/16 22:01, Crispin Boylan wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
seems to be something to do with aac, because its only those ones it's not playing, videos without sound are fine. also i tried an aac sample file and it wont play that either. something with aac in the latest ffmpeg 3.0?<br>
<br>
<br>
the file errors are ok because it tries a bunch of versions before finding libavcodec.so.57 .<br>
<br>
<br>
<br>
<br>
On 29/06/16 10:06, Bernhard Rosenkraenzer wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 2016-06-29 10:43, Jean-Claude Vanier wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
No real clue.<br>
<br>
When I open this file with FF:<br>
<a href="http://people.mozilla.org/~kbrosnan/tmp/829454/829454.mp4" rel="noreferrer" target="_blank">http://people.mozilla.org/~kbrosnan/tmp/829454/829454.mp4</a><br>
<br>
strace shows those lines:<br>
<br>
4222 open("/lib64/libavcodec-ffmpeg.so.57", O_RDONLY|O_CLOEXEC) = -1<br>
ENOENT (No such file or directory)<br>
</blockquote>
<br>
That's helpful, it should be looking for libavcodec.so.57 instead. Probably something in ff or a library used by it (gst?) has been written for a distro that packages both ffmpeg and libav and renames ffmpeg libraries.<br>
<br>
Unless it looks for libavcodec.so.57 as well, the fix may be as simple as sed -i -e 's,libavcodec-ffmpeg,libavcodec,g' on the file triggering this.<br>
<br>
ttyl<br>
bero<br>
<br>
_______________________________________________<br>
OM-Cooker mailing list<br>
<a href="mailto:OM-Cooker@ml.openmandriva.org" target="_blank">OM-Cooker@ml.openmandriva.org</a><br>
<a href="http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org" rel="noreferrer" target="_blank">http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org</a> <br>
</blockquote>
<br>
</blockquote>
<br>
<br>
_______________________________________________<br>
OM-Cooker mailing list<br>
<a href="mailto:OM-Cooker@ml.openmandriva.org" target="_blank">OM-Cooker@ml.openmandriva.org</a><br>
<a href="http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org" rel="noreferrer" target="_blank">http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org</a><br>
</div></div></blockquote></div><br></div>