This is a renderer profile;
you can set is on Serviio console status window to "Samsung TV / Player (C/D-series)".
If this works for ORF iptv, I suggest adding this to your profiles.xml, so the advantages of Panasonic profile will remain,
and you'll be able to watch ORF iptv:
<Profile id="21" name="Panasonic Viera 2" extendsProfileId="1">
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<Transcoding>
<!-- remux DTS/FLAC/LPCM in MKV/MP4 to AC3 -->
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="matroska" vCodec="h264" aCodec="dca" />
<Matches container="matroska" vCodec="h264" aCodec="flac" />
<Matches container="matroska" vCodec="h264" aCodec="vorbis" />
<Matches container="mp4" vCodec="h264" aCodec="lpcm"/>
<Matches container="3gp" vCodec="h264" />
</Video>
<!-- Remux all h264 video to MPEG-TS stream -->
<Video targetContainer="mpegts">
<Matches container="avi" vCodec="h264" />
<Matches container="mp4" vCodec="h264" />
<Matches container="matroska" vCodec="h264" />
</Video>
<!-- unsupported codecs will be transcoded into mpeg-ts,
mpeg2 video and ac3 audio -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video"
targetACodec="ac3">
<Matches container="avi" vCodec="mjpeg" />
<Matches container="avi" vCodec="dvvideo" />
<Matches container="mp4" vCodec="mjpeg" />
<Matches container="asf" />
<Matches container="flv" />
<Matches container="ogg" />
<Matches container="3gp" />
</Video>
<Audio targetContainer="mp3">
<Matches container="mp4" />
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="asf" />
</Audio>
</Transcoding>
<OnlineTranscoding>
<Video targetContainer="mpeg" targetVCodec="mpeg2video"
targetACodec="ac3" aBitrate="384">
<Matches container="mp4"/>
</Video>
<Audio targetContainer="lpcm">
<Matches container="flv"/>
</Audio>
</OnlineTranscoding>
</Profile>
After adding this to your profiles.xml and restarting Serviio choose "Panasonic Viera 2" as profile.
Good luck!
