Packard Bell Liberty Tab G100W / Acer Iconica Tab A500
Tested on the liberty tab, which is identical hardware to the Acer Iconica.
Fast forward is not working, not sure if that's something that can be configured via the profile (sorry I'm a noob)? But this will get videos playing on your tablet anyway, so its a good start
Fast forward is not working, not sure if that's something that can be configured via the profile (sorry I'm a noob)? But this will get videos playing on your tablet anyway, so its a good start
- Code:
<Profile id="23" name="Packard Bell Liberty Tab" extendsProfileId="1">
<Detection>
<UPnPSearch>
<ModelName>Packard Bell Liberty Tab G100W</ModelName>
</UPnPSearch>
</Detection>
<Transcoding>
<Video targetContainer="mpegts" targetACodec="mp3" targetVCodec="mpeg2video" maxVBitrate="1500" forceStereo="true">
<Matches container="matroska" />
<Matches container="mpeg" />
<Matches container="mpegts" />
<Matches container="mpegvideo" />
<Matches container="avi" vCodec="h264" />
<Matches container="avi" vCodec="msmpeg4" />
<Matches container="avi" vCodec="wmv2" />
<Matches container="avi" vCodec="dvvideo" />
<Matches container="wtv" />
<Matches container="ogg" />
<Matches container="3gp" />
<Matches container="flv" />
</Video>
</Transcoding>
</Profile>