Re: Iphone/Ipod/Ipad profile
My latest 8Player profile:
You can limit the maximum rate and height as per swoop's post above if you wish. I find I favour using MediaBrowser that comes with Serviio now, particularly if you reduce the amount of transcoding needed by making these changes: viewtopic.php?f=7&t=15486#p85599
- Code:
<Profile id="iPad8" name="iPad 8Player" extendsProfileId="1">
<Detection>
<HttpHeaders>
<User-Agent>.*8player.*</User-Agent>
</HttpHeaders>
</Detection>
<Transcoding>
<Video targetContainer="mpegts" targetACodec="mp3" aBitrate="384">
<Matches container="*" aCodec="ac3" />
<Matches container="*" aCodec="dca" />
</Video>
</Transcoding>
<ThumbnailsResolution>HD</ThumbnailsResolution>
</Profile>