Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zanhuangyingji
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaqizhang
zanhuangyingji
Commits
e95b55ca
Commit
e95b55ca
authored
Apr 07, 2022
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置
parent
20ace91e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5927 additions
and
4474 deletions
+5927
-4474
cometd.js
ioc_frontweb/js/common/cometd/cometd.js
+3009
-2815
scooper.video.js
ioc_frontweb/js/common/scooper.video.js
+2885
-1622
utils.js
ioc_frontweb/js/utils.js
+24
-27
base-config.js
ioc_frontweb/video/base-config.js
+2
-1
main.js
ioc_frontweb/video/main.js
+2
-3
main_map.js
ioc_frontweb/video/main_map.js
+5
-6
No files found.
ioc_frontweb/js/common/cometd/cometd.js
View file @
e95b55ca
This diff is collapsed.
Click to expand it.
ioc_frontweb/js/common/scooper.video.js
View file @
e95b55ca
This diff is collapsed.
Click to expand it.
ioc_frontweb/js/utils.js
View file @
e95b55ca
// var videoPlatUrl = 'http://27.128.189.131:8089';
// var apiUrl = 'http://47.104.61.232:8902';
// var pushUrl = 'http://47.104.61.232:8905';
// var wsUrl = 'ws://47.104.61.232:8905/iocdata/websocket';
// var iocUrl = 'http://47.104.61.232:8902/ioc';
// var iocWsUrl = 'ws://47.104.61.232:8902/ioc/websocket';
var
videoPlatUrl
=
'http://27.128.189.131:8089'
;
var
apiUrl
=
'http://36.148.23.59:8901'
;
var
pushUrl
=
'http://36.148.23.59:8901'
;
var
wsUrl
=
'ws://36.148.23.59:8901/iocdata/websocket'
;
var
iocUrl
=
'http://36.148.23.59:8901/ioc'
;
var
iocWsUrl
=
'ws://36.148.23.59:8901/ioc/websocket'
;
// var apiUrl = 'http://localhost:8902';
// var pushUrl = 'http://localhost:8905';
// var wsUrl = 'ws://localhost:8905/iocdata/websocket';
// var iocUrl = 'http://localhost:8902/ioc';
// var iocWsUrl = 'ws://localhost:8902/ioc/websocket';
var
videoPlatUrl
=
'http://'
+
window
.
location
.
hostname
+
":18902"
;
var
apiUrl
=
'http://'
+
window
.
location
.
hostname
+
":8902"
;
var
pushUrl
=
'http://'
+
window
.
location
.
hostname
+
":8905"
;
var
wsUrl
=
'ws://'
+
window
.
location
.
hostname
+
':8905/iocdata/websocket'
;
var
iocUrl
=
'http://'
+
window
.
location
.
hostname
+
':8902/ioc'
;
var
iocWsUrl
=
'ws://'
+
window
.
location
.
hostname
+
':8902/ioc/websocket'
;
//var videoPlatUrl = 'http://27.128.189.131:8089';
// var apiUrl = 'http://36.148.23.59:8901';
// var pushUrl = 'http://36.148.23.59:8901';
// var wsUrl = 'ws://36.148.23.59:8901/iocdata/websocket';
// var iocUrl = 'http://36.148.23.59:8901/ioc';
// var iocWsUrl = 'ws://36.148.23.59:8901/ioc/websocket';
...
...
@@ -61,8 +54,8 @@ var apis = {
getEnterpriseCameraById
:
apiUrl
+
'/ioc/frontApi/getEnterpriseCameraById'
,
getEleDeviceInfoListByUserId
:
apiUrl
+
'/ioc/frontApi/getEleDeviceInfoListByUserId'
,
mapSearch
:
apiUrl
+
'/ioc/frontApi/mapSearch'
,
getPreviewURLs
:
apiUrl
+
'/ioc/
a
rtemis/getPreviewURLs'
,
videoControlling
:
apiUrl
+
'/ioc/
a
rtemis/videoControlling'
,
getPreviewURLs
:
apiUrl
+
'/ioc/
A
rtemis/getPreviewURLs'
,
videoControlling
:
apiUrl
+
'/ioc/
A
rtemis/videoControlling'
,
scooper
:
{
cometd
:
videoPlatUrl
+
'/scooper-msg-queue/cometd'
,
queryGisTrails
:
videoPlatUrl
+
'/scooper-app-msg/gis/queryGisTrails'
,
...
...
@@ -467,11 +460,11 @@ function initVideo(ele) {
user
:
conf
[
'video.username'
],
passwd
:
conf
[
'video.password'
],
// ip: conf['video.ip'],
ip
:
'27.128.189.131'
,
ip
:
window
.
location
.
hostname
,
//videoServer port
port
:
conf
[
'video.port'
],
// janusUrl: conf['video.janus.url']
janusUrl
:
'ws://
27.128.189.131
:8188'
,
janusUrl
:
'ws://
'
+
window
.
location
.
hostname
+
'
:8188'
,
},
//码流类型,默认0
streamType
:
conf
[
'video.stream'
],
...
...
@@ -1173,7 +1166,7 @@ function login() {
var
opts
=
{
url
:
apis
.
scooper
.
loginTo
,
type
:
'post'
,
data
:
{
accUsername
:
'
psxyj2'
,
accPassword
:
sha256_digest
(
'abc123
'
)
},
data
:
{
accUsername
:
'
admin'
,
accPassword
:
sha256_digest
(
'scooper
'
)
},
contentType
:
'application/x-www-form-urlencoded'
,
success
:
function
(
res
)
{
if
(
res
.
code
==
0
)
{
...
...
@@ -1434,9 +1427,13 @@ function getVideoUrl(cameraIndexCode,optionId) {
borderSelect
:
IS_MOVE_DEVICE
?
'#000'
:
'#FFCC00'
,
}
});
player
.
JS_Play
(
res
.
data
.
url
,
{
playURL
:
res
.
data
.
url
,
mode
:
"0"
},
"0"
).
then
(()
=>
{
console
.
log
(
'realplay success'
)
},
var
dataUrl
=
JSON
.
parse
(
data
);
var
url
=
dataUrl
.
data
.
url
if
(
window
.
location
.
hostname
!=
"192.168.3.3"
){
url
=
url
.
replace
(
"192.168.3.7"
,
"27.128.187.38"
);
}
player
.
JS_Play
(
url
,
{
playURL
:
url
,
mode
:
"0"
},
"0"
).
then
(()
=>
{
console
.
log
(
'realplay success'
)
},
e
=>
{
console
.
error
(
e
)
}
)
...
...
ioc_frontweb/video/base-config.js
View file @
e95b55ca
//只需配置ip和端口即可
var
videoPlatIp
=
'27.128.189.131'
;
var
videoPlatPort
=
'8089'
;
var
videoPlatUrl
=
'http://'
+
videoPlatIp
+
':'
+
videoPlatPort
;
//var videoPlatUrl = 'http://' + videoPlatIp + ':' + videoPlatPort;
var
videoPlatUrl
=
window
.
location
.
hostname
+
":18902"
;
document
.
write
(
'<link rel="stylesheet" media="screen" href="'
+
videoPlatUrl
+
'/scooper-video/css/new/scooper.video.css"/>'
);
// document.write('<link rel="stylesheet" media="screen" href="./main.css"/>');
...
...
ioc_frontweb/video/main.js
View file @
e95b55ca
...
...
@@ -46,12 +46,11 @@ function handleGetQuery(name) {
passwd
:
conf
[
'video.password'
],
//videoServer ip
// ip: conf['video.ip'],
ip
:
'27.128.189.131'
,
ip
:
window
.
location
.
hostname
,
//videoServer port
port
:
conf
[
'video.port'
],
//janus地址
// janusUrl: conf['video.janus.url']
janusUrl
:
'ws://
27.128.189.131
:8188'
,
janusUrl
:
'ws://
'
+
window
.
location
.
hostname
+
'
:8188'
,
},
//码流类型,默认0
streamType
:
conf
[
'video.stream'
],
...
...
ioc_frontweb/video/main_map.js
View file @
e95b55ca
...
...
@@ -96,12 +96,11 @@ var video_ids = {
passwd
:
conf
[
'video.password'
],
//videoServer ip
// ip: conf['video.ip'],
ip
:
'27.128.189.131'
,
//videoServer port
port
:
conf
[
'video.port'
],
//janus地址
// janusUrl: conf['video.janus.url']
janusUrl
:
'ws://27.128.189.131:8188'
ip
:
window
.
location
.
hostname
,
//videoServer port
port
:
conf
[
'video.port'
],
// janusUrl: conf['video.janus.url']
janusUrl
:
'ws://'
+
window
.
location
.
hostname
+
':8188'
,
},
//码流类型,默认0
streamType
:
conf
[
'video.stream'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment