I had to beat on it to get it working right but now it's golden.
1) First off, uninstall all codecs from your system. Divx, xvid, etc.
2) Install the
Combined Community Codec Pack for ffdshow and the codecs you need for transcoding.
3) Reboot.
4) Under general settings, make sure the playback device is set to "Automatic".
5) Click the "Delete all files" button in the temporary files settings.
6) Under transcoder settings:
a. Set transcoding to "only when needed".
b. Set the video resolution to your screens resolution. I have a 1080p set so I put it to 1920x1080 for both images and video.
c. Set the optimization setting to "Quality".
d. Choose wired for connection speed, even if you're on wireless and set the connection quality to "Excellent". If playback stutters go back to wireless.
e. Set compression to "Minimum".
f. Make sure the decoding speed option is checked.
7) (Optional)
If you want extra quality edit the file in "C:\Program Files\TVersity\Media Server". Replace the section:
<transcodeTarget audio="audio/x-wav" video="video/mpeg16" photo="image/jpeg"
onlineAudio="audio/mpeg" onlineVideo="video/mpeg16" onlinePhoto="image/jpeg"
adjustReadStartPos="false" audioFailFutureSeek="false" videoFailFutureSeek="true" />
With:
<transcodeTarget audio="audio/x-wav" video="
video/mpeg2" photo="image/jpeg"
onlineAudio="audio/mpeg" onlineVideo="
video/mpeg2" onlinePhoto="image/jpeg"
adjustReadStartPos="false" audioFailFutureSeek="false" videoFailFutureSeek="true" />
This is assuming you have a pretty fast machine (C2D @ 2.5Ghz+).
I'll post more as I learn more.