Just wanted to share a hint for people that want to stream movies to a PS3.
All movies I had that contained x264 codecs embedded in .mpg files stopped to show up when I migrated from B2 => B3. In order to solve this:
In the file /etc/mediatomb/config.xml find the section extension-mimetype and add the following line.
Code: Select all
<map from="mpg" to="video/mp4"/>
Old .mpg files (not containing H264 video data and simmilar) still works fine after this.