Hi Jeroen,
Thanks for the great feedback and yes, updates are free, so you don't have to worry about being always up-to-date with Mezzmo.
If you send a message to support, I can send you an updated device profile to try to play those files, or if you wish to edit the device profile yourself, you'll need to change (in SamsungLA.prf):
Code:
<avcontainer id="mov,mp4,m4a,3gp,3g2,mj2" name="h264aac" encode="0" mimetype="video/mp4v" dlnaprofile="MP3" supportschunked="0">
<video>
<format id="h264" encode="0">
</format>
</video>
<audio>
<format id="aac" encode="0">
</format>
</audio>
<audio>
<format id="pcm_s16le" encode="0">
</format>
</audio>
</avcontainer>
to:
Code:
<avcontainer id="mov,mp4,m4a,3gp,3g2,mj2" name="h264aac" encode="0" mimetype="video/mp4v" dlnaprofile="MP3" supportschunked="0">
<video>
<format id="h264" encode="0">
</format>
</video>
<video>
<format id="mpeg4" encode="0">
</format>
</video>
<audio>
<format id="aac" encode="0">
</format>
</audio>
<audio>
<format id="pcm_s16le" encode="0">
</format>
</audio>
</avcontainer>
(after that save the file and restart the server). If you do it yourself, please let me know if it works or not, so that it could be included in the next Mezzmo update.
Bookmarks