Post Sun Oct 30, 2011 2:41 pm

Re: building profile for SE cellphone

tried updating the serviio server, apperently it helped, the following profile now works...

<Profile id="16" name="Manta WIFI Centre" extendsProfileId="1">
<Detection>
<HttpHeaders>
<User-Agent>.*Manta.*</User-Agent>
</HttpHeaders>
</Detection>
<Transcoding>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="mp3">
<Matches container="matroska" />
<Matches container="mp4" />
<Matches container="asf" />
<Matches container="avi" />
</Video>
<Audio targetContainer="mp3">
<Matches container="mp4" />
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="lpcm" />
</Audio>
</Transcoding>
</Profile>