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 14:19:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
85515f05d329823427a4329110d63fdf662bd445
85515f05
1 parent
7a21427b
rename the title
显示空白字符变更
内嵌
并排对比
正在显示
8 个修改的文件
包含
32 行增加
和
32 行删除
README.md
trunk/research/players/index.html
trunk/research/players/jwplayer6.html
trunk/research/players/osmf.html
trunk/research/players/srs_bwt.html
trunk/research/players/srs_player.html
trunk/research/players/srs_publisher.html
trunk/research/players/vlc.html
README.md
查看文件 @
85515f0
...
...
@@ -43,13 +43,13 @@ python ./research/api-server/server.py 8085
</pre>
<strong>
step 6:
</strong>
publish live stream
<br/>
<pre>
FMS URL: rtmp://127.0.0.1
:1935
/live
FMS URL: rtmp://127.0.0.1/live
Stream: livestream
For example, use ffmpeg to publish:
for((;;)); do
\
./objs/ffmpeg/bin/ffmpeg -re -i ./doc/source.200kbps.768x320.flv
\
-vcodec copy -acodec copy
\
-f flv -y rtmp://127.0.0.1
:1935
/live/livestream;
\
-f flv -y rtmp://127.0.0.1/live/livestream;
\
sleep 1;
\
done
</pre>
...
...
@@ -63,31 +63,31 @@ For example, use ffmpeg to publish:
</pre>
<strong>
step 8:
</strong>
play live stream.
<br/>
<pre>
players: http://demo.srs.com:80/players
rtmp url: rtmp://demo.srs.com:1935/live/livestream
m3u8 url: http://demo.srs.com:80/live/livestream.m3u8
for android: http://demo.srs.com:80/live/livestream.html
players: http://demo.srs.com/players
rtmp url: rtmp://demo.srs.com/live/livestream
m3u8 url: http://demo.srs.com/live/livestream.m3u8
for android: http://demo.srs.com/live/livestream.html
</pre>
<strong>
step 9(optinal):
</strong>
play live stream auto transcoded
<br/>
<pre>
rtmp url: rtmp://demo.srs.com:1935/live/livestream_ld
m3u8 url: http://demo.srs.com:80/live/livestream_ld.m3u8
for android: http://demo.srs.com:80/live/livestream_ld.html
rtmp url: rtmp://demo.srs.com:1935/live/livestream_sd
m3u8 url: http://demo.srs.com:80/live/livestream_sd.m3u8
for android: http://demo.srs.com:80/live/livestream_sd.html
rtmp url: rtmp://demo.srs.com/live/livestream_ld
m3u8 url: http://demo.srs.com/live/livestream_ld.m3u8
for android: http://demo.srs.com/live/livestream_ld.html
rtmp url: rtmp://demo.srs.com/live/livestream_sd
m3u8 url: http://demo.srs.com/live/livestream_sd.m3u8
for android: http://demo.srs.com/live/livestream_sd.html
</pre>
<strong>
step 10(optinal):
</strong>
play live stream auto forwarded, the hls dir change to /forward
<br/>
<pre>
rtmp url: rtmp://demo.srs.com:19350/live/livestream
m3u8 url: http://demo.srs.com:80/forward/live/livestream.m3u8
for android: http://demo.srs.com:80/forward/live/livestream.html
m3u8 url: http://demo.srs.com/forward/live/livestream.m3u8
for android: http://demo.srs.com/forward/live/livestream.html
rtmp url: rtmp://demo.srs.com:19350/live/livestream_ld
m3u8 url: http://demo.srs.com:80/forward/live/livestream_ld.m3u8
for android: http://demo.srs.com:80/forward/live/livestream_ld.html
m3u8 url: http://demo.srs.com/forward/live/livestream_ld.m3u8
for android: http://demo.srs.com/forward/live/livestream_ld.html
rtmp url: rtmp://demo.srs.com:19350/live/livestream_sd
m3u8 url: http://demo.srs.com:80/forward/live/livestream_sd.m3u8
for android: http://demo.srs.com:80/forward/live/livestream_sd.html
m3u8 url: http://demo.srs.com/forward/live/livestream_sd.m3u8
for android: http://demo.srs.com/forward/live/livestream_sd.html
</pre>
<strong>
step 11(optinal):
</strong>
modify the config and reload it (all features support reload)
<br/>
<pre>
...
...
trunk/research/players/index.html
查看文件 @
85515f0
<!DOCTYPE html>
<html>
<head>
<title>
S
rsPlayers
</title>
<title>
S
RS
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/bootstrap.min.css"
/>
<script
type=
"text/javascript"
src=
"js/jquery-1.10.2.min.js"
></script>
...
...
@@ -25,7 +25,7 @@
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<a
class=
"brand"
href=
"#"
>
S
rsPlayers
</a>
<a
class=
"brand"
href=
"#"
>
S
RS
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<li><a
id=
"nav_srs_player"
href=
"srs_player.html"
>
SRS播放器
</a></li>
...
...
trunk/research/players/jwplayer6.html
查看文件 @
85515f0
<!DOCTYPE html>
<html>
<head>
<title>
S
rsPlayers
</title>
<title>
S
RS
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/bootstrap.min.css"
/>
<script
type=
"text/javascript"
src=
"js/jquery-1.10.2.min.js"
></script>
...
...
@@ -70,7 +70,7 @@
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<a
class=
"brand"
href=
"#"
>
S
rsPlayers
</a>
<a
class=
"brand"
href=
"#"
>
S
RS
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<li><a
id=
"nav_srs_player"
href=
"srs_player.html"
>
SRS播放器
</a></li>
...
...
trunk/research/players/osmf.html
查看文件 @
85515f0
<!DOCTYPE html>
<html>
<head>
<title>
S
rsPlayers
</title>
<title>
S
RS
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/bootstrap.min.css"
/>
<script
type=
"text/javascript"
src=
"js/jquery-1.10.2.min.js"
></script>
...
...
@@ -75,7 +75,7 @@
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<a
class=
"brand"
href=
"#"
>
S
rsPlayers
</a>
<a
class=
"brand"
href=
"#"
>
S
RS
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<li><a
id=
"nav_srs_player"
href=
"srs_player.html"
>
SRS播放器
</a></li>
...
...
trunk/research/players/srs_bwt.html
查看文件 @
85515f0
<!DOCTYPE html>
<html>
<head>
<title>
S
rsPlayers
</title>
<title>
S
RS
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/bootstrap.min.css"
/>
<script
type=
"text/javascript"
src=
"js/jquery-1.10.2.min.js"
></script>
...
...
@@ -23,7 +23,7 @@
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<a
class=
"brand"
href=
"#"
>
S
rsPlayers
</a>
<a
class=
"brand"
href=
"#"
>
S
RS
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<li><a
id=
"nav_srs_player"
href=
"srs_player.html"
>
SRS播放器
</a></li>
...
...
trunk/research/players/srs_player.html
查看文件 @
85515f0
<!DOCTYPE html>
<html>
<head>
<title>
S
rsPlayers
</title>
<title>
S
RS
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/bootstrap.min.css"
/>
<script
type=
"text/javascript"
src=
"js/jquery-1.10.2.min.js"
></script>
...
...
@@ -225,7 +225,7 @@
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<a
class=
"brand"
href=
"#"
>
S
rsPlayers
</a>
<a
class=
"brand"
href=
"#"
>
S
RS
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<li
class=
"active"
><a
id=
"nav_srs_player"
href=
"srs_player.html"
>
SRS播放器
</a></li>
...
...
trunk/research/players/srs_publisher.html
查看文件 @
85515f0
<!DOCTYPE html>
<html>
<head>
<title>
S
rsPlayers
</title>
<title>
S
RS
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/bootstrap.min.css"
/>
<script
type=
"text/javascript"
src=
"js/jquery-1.10.2.min.js"
></script>
...
...
@@ -23,7 +23,7 @@
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<a
class=
"brand"
href=
"#"
>
S
rsPlayers
</a>
<a
class=
"brand"
href=
"#"
>
S
RS
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<li><a
id=
"nav_srs_player"
href=
"srs_player.html"
>
SRS播放器
</a></li>
...
...
trunk/research/players/vlc.html
查看文件 @
85515f0
<!DOCTYPE html>
<html>
<head>
<title>
S
rsPlayers
</title>
<title>
S
RS
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/bootstrap.min.css"
/>
<script
type=
"text/javascript"
src=
"js/jquery-1.10.2.min.js"
></script>
...
...
@@ -24,7 +24,7 @@
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<a
class=
"brand"
href=
"#"
>
S
rsPlayers
</a>
<a
class=
"brand"
href=
"#"
>
S
RS
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<li><a
id=
"nav_srs_player"
href=
"srs_player.html"
>
SRS播放器
</a></li>
...
...
请
注册
或
登录
后发表评论