hb_zhgd_screen/js/pages/video/qx/utility/conf.js

45 lines
1.8 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* ICVS2 JS API Examples Conf
*
*/
var _cf ={
ver: 'debug',
q2http_url: 'http://140.210.195.210:9580/icvs2/',// 连接icvs平台地址,如果是https协议,地址为'https://ip:port/icvs2/',ip为视频转码服务部署所在服务器的ip地址,port为q2http转码服务端口
websocket_url: 'ws://140.210.195.210:9580/wss',// websocket地址,如果是https协议,地址为'wss://ip:sslPort/wss',ip为视频转码服务部署所在服务器的ip地址,sslPort为SSL协议的监听端口如果是http协议sslPort和q2http_url使用ip和端口一致
// - 配置登录参数
connParams: {
// - 登录平台IP
address: "140.210.195.210",
port: "9988",
// - 登录平台用户名
user: "admin",
// - 登录平台密码
password: "Bns@7913",
// - 登录平台企业ID
epid: "system",
// - 登录平台是否通过网闸模式
bfix: 1
}
}
// var _cf ={
// ver:'debug',
// q2http_url: 'http://192.168.0.100:1854/icvs2/',// 连接icvs平台地址,如果是https协议,地址为'https://ip:port/icvs2/',ip为视频转码服务部署所在服务器的ip地址,port为q2http转码服务端口
// websocket_url: 'ws://192.168.0.100:1854/wss',// websocket地址,如果是https协议,地址为'wss://ip:sslPort/wss',ip为视频转码服务部署所在服务器的ip地址,sslPort为SSL协议的监听端口如果是http协议sslPort和q2http_url使用ip和端口一致
// // - 配置登录参数
// connParams : {
// // - 登录平台IP
// address : "192.168.0.100",
// port : "9988",
// // - 登录平台用户名
// user : "admin",
// // - 登录平台密码
// password :'Bns@jyy2023',
// // - 登录平台企业ID
// epid : "system",
// // - 登录平台是否通过网闸模式
// bfix :1
// }
// }