Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
ZLMediaKit
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
张翔宇
ZLMediaKit
Commits
67bc0273
Unverified
Commit
67bc0273
authored
Oct 12, 2023
by
Deepslient
Committed by
GitHub
Oct 12, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify the readme description (#2859)
parent
6348e64c
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
4 行删除
+4
-4
tests/README.md
+1
-1
www/webrtc/index.html
+3
-3
没有找到文件。
tests/README.md
查看文件 @
67bc0273
此目录下的所有.cpp文件将被编译成可执行程序(不包含此目录下的子目录).
此目录下的所有.cpp文件将被编译成可执行程序(不包含此目录下的子目录).
子目录DeviceHK为海康IPC的适配程序,需要先下载海康的SDK才能编译,
子目录DeviceHK为海康IPC的适配程序,需要先下载海康的SDK才能编译,
由于操作麻烦,所以仅把源码放在这仅供参考.
由于操作麻烦,所以仅把源码放在这
里
仅供参考.
-
test_benchmark.cpp
-
test_benchmark.cpp
...
...
www/webrtc/index.html
查看文件 @
67bc0273
...
@@ -93,8 +93,8 @@
...
@@ -93,8 +93,8 @@
var
recvOnly
=
true
;
var
recvOnly
=
true
;
var
resArr
=
[];
var
resArr
=
[];
var
ishttps
=
'https:'
==
document
.
location
.
protocol
?
true
:
false
;
var
ishttps
=
'https:'
==
=
document
.
location
.
protocol
;
var
isLocal
=
"file:"
==
document
.
location
.
protocol
?
true
:
false
;
var
isLocal
=
"file:"
==
=
document
.
location
.
protocol
;
const
searchParams
=
new
URL
(
document
.
location
.
href
).
searchParams
;
const
searchParams
=
new
URL
(
document
.
location
.
href
).
searchParams
;
let
type
=
searchParams
.
get
(
'type'
);
let
type
=
searchParams
.
get
(
'type'
);
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
const
apiPath
=
`/index/api/webrtc?app=
${
searchParams
.
get
(
'app'
)
??
'live'
}
&
stream
=
$
{
searchParams
.
get
(
'stream'
)
??
'test'
}
&
type
=
$
{
type
}
`;
const
apiPath
=
`/index/api/webrtc?app=
${
searchParams
.
get
(
'app'
)
??
'live'
}
&
stream
=
$
{
searchParams
.
get
(
'stream'
)
??
'test'
}
&
type
=
$
{
type
}
`;
if(!ishttps && !isLocal){
if(!ishttps && !isLocal){
alert('本demo需要在https的网站访问
,如果你要推流的话(this demo must access in site of https if you want
push stream)');
alert('本demo需要在https的网站访问
, 如果你要推流的话(this demo must access in site of https if you want to
push stream)');
}
}
const apiHost = isLocal ? "http://127.0.0.1" : `
$
{
document
.
location
.
protocol
}
//${window.location.host}`;
const apiHost = isLocal ? "http://127.0.0.1" : `
$
{
document
.
location
.
protocol
}
//${window.location.host}`;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论