net533吧 关注:13贴子:169
  • 0回复贴,共1
<script type="text/javascript">
$(document).ready(function () {
try {
var obj = new ActiveXObject("WebVideoActiveX.WebVideoActiveXCtrl.1");
$('#WebOcx').html('<object classid="clsid:E7EF736D-B4E6-4A5A-BA94-732D71107808" id="PreviewActiveX" width="320px" height="240px"></object>');
var szURL = "rtsp://192.168.10.208:554/PSIA/streaming/channels/101";
var UserID = $('#PreviewActiveX')[0].HWP_Play(szURL, "YWRtaW46MTIzNDU=", 0, "", "");
}
catch (e) {
$('#WebOcx').html('<a href="http://192.168.10.208/codebase/WebComponents.exe">点击下载安装视频播放插件</a>');
}
});
</script>


IP属地:山东1楼2016-01-12 12:14回复