<!DOCTYPE html>
<html>
<head>
<title>SRS</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<style>
body{
padding-top: 30px;
}
#my_modal_footer {
margin-top: -20px;
padding-top: 3px;
}
#main_modal {
margin-top: -60px;
}
#rtc_player_modal {
margin-top: -60px;
}
.div_play_time {
margin-top: 10px;
}
#pb_buffer_bg {
margin-top: -4px;
margin-bottom: 10px;
}
</style>
</head>
<body>
<img src='//ossrs.net/gif/v1/sls.gif?site=ossrs.net&path=/player/srsplayer'/>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a id="srs_index" class="brand" href="#">SRS</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a id="nav_srs_player" href="srs_player.html">SRS播放器</a></li>
<li><a id="nav_rtc_player" href="rtc_player.html">RTC播放器</a></li>
<li><a id="nav_rtc_publisher" href="rtc_publisher.html">RTC推流</a></li>
<li><a href="http://ossrs.net/srs.release/releases/app.html">iOS/Andriod</a></li>
<!--<li><a id="nav_srs_publisher" href="srs_publisher.html">SRS编码器</a></li>-->
<!--<li><a id="nav_srs_chat" href="srs_chat.html">SRS会议</a></li>-->
<!--<li><a id="nav_srs_bwt" href="srs_bwt.html">SRS测网速</a></li>-->
<!--<li><a id="nav_vlc" href="vlc.html">VLC播放器</a></li>-->
<li class="active" ><a id="nav_gb28181" href="srs_gb28181.html">GB28181</a></li>
<li>
<a href="https://github.com/ossrs/srs">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/ossrs/srs?style=social">
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div name="detect_flash">
<div id="main_flash_alert" class="alert alert-danger fade in hide">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong><p>Usage:</p></strong>
<p>
请点击下面的图标,启用Flash
</p>
<p>
若没有见到这个图标,Chrome浏览器请打开
<span class="text-info">chrome://settings/content/flash</span> 并修改为"Ask first"。
</p>
</div>
<div id="main_flash_hdr" class="hide">
</div>
</div>
<div class="form-inline">
API地址与端口
<input type="text" id="txt_api_url" class="input-xxlarge">
<p></p>
</div>
<div>
<div class="row">
<div class="span4" id="divSipSessionList">
<span>sip会话(需内部启用sip)</span><label id="lab_sip_session"></label>
<div style="overflow:scroll; height:330px; width:310px">
<ul id="sipSessionList"></ul>
</div>
</div>
<div class="span8">
<button class="btn btn-primary" id="btn_sip_query_session">查询所有会话</button>
<button class="btn btn-primary" id="btn_sip_unregister">unregister</button>
<button class="btn btn-primary" id="btn_sip_invite">invite</button>
<button class="btn btn-primary" id="btn_sip_bye">bye</button>
<button class="btn btn-primary" id="btn_sip_querycatalog">querycatalog</button>
<div id="context2">
当前会话:<a id="sipSessionId"></a>
<div>
<pre id="sipSessionMessage" style="overflow:scroll; height:280px"></pre>
</div>
</div>
</div>
</div>
</div>
<p></p>
<div>
<div class="row">
<div class="span4" id="divMediaChannelList">
<span>GB28181媒体通道</span><label id="lab_gb28181_ch"></label>
<div style="overflow:scroll; height:400px; width:310px">
<ul id="gb28181ChList"></ul>
</div>
</div>
<div class="span8">
<button class="btn btn-primary" id="btn_query_channel">查询所有通道</button>
<button class="btn btn-primary" id="btn_create_channel">创建通道</button>
<button class="btn btn-primary" id="btn_delete_channel">删除通道</button>
<div id="context2">
当前通道:<a id="gb28181ChannelId"></a>
<div>
<textarea class="span6" id="txt_rtmp_url" rows="2"></textarea>
<button class="btn btn-primary" id="btn_play">FLV播放</button>
</div>
<div>
<textarea class="span6" id="txt_rtc_url" rows="2"></textarea>
<button class="btn btn-primary" id="btn_rtc_play">RTC播放</button>
<div>RTC播放,需要后台启用RTC功能才能正常播放,
<a href='https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc'>RTC配置参考</a>
</div>
</div>
<div>
<pre id="gb28181ChannelMessage" style="overflow:scroll; height:210px"></pre>
</div>
</div>
</div>
</div>
</div>
<div id="main_content" class="hide">
<div id="main_modal" class="modal hide fade">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3><a href="https://github.com/ossrs/srs">SrsFlvPlayer</a></h3>
</div>
<div class="modal-body">
<div>
<video id="video_player" width="98%" autoplay controls></video>
</div>
</div>
<div class="modal-footer" id="my_modal_footer">
<div>
<div class="btn-group dropup">
<button class="btn btn-primary" id="btn_ptz_up"> 上↑ </button>
<button class="btn btn-primary" id="btn_ptz_down"> 下↓ </button>
<button class="btn btn-primary" id="btn_ptz_left"> ←左 </button>
<button class="btn btn-primary" id="btn_ptz_right"> 右→ </button>
<button class="btn btn-primary" id="btn_ptz_zoomin"> 放大+ </button>
<button class="btn btn-primary" id="btn_ptz_zoomout"> 缩小- </button>
</div>
[注意] !!! 云台控制需要启用内部sip功能
</div>
</div>
</div>
<div id="rtc_player_modal" class="modal hide fade">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3><a href="https://github.com/ossrs/srs">RtcPlayer</a></h3>
</div>
<div class="modal-body">
<video id="rtc_media_player" width="100%" controls autoplay ></video>
</div>
<div class="modal-footer" id="my_modal_footer">
<div>
<div class="btn-group dropup">
<button class="btn btn-primary" id="btn_ptz_up_rtc"> 上↑ </button>
<button class="btn btn-primary" id="btn_ptz_down_rtc"> 下↓ </button>
<button class="btn btn-primary" i
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
XMedia-CentOS7-x86-64-20240710-212007 (210个子文件)
libstdc++.so.6.0.29 13.93MB
full.conf 111KB
demo.conf 5KB
xmedia.conf 2KB
srs2.conf 1KB
srs.conf 1KB
clion.conf 1KB
compatible.conf 1KB
regression-test.conf 1KB
regression-test-for-clion.conf 1KB
srt2rtc.conf 1KB
push.mpegts.over.udp.conf 1KB
clion-ingest.conf 1KB
http.api.one.port2.conf 1KB
https.srs.conf 1KB
https.docker.conf 1KB
push.gb28181.conf 1KB
https.rtc.conf 1KB
https.rtmp2rtc.conf 1KB
nginx.proxy.conf 1KB
hls.edge.conf 1KB
push.flv.conf 1KB
gb28181.conf 1KB
prometheus.conf 1KB
docker.conf 1008B
vm.conf 998B
log-file.conf 931B
srt.conf 904B
clion-srt.conf 904B
rtc.conf 903B
http.api.dedicated.conf 898B
http.api.one.port.conf 898B
console.conf 887B
transcode2hls.audio.only.conf 857B
force.daemon.conf 845B
rtc2rtmp.conf 830B
rtmp2rtc.conf 830B
transform.edge.conf 820B
ffmpeg.transcode.conf 807B
ingest.rtsp.conf 795B
http.heartbeat.conf 742B
https.hls.conf 742B
mp3.rtc.conf 713B
realtime.flv.conf 685B
http.hooks.callback.conf 668B
ingest.conf 631B
https.flv.live.conf 618B
http.hls.conf 607B
dash.conf 607B
http.flv.live.edge1.conf 602B
http.flv.live.edge2.conf 602B
dvr.path.conf 592B
edge.conf 591B
https.hooks.callback.conf 590B
origin.hls.only2.conf 580B
origin.hls.only1.conf 580B
hls.realtime.conf 529B
origin.cluster.serverC.conf 527B
origin.cluster.serverA.conf 527B
origin.cluster.serverB.conf 527B
http.api.raw.conf 517B
http.aac.live.conf 514B
http.mp3.live.conf 514B
live.conf 513B
hls.conf 513B
origin.conf 503B
openwrt.conf 492B
http.flv.live.conf 490B
http.ts.live.conf 488B
realtime.conf 484B
dvr.segment.conf 471B
hevc.flv.conf 470B
hevc.ts.conf 469B
demo.19350.conf 465B
http.server.conf 430B
security.deny.publish.conf 426B
forward.backend.conf 419B
origin.cluster.edge.conf 416B
dvr.session.conf 407B
dvr.mp4.conf 407B
exec.conf 406B
include.conf 397B
edge.token.traverse.conf 396B
go-oryx-edge2.conf 393B
go-oryx-edge.conf 393B
edge2.conf 392B
forward.master.conf 384B
hls.origin.conf 381B
rtmp.kickoff.conf 362B
console.ipv46.conf 362B
hds.conf 351B
mp3.http.conf 333B
mp3.ts.conf 332B
mp3.conf 317B
forward.slave.conf 307B
rtmp.conf 267B
include.vhost.conf 165B
server.crt 1KB
server.crt 1KB
bootstrap.css 124KB
共 210 条
- 1
- 2
- 3
资源评论
MarkStudio
- 粉丝: 386
- 资源: 33
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功