【调度系统】广东民航医疗快线调度系统源代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?php 
header("Content-Type: text/html; charset=utf-8");
$account="966120";
$password="new966120";
$PlateNum=empty($_REQUEST['PlateNum'])!=false ? "" : addslashes($_REQUEST['PlateNum']);
$Vidno_ID=empty($_REQUEST['Vidno_ID'])!=false ? "" : addslashes($_REQUEST['Vidno_ID']);
$jsession=empty($_REQUEST['jsession'])!=false ? "" : addslashes($_REQUEST['jsession']);
 
if(!empty($Vidno_ID) and empty($jsession)){
    //用户登录
    $api_url='http://v1.966120.com.cn:8088/StandardApiAction_login.action?account='.$account.'&password='.$password;
    //echo $api_url;//exit;
    $api_info=file_get_contents($api_url);
    $api_info=json_decode($api_info,true);
    $result = $api_info["result"];
    if ($result!=0) {header("Location: /"); exit;}
    $JSESSIONID = $api_info["JSESSIONID"];
    //$Vidno_ID="446707110";
    //$PlateNum="粤A10LX5(广州)";
    header("Location: http://v1.966120.com.cn:8088/808gps/open/player/video.html?lang=zh&devIdno=".$Vidno_ID."&jsession=".$JSESSIONID); exit;
    //header("Location: ?jsession=".$JSESSIONID."&lang=zh&PlateNum=".$Vidno_ID."&close=10&channel=0"); exit;
}else{
    //header("Location: /login.php"); exit;
}
$channel=1;
?>
<html><head><link href="http://v1.966120.com.cn:8088/js/skins/default.css" rel="stylesheet" id="lhgdialoglink">
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>实时视频</title>
       <style type="text/css">
    </style>
    <link type="text/css" href="http://v1.966120.com.cn:8088/808gps/open/player/RealPlayVideo.css" rel="stylesheet">
    <script type="text/javascript" src="http://v1.966120.com.cn:8088/808gps/js/jquery.min.js?version=7.26.0.2_20210528-1626917295348"></script>
    <script type="text/javascript" src="http://v1.966120.com.cn:8088/js/public.js?version=7.26.0.2_20210528-1626917295348"></script>
    <script type="text/javascript" src="http://v1.966120.com.cn:8088/808gps/open/player/jquery.query-2.1.7.js?version=7.26.0.2_20210528-1626917295348"></script>
    <script type="text/javascript" src="http://v1.966120.com.cn:8088/js/lhgdialog.min.js?version=7.26.0.2_20210528-1626917295348"></script>
    <script type="text/javascript" src="http://v1.966120.com.cn:8088/808gps/js/myajax.js?version=7.26.0.2_20210528-1626917295348"></script>
    <script type="text/javascript" src="http://v1.966120.com.cn:8088/808gps/js/public.js?version=7.26.0.2_20210528-1626917295348"></script>
    <script type="text/javascript" src="http://v1.966120.com.cn:8088/808gps/open/player/swfobject-all.js?version=7.26.0.2_20210528-1626917295348"></script>
      <!--[if IE]>
      <script src="../../js/base64-polyfill.js?version=7.26.0.2_20210528-1626917295348"></script>
      <![endif]-->
    <script type="text/javascript" src="RealPlayVideo.js?version=7.26.0.2_20210528-1626917295348"></script>
    <script type="text/javascript"></script>
<script src="http://v1.966120.com.cn:8088/808gps/open/player/js/cmsv6player.min.js" type="text/javascript"></script></head>
 
<body onresize="setPanelWidth();" style="width: 729px;">
    <div>
        <div style="height:38px;display:none;">
            <div style="width:480px;"><!-- float:left; -->
                <div style="float:left;">
                    <input type="text" id="videoTitle">
                </div>
                <div id="selectVideo" style="float:left">
                    &nbsp;
                    <input name="videoType" type="radio" id="current" value="current" checked="" disabled="">
                    <label for="current">实时视频</label>
                    <input name="videoType" type="radio" id="history" value="history" disabled="">
                    <label for="history">历史视频</label>
                </div>
            </div>
            <div id="closeTip" style="float: left; padding: 0px 20px; display: none;">
                <p style="margin: 0;"><span id="spanCloseSecond"></span></p>
            </div>
            <div style="float:right;width:120px;">
                <div class="btn" id="btn1" style="float:left;display:inline-block" title="四窗口"><span>4</span></div>
                <div class="btn" id="btn2" style="float:left;display:inline-block" title="九窗口"><span>9</span></div>
                <div class="btn" id="btn3" style="float:left;display:inline-block" title="十六窗口"><span>16</span></div>
            </div>
        </div>
        <div id="cmsv6flash"></div>
        <div id="bottomSelection" style="height: 40px; padding: 10px 0px 0px; width: 722px;">
            <input type="radio" name="voiceType" id="monitor" value="monitor" checked="">
            <label for="monitor" class="labelSelection">监听</label>
            <input type="radio" name="voiceType" id="talkback" value="talkback">
            <label for="talkback" class="labelSelection">对讲</label>
            <div style="display:inline-block;margin:0 0 0 20px;">
            <span></span>
            <select id="monitorChns" style=""><option value="0">CH1</option><option value="1">CH2</option><option value="2">CH3</option><option value="3">CH4</option></select>    
            </div>
            
            <button id="operationBtn" style="margin:0 0 0 20px;font-size:18px;">启动</button>
            <div id="status" style="display:inline-block;margin:0 0 0 20px;"></div>
        </div>
    </div>
 
 
</body></html>