I wrote
swkim01 wrote:Hello,
I have similar problem with my LG BD570 player.
...
Then, I tested those files through the serviio server. All Korean subtitle files were not working.
I checked them by a upnp browser, which is "cling workbench" from
http://www.teleal.org/projects/cling.
The url of the srt subtitles are O.K. and their content are downloadable via http get protocol!
Thus, I suspect the LG BD player can not show the UTF-8 srt subtitle.
Finaly, I tried to add the following line in the profile file.
<SubtitlesMimeType>text/smi</SubtitlesMimeType>
But this is not working! Is there any method to use 'smi' file for serviio? Please help me.
I am sorry I misunderstood totally!
The korean srt subtitles had no problem to play on the bluray player.
The problem is that the player could not show any srt subtitle only during "transcoding".
I tested transcoding several mkv and wmv files with diffrent codecs and same subtitle file.
When serviio provides direct a/v streaming(avi files), the subtitle is ok.
But in all transcoding cases a/v streaming is ok but no subtitle.
I don't know why.
My configuration is as follows:
<Profile id="21" name="LG BD player" extendsProfileId="1">
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<Transcoding>
<Video targetContainer="mpegts">
<Matches container="matroska" aCodec="ac3" />
</Video>
<Video targetContainer="mpegts" targetACodec="mp3" targetVCodec="mpeg2video">
<Matches container="asf" />
</Video>
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" forceVTranscoding="true">
<Matches container="flv"/>
</Video>
</Transcoding>
</Profile>