Sat Dec 15, 2012 9:08 pm by MattyMatt
Serviio works, though not with my TV. Got Wild Media Server working, but I prefer Serviio. So I have tried messing with profiles, but once I have and tried a restart, the serviio process never starts again. I try manually starting the service, but it seems to close itself after a few seconds

This is the profile, maybe I have messed it up too much?
- Code:
<Profile id="mattymatt" name="A MattyMatt" extendsProfileId="1" alwaysEnableTranscoding="true">
<Transcoding>
<Video targetContainer="mpeg" targetACodec="aac" targetVCodec="mpeg2video" maxVBitrate="23000">
<Matches container="mp4" />
<Matches container="avi" />
<Matches container="mpegts" />
<Matches container="mpegvideo" />
<Matches container="asf" />
<Matches container="ogg" />
<Matches container="flv" />
<Matches container="3gp" />
<Matches container="mov" />
<Matches container="wmv" />
<!-- if audio different to ac3, must be transcoded -->
<Matches container="mpeg" aCodec="ac3" />
<Matches container="mpeg" aCodec="mp3" />
<Matches container="mpeg" aCodec="dca" />
</Video>
<Video targetContainer="mpegts" targetACodec="aac" targetVCodec="mpeg2video">
<Matches container="matroska" />
</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="aac">
<Matches container="mp4" />
<Matches container="flv" />
</Video>
</OnlineTranscoding>
</Profile>