HP TouchPad

Hello,
I just recently got my hands on an HP TouchPad(TP) after the price dropped significantly. I got the Bhome app and tried to stream from my desktop to my TP. It didn't work using WMP12 media sharing so I went looking for solutions. I found Serviio while I was looking for mediatomb alternatives in WIndows. This is a great little UPnP server.
I added a HP TouchPad profile to the profiles.xml file and then realized that Serviio doesn't transcode .xxx INTO MPEG4 which is the only video format supported by the TP. I was wondering if this could be added somehow?
With the recent flood of TPs entering the wild, it would be great if Serviio could get ahead of the pack.
Here is the profile I created below. I would LOVE to change the targetVCodec attribute to "mpeg4video" if possible.
I just recently got my hands on an HP TouchPad(TP) after the price dropped significantly. I got the Bhome app and tried to stream from my desktop to my TP. It didn't work using WMP12 media sharing so I went looking for solutions. I found Serviio while I was looking for mediatomb alternatives in WIndows. This is a great little UPnP server.
I added a HP TouchPad profile to the profiles.xml file and then realized that Serviio doesn't transcode .xxx INTO MPEG4 which is the only video format supported by the TP. I was wondering if this could be added somehow?
With the recent flood of TPs entering the wild, it would be great if Serviio could get ahead of the pack.
Here is the profile I created below. I would LOVE to change the targetVCodec attribute to "mpeg4video" if possible.

- Code:
<Profile id="14" name="HP TouchPad" extendsProfileId="1">
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="aac">
<Matches container="asf" />
<Matches container="avi" />
<Matches container="mp4" />
<Matches container="matroska" />
<Matches container="flv" />
<Matches container="wtv" />
</Video>
<Audio targetContainer="mp3">
<Matches container="mp4" />
<Matches container="asf" />
<Matches container="lpcm" />
<Matches container="flac" />
<Matches container="ogg" />
</Audio>
</Transcoding>
</Profile>