Freebox Player renderer profile [France]
I'd like to have some help in order to create a renderer profile for the French Freebox Player (partially already discussed here : http://forum.serviio.org/viewtopic.php?f=5&t=1938). This device plays already almost everything using the generic DLNA profile of serviio BUT (and that's the purpose of my demand), how can i create a renderer profile for this device which will make it transcode files it plays already natively via the generic profile (without transcoding); i dont have any strategy to achieve this so i post this topic. i consulted this article : http://www.serviio.org/index.php?option=com_content&view=article&id=16 and tried many things already (like setting up serviio to act as WMP ...) but in fact i don't know quite much about what i need to write down in profile.xml; here is a sample of what i tried : i have the directory structure but no files are shown (everything is MKV in my movie collection) and i'm lost a little bit

Code Sample : automatic detection works (thanks to serviio DEBUG logs)

- Code:
<Profile id="freeboxv6" name="Freebox Player" extendsProfileId="1">
<Detection>
<HttpHeaders>
<User-Agent>.*fbxupnpav.*</User-Agent>
</HttpHeaders>
</Detection>
<!-- MediaFormatProfiles>
</MediaFormatProfiles -->
<Transcoding>
<!-- Transcode MKV's -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video">
<Matches container="matroska" />
</Video>
<!-- Audio >
</Audio -->
</Transcoding>
</Profile>
The main purpose of my demand is to use a wrapper of mine which burns picture based subs (*.idx/*.sub & *.sup) to the video when transcoding because the Freebox Revolution poorly supports any kind of embedded subs (device is connected to a 2007 Samsung TV [no network on it]). My wrapper works perfectly on my second TV, a Bravia 2010 one.