Add profile for Sony DBP-S370
http://forum.serviio.org/viewtopic.php?f=5&t=326
<Profile id="7" name="Sony BDP-S370" extendsProfileId="1">\
<Detection>\
<X-AV-Client-Info>.Blu-ray Disc Player.</X-AV-Client-Info>\
</Detection>\
<MediaFormatProfiles>\
<MediaFormatProfile mime-type="video/divx">MATROSKA</MediaFormatProfile>\
</MediaFormatProfiles>\
</Profile>
Comments (5)
-
Account Deleted -
reporter -
reporter - changed status to resolved
-
Account Deleted I have some amendments, outlined here: http://forum.serviio.org/viewtopic.php?f=5&t=326&p=3659#p3659
though due to the different regional firmware variations in allowed DLNA media types there will need to be two versions, one for European and one for North American Sony BDP units.
These changes allow remuxing of H.264 to M2TS container (not working until now). They also allow North American users who cannot AFAIK use the DivX mime-type to play content to see most files by listing them as mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA"
The player prohibits seek controls for MP4 container files, so remuxing to H.264 solves this.
-
Account Deleted I meant remuxing to M2TS obv.
- Log in to comment
May I recommend something more like this one as it allows the player to play WMV and ASF files as well:
<Profile id="9" name="Sony BDP-S370" extendsProfileId="1"> <Detection> <X-AV-Client-Info>.*Blu-ray Disc Player.*</X-AV-Client-Info> </Detection> <MediaFormatProfiles> <MediaFormatProfile mime-type="video/divx">MATROSKA</MediaFormatProfile> <MediaFormatProfile mime-type="video/divx">WMVMED_BASE</MediaFormatProfile> <MediaFormatProfile mime-type="video/divx">WMVMED_FULL</MediaFormatProfile> <MediaFormatProfile mime-type="video/divx">WMVHIGH_FULL</MediaFormatProfile> <MediaFormatProfile mime-type="video/divx">WMVMED_PRO</MediaFormatProfile> <MediaFormatProfile mime-type="video/divx">WMVHIGH_PRO</MediaFormatProfile> <MediaFormatProfile mime-type="video/divx">VC1_ASF_AP_L1_WMA</MediaFormatProfile> <MediaFormatProfile mime-type="video/divx">VC1_ASF_AP_L2_WMA</MediaFormatProfile> <MediaFormatProfile mime-type="video/divx">VC1_ASF_AP_L3_WMA</MediaFormatProfile> </MediaFormatProfiles> <AutomaticImageRotation>true</AutomaticImageRotation> </Profile>