var fDesc=new Array(); fDesc[0] = "MagicSoft Streamer is an application for live IP streaming designed for distribution and contribution that fulfills the demands of professional IP broadcasting. The supported compression are MPEG2 and H264 and the IP output can be UDP, RTP or RTMP (for Web distribution by using Wowza, YouTube, FaceBook, Twitch etc).

MagicSoft Streamer supports up to 4 video inputs using Decklink, Intensity, AJA or Corvid cards and devices. The input can be set either analog or digital depending on the capabilities of the card."; 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 = ''; } }