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
2013-12-21 20:04:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
825215f7e5779f3c230309be97b3553705f4072b
825215f7
1 parent
a744308e
add primary button, refine readme.
显示空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
7 行增加
和
7 行删除
trunk/research/players/jwplayer6.html
trunk/research/players/osmf.html
trunk/research/players/srs_player.html
trunk/research/players/srs_publisher.html
trunk/research/players/jwplayer6.html
查看文件 @
825215f
...
...
@@ -91,13 +91,13 @@
<div
class=
"form-inline"
>
URL:
<input
type=
"text"
id=
"txt_rtmp_url"
class=
"input-xxlarge"
value=
""
></input>
<button
class=
"btn"
id=
"btn_play_rtmp"
>
播放RTMP
</button>
<button
class=
"btn
btn-primary
"
id=
"btn_play_rtmp"
>
播放RTMP
</button>
</div>
<hr/>
<div
class=
"form-inline"
>
URL:
<input
type=
"text"
id=
"txt_hls_url"
class=
"input-xxlarge"
value=
""
></input>
<button
class=
"btn"
id=
"btn_play_hls"
>
播放HLS
</button>
<button
class=
"btn
btn-primary
"
id=
"btn_play_hls"
>
播放HLS
</button>
</div>
<div
id=
"main_modal"
class=
"modal hide fade"
>
<div
class=
"modal-header"
>
...
...
trunk/research/players/osmf.html
查看文件 @
825215f
...
...
@@ -96,7 +96,7 @@
<div
class=
"form-inline"
>
URL:
<input
type=
"text"
id=
"txt_url"
class=
"input-xxlarge"
value=
""
></input>
<button
class=
"btn"
id=
"btn_play"
>
播放视频
</button>
<button
class=
"btn
btn-primary
"
id=
"btn_play"
>
播放视频
</button>
</div>
<div
id=
"main_modal"
class=
"modal hide fade"
>
<div
class=
"modal-header"
>
...
...
trunk/research/players/srs_player.html
查看文件 @
825215f
...
...
@@ -245,12 +245,12 @@
<div
class=
"container"
>
<div
class=
"alert alert-info fade in"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong><span>
Usage:
</span></strong>
<span>
输入
地址后点击播放按钮
</span>
<strong><span>
Usage:
</span></strong>
<span>
输入
RTMP/HTTP地址后点击“播放视频”即可播放视频
</span>
</div>
<div
class=
"form-inline"
>
URL:
<input
type=
"text"
id=
"txt_url"
class=
"input-xxlarge"
value=
""
></input>
<button
class=
"btn"
id=
"btn_play"
>
播放视频
</button>
<button
class=
"btn
btn-primary
"
id=
"btn_play"
>
播放视频
</button>
</div>
<div
id=
"main_modal"
class=
"modal hide fade"
>
<div
class=
"modal-header"
>
...
...
trunk/research/players/srs_publisher.html
查看文件 @
825215f
...
...
@@ -215,7 +215,7 @@
<div
class=
"alert alert-info fade in"
id=
"txt_log"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
<strong><span
id=
"txt_log_title"
>
Usage:
</span></strong>
<span
id=
"txt_log_msg"
>
输入地址后点击发布按钮
</span>
<span
id=
"txt_log_msg"
>
允许Flash访问摄像头,设置编码参数,点“发布视频”即可推流
</span>
</div>
<div
class=
"control-group"
>
<div
class=
"form-inline"
>
...
...
@@ -227,7 +227,7 @@
<div
class=
"form-inline"
>
发布地址:
<input
type=
"text"
id=
"txt_url"
class=
"input-xxlarge"
value=
""
></input>
<button
class=
"btn"
id=
"btn_publish"
>
发布视频
</button>
<button
class=
"btn
btn-primary
"
id=
"btn_publish"
>
发布视频
</button>
</div>
</div>
<div
class=
"control-group"
>
...
...
请
注册
或
登录
后发表评论