serviio with Toshiba TV

Hello!
I just found serviio and must say it works brilliantly so far. What I was looking for was a tiny DLNA server with transcoding capabilites. I recently bought a Toshiba 37XV733G LCD which only seems to handle MPEG2 over DLNA. I added the following profile to the config/profiles.xml file, selected it from the console and it worked flawlessly (and fast!):
Maybe you could add it to the permanent distribution? I will tweak it some more though over the next weeks and I can report back here when I find more useful changes.
But so far, I must say: thank you very much for this useful piece of software! There seem to be so many DLNA solutions, but yours just worked (TM) for me!
I just found serviio and must say it works brilliantly so far. What I was looking for was a tiny DLNA server with transcoding capabilites. I recently bought a Toshiba 37XV733G LCD which only seems to handle MPEG2 over DLNA. I added the following profile to the config/profiles.xml file, selected it from the console and it worked flawlessly (and fast!):
- Code:
<Profile id="11" name="Toshiba" extendsProfileId="1">
<Detection>
<X-AV-Client-Info>.*Intel.*</X-AV-Client-Info>
</Detection>
<Transcoding>
<!-- All Others video/audio codec will be transcoded into mpeg2ts, mpeg2video and ac3 audio (MPEG_TS_SD_EU). -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="asf" />
<Matches container="avi" />
<Matches container="mp4" />
<Matches container="matroska" />
</Video>
</Transcoding>
<AutomaticImageRotation>true</AutomaticImageRotation>
</Profile>
Maybe you could add it to the permanent distribution? I will tweak it some more though over the next weeks and I can report back here when I find more useful changes.
But so far, I must say: thank you very much for this useful piece of software! There seem to be so many DLNA solutions, but yours just worked (TM) for me!