Post Wed Jun 10, 2015 7:39 pm

android general lg and galaxy for me

hello all.

thought i would post my profile for my android devices.

i use BubbleUPnP on my android devices to browse my media on Serviio and MX Player to play it.

all works great

<Profile id="Android" name="ServiioAndroid" extendsProfileId="1" >
<Detection>
<HttpHeaders>
<User-Agent>.*ANDROID.*</User-Agent>
</HttpHeaders>
</Detection>

<Transcoding>
<Video targetContainer="mpegts" targetVCodec="h264" maxHeight="720" maxVBitrate="3000" targetACodec="mp3" aBitrate="320" aSamplerate="44100" >
<Matches container="matroska" />
<Matches container="*" vCodec="h265" />
<Matches container="ogg" />
<Matches container="flv" />
<Matches container="avi" />
</Video>
<Audio targetContainer="mp3" aBitrate="320">
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="lpcm" />
<Matches container="adts" />
<Matches container="asf" />
<Matches container="flv" />
<Matches container="rtp" />
<Matches container="rtsp" />
<Matches container="wavpack" />
<Matches container="mpc" />
<Matches container="ape" />
</Audio>
</Transcoding>

<OnlineTranscoding>
<!-- NOTE: Other rules are inherited from profile 1 -->
<Video targetContainer="mpegts" targetVCodec="h264" maxHeight="720" maxVBitrate="3000" targetACodec="mp3" aBitrate="320" aSamplerate="44100" >
<Matches container="*" />
</Video>
</OnlineTranscoding>
<Subtitles>
<SoftSubs mime-type="text/srt" />
</Subtitles>
</Profile>

my devices play mp4 files just fine so no transcoding needed

cheers all

open to ideas and changes if anyone sees anything. :-)