Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2015-05-23 19:22:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
93a1d097dc0bfbbb7d63a1d335f822c833b3f059
93a1d097
1 parent
d63242b6
update jwplayer to support play HTTP flv.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
trunk/research/players/js/srs.page.js
trunk/research/players/js/srs.page.js
查看文件 @
93a1d09
...
...
@@ -123,6 +123,9 @@ function build_default_hls_url() {
port
=
8080
;
}
if
(
stream
.
indexOf
(
".flv"
)
>=
0
)
{
return
"http://"
+
server
+
":"
+
port
+
"/"
+
app
+
"/"
+
stream
;
}
return
"http://"
+
server
+
":"
+
port
+
"/"
+
app
+
"/"
+
stream
+
".m3u8"
;
}
...
...
请
注册
或
登录
后发表评论