Muxing soft subtitle track into transcoded video

Hello,
Is it possible to mux soft-subtitle track(s) from original video file into the transcoded video as a soft-subtitle track?
I have some High10 profile video files that won't play natively on TV. The files have soft subtitle track(s).
When they are transcoded the output only contains the video and audio tracks. The subtitles are presented to the TV as a separate DLNA resource (Checked with "developer tools for upnp" AV media controller).
My TV is not recognizing the subtitle DLNA resource and is only playing back the video.
I'm wondering if it's possible to configure serviio to just mux the subtitle track into the transcoded video?
TV: Samsung smart TV UA40F7500
Serviio Profile: Samsung TV / player (C/D/E/F-series)
This is the DLNA resource of the subtitles that are not recognized by the TV:
contentURI = http://192.168.4.9:8895/resource/1809/SUBTITLE.srt
protocolInfo = http-get:*:smi/caption:*
This is the subtitle track data from MediaInfo:
Text
ID : 3
Format : ASS
Codec ID : S_TEXT/ASS
Codec ID/Info : Advanced Sub Station Alpha
Compression mode : Lossless
Title : subtitles & notes
Language : English
Default : Yes
Forced : No
Edit:
I wanted to add the "Trasnscoding" profile section that matches the High 10 profile files. I've modified it to use the targetVCodec=h264 and keep the audio as is.
Could it be that for the mpegts container the Samsung TV doesn't attempt to load subtitles? just a thought...
Thanks!
Is it possible to mux soft-subtitle track(s) from original video file into the transcoded video as a soft-subtitle track?
I have some High10 profile video files that won't play natively on TV. The files have soft subtitle track(s).
When they are transcoded the output only contains the video and audio tracks. The subtitles are presented to the TV as a separate DLNA resource (Checked with "developer tools for upnp" AV media controller).
My TV is not recognizing the subtitle DLNA resource and is only playing back the video.
I'm wondering if it's possible to configure serviio to just mux the subtitle track into the transcoded video?
TV: Samsung smart TV UA40F7500
Serviio Profile: Samsung TV / player (C/D/E/F-series)
This is the DLNA resource of the subtitles that are not recognized by the TV:
contentURI = http://192.168.4.9:8895/resource/1809/SUBTITLE.srt
protocolInfo = http-get:*:smi/caption:*
This is the subtitle track data from MediaInfo:
Text
ID : 3
Format : ASS
Codec ID : S_TEXT/ASS
Codec ID/Info : Advanced Sub Station Alpha
Compression mode : Lossless
Title : subtitles & notes
Language : English
Default : Yes
Forced : No
Edit:
I wanted to add the "Trasnscoding" profile section that matches the High 10 profile files. I've modified it to use the targetVCodec=h264 and keep the audio as is.
<Video targetContainer="mpegts" targetVCodec="h264" forceVTranscoding="true">
<Matches container="*" vCodec="h264" profile="high_10" />
<Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.2" />
<Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.2" />
<Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" />
<Matches container="mp4" vCodec="dvvideo" />
<Matches container="mp4" vCodec="mjpeg" />
</Video>
Could it be that for the mpegts container the Samsung TV doesn't attempt to load subtitles? just a thought...
Thanks!