var fDesc=new Array(); fDesc[0] = "Live Stream Player supports almost any streaming protocols as well as the most media format.

Main features:

- Streaming protocols: HTTP Progressive Streaming, HTTP Live Streaming(HLS), RTMP - RTMPS - RTMPE with connection parameters,,UMS, Real RTSP, Windows Media RTSP, MMS, MMSH, RTP
- Media codecs: H264, MP3, AAC, WMV, WMA, VP6, MP4
- Media containers: MKV, AVI, MOV, MP4, MP3, AAC
- Record live stream in real-time
- Search for community live streams.
- Create and share your own stream with friends.
- Manage favorite streams"; 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 = ''; } }