Update 2013 Sony profile to support 2014 devices

Issue #812 resolved
Illico created an issue

On <MediaFormatProfiles> element, change order of name and put "xx_50_xx" first for all MediaFormatProfile lines.

http://forum.serviio.org/viewtopic.php?f=11&t=17634&p=94581#p94549

http://forum.serviio.org/viewtopic.php?f=11&t=16357#p94378

http://forum.serviio.org/viewtopic.php?f=11&t=17458#p93820

We could also change the regex to add 2014 series devices, something like this:

BRAVIA (KDL-\d{2}W[56789]\d{2}[AB].)|(KD-\d{2}X[89]\d{3}[AB].)

2014: * KD-79X9005B * KD-70X8505B * KD-65X9005B / X8505B * KD-55X9005B / X8505B * KD-49X8505B * KDL-65W955B * KDL-60W605B * KDL-55W955B / W829B /W828B / W817B / W815B / W805B * KDL-50W805B / W815B / W817B / W828B / W829B / W706B / W705B * KDL-48W585B / W605B * KDL-42W705B / W706B / W805B / W815B / W817B / W828B / W829B * KDL-40W605B * KDL-32W705B / W706B

2013: * KD-65X9005A / X8505A * KD-55X9005A / X8505A * KDL-65W855A * KDL-55W802A / W805A / W807A / W808A / W809A / W905A * KDL-50W656A / W685A * KDL-47W802A / W805A / W807A / W808A / W809A * KDL-46W905A * KDL-42W650A / W651A / W653A / W654A / W655A / W656A / W802A / W805A / W807A / W808A / W809A / * KDL-40W905A * KDL-32W600A / W603A / W605A / W650A / W651A / W653A / W654A / W655A / W656A * KDL-24W605A

Comments (7)

  1. Petr Nejedly repo owner

    @Illico For the 50 position - Serviio serves multiple resources, one for each item in the name="" list. The TV probably ignores what the values are and selects the first one.

    Is the problem related only to files with 50 fps? I don't want to break it for all other files.

  2. Illico reporter

    I don't know. But according to forum post, it seems that only files with 50 fps are not supported by device when first mime-type value is different to something similar to AVC_TS_HD_50_AC3. I will ask on forum to know if other files (24fps,30fps,60, EU, etc) are still supported with modified profile.

  3. Illico reporter

    I not really had feedbaks about the 50 fps.

    But you could change the regex to add 2014 series devices on existing 2013 profile section, something like this: BRAVIA (KDL-\d{2}W[56789]\d{2}[AB].)|(KD-\d{2}X[89]\d{3}[AB].)

    And you could update 2013 profile to transcode not supported mp3 over mpegts/h264 stream.

  4. Log in to comment