[SOLVED] Toshiba 55vx700u Profile help

I have a Dell PE 2950 with 5 10k 73gb drives, dual 5150 @ 2.66ghz cpu's and 8gb ram. Running w2k 2008r2 and a WHS v1 vm with 6tb of storage on a Lsi 3ware 9550 sata controller. My network is all Cat 6 cable and the VM which runs the video serving has its own dedicated network card. I am trying to stream 1080p over the wired network to my Toshiba (1gb connection on tv) and i always get stuttering issues on any 1080p stream. I have no problems with 720p. I have been using Isedora to stream but recently found serviio and was hoping it would fix my issue with 1080p. My TV supports "File format: MPEG2 PS, MPEG2 TS, AVCHS, MP4. Codec: H264, MPEG2 TS, PS in Pal or Ntsc. Audio:Max Btrate 320 LPCM, MPEG1-Layer1, MPEG1-Layer2, MPEG2-Layer2, AC3, AAC. Max 1000 files per folder.
I thought that becuase I sedora wont let me configure specifics when it comes to transcoding that I might be able to fix the problem by using Serviio and editing the profile of the Toshiba #13 in version 0.6.0.1. I seached the forum and came across a post with a Toshiba profile to transcode all formats into MPEG but still had issues. So i looked into limiting the bitrate on audio and video and came up with this profile: All my 1080p files are MKV, WMV, M2TS and range from 4gb to 24gb files
<Profile id="13" name="Toshiba Regza" extendsProfileId="1">
<Detection>
<UPnPSearch>
<FriendlyName>TOSHIBA REGZA</FriendlyName>
</UPnPSearch>
</Detection>
<Transcoding>
<!-- Transcode all video to MPEG-PS stream, with MPEG-2 video & AC3 audio -->
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" maxVBitrate="8000" aBitrate="256">>
<Matches container="asf" />
<Matches container="avi" />
<Matches container="mp4" />
<Matches container="matroska" />
<Matches container="flv" />
<Matches container="mpegts" />
<Matches container="mpeg" vCodec="h264" />
<!-- If audio not AC3, it must be transcoded -->
<Matches container="mpeg" aCodec="aac" />
<Matches container="mpeg" aCodec="mp3" />
<Matches container="mpeg" aCodec="dca" />
</Video>
<!-- Transcode all audio to Linear PCM -->
<Audio targetContainer="lpcm" aBitrate="320">
<Matches container="asf" />
<Matches container="mp4" />
<Matches container="mp3" />
<Matches container="flac" />
<Matches container="ogg" />
</Audio>
</Transcoding>
<AutomaticImageRotation>true</AutomaticImageRotation>
</Profile>
Seems to work well on some files but not on others. Im new to all this "programming" stuff and would just like a profile that transcoded all video\audio formats to MPEG2-TS or PS with a bitrate of 8000 and AC3 audio of 256 for a start. Can anyone here tweek or rewrite my profile to do this. Also when i edit serviio profiles and close serviio i get an error when trying to restart serviio that says cannot connect to service. I correct this by replacing the profiles.xml with the original profiles.xml....
Thanks so much!
I thought that becuase I sedora wont let me configure specifics when it comes to transcoding that I might be able to fix the problem by using Serviio and editing the profile of the Toshiba #13 in version 0.6.0.1. I seached the forum and came across a post with a Toshiba profile to transcode all formats into MPEG but still had issues. So i looked into limiting the bitrate on audio and video and came up with this profile: All my 1080p files are MKV, WMV, M2TS and range from 4gb to 24gb files
<Profile id="13" name="Toshiba Regza" extendsProfileId="1">
<Detection>
<UPnPSearch>
<FriendlyName>TOSHIBA REGZA</FriendlyName>
</UPnPSearch>
</Detection>
<Transcoding>
<!-- Transcode all video to MPEG-PS stream, with MPEG-2 video & AC3 audio -->
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" maxVBitrate="8000" aBitrate="256">>
<Matches container="asf" />
<Matches container="avi" />
<Matches container="mp4" />
<Matches container="matroska" />
<Matches container="flv" />
<Matches container="mpegts" />
<Matches container="mpeg" vCodec="h264" />
<!-- If audio not AC3, it must be transcoded -->
<Matches container="mpeg" aCodec="aac" />
<Matches container="mpeg" aCodec="mp3" />
<Matches container="mpeg" aCodec="dca" />
</Video>
<!-- Transcode all audio to Linear PCM -->
<Audio targetContainer="lpcm" aBitrate="320">
<Matches container="asf" />
<Matches container="mp4" />
<Matches container="mp3" />
<Matches container="flac" />
<Matches container="ogg" />
</Audio>
</Transcoding>
<AutomaticImageRotation>true</AutomaticImageRotation>
</Profile>
Seems to work well on some files but not on others. Im new to all this "programming" stuff and would just like a profile that transcoded all video\audio formats to MPEG2-TS or PS with a bitrate of 8000 and AC3 audio of 256 for a start. Can anyone here tweek or rewrite my profile to do this. Also when i edit serviio profiles and close serviio i get an error when trying to restart serviio that says cannot connect to service. I correct this by replacing the profiles.xml with the original profiles.xml....
Thanks so much!