var fDesc=new Array(); fDesc[0] = "Wild Media Server provides an easy way to network your home so your other devices can play your favorite music and videos stored on your computer.

Wild Media Server is a program that provides media resources (photo, audio, and video files) on your computer to other UPnP (DLNA) devices in the home network, for example, Philips TVs, Sony TVs, Samsung TVs, LG TVs, Toshiba TVs, Sony Playstation 3, XBOX 360, WD TV Live, iPad/iPhone/iPod, mobile, and PDA devices.

The program contains a transcoder (FFMPEG), allowing you to convert media resources to a format that is supported by the playback device. You can also convert the aspect ratio of video files to fit the screen of the playback device, and also choose audio tracks and subtitles.

It also contains transcoding profiles for VLC Media Player, allowing you to send streams of Internet radio, Internet TV to your media devices."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }