Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持对接GB28181吗?监控,智能摄像头,国标推流 #1500 #4

Open
winlinvip opened this issue Jan 5, 2022 · 6 comments
Assignees

Comments

@winlinvip
Copy link
Member

winlinvip commented Jan 5, 2022

Notice

SRS 5.0已经正式支持了GB28181的功能,请参考 SRS #3176,请大家使用SRS 5.0.74+的版本。

Usage

编译SRS,需要切换到Develop分支,并开启gb28181功能:

git checkout feature/gb28181 &&
./configure --with-gb28181 && 
make clean && make

然后使用配置文件conf/push.gb28181.conf 启动:

./objs/srs -c conf/push.gb28181.conf 

Remark: 一定要修改配置文件中的host配置,改成你的服务器的IP,摄像头能访问到的这个IP。后续会改进为自动获取,目前还需要修改配置。

然后按下面的操作配置摄像头,推流到SRS:

image

最后,观看RTMP流:rtmp://localhost:1935/live/34020000001320000001

Remark: 海康摄像头连接有线后,可以在路由器的后台看到摄像头的内网IP,然后访问这个IP进入管理页面;注意Chrome可能会报错,可以换成Safari或其他浏览器试试。其他摄像头也有对应办法,可以配置摄像头使用GB28181推流。

Remark:如果看不了流,请确认你的服务器IP,还有流名称也就是视频通道编码ID是否正确。

Remark: 默认不开启声音,如果需要开启声音,要打开配置audio_enable on;,并且在摄像头的音频配置中开启。

Remark: 若需要开启音频,需要将编码设置为AAC,同时采样率设置为44100HZ,否则Flash可能无法观看。

资料

SRS4.0 GB28181配置说明与API接口文档 说明

SRS GB28181 PS流压测工具使用说明

SIP认证:ossrs/srs#1500 (comment)

PS流问题排查:ossrs/srs#1500 (comment)

Q&A

  1. SRS支持RTSP服务器吗?

不支持,没有应用场景,请参考#2304

  1. SRS支持拉RTSP流吗?

支持,用Ingester就可以。本质上Ingester就是用FFmpeg拉流,所以能拉的流可以很多,不限于RTSP。请参考#2304

  1. SRS支持接收RTSP流吗?也就是推流到SRS?

不支持,因为这不是正确用法,详细原因参考#2304

  1. GB目前是什么状态?

试验性的功能状态,在feature/gb28181分支中开发和稳定,等稳定性达到要求了,就会进入develop随主版本发布。

@winlinvip
Copy link
Member Author

Migrate from ossrs/srs#1500

@winlinvip winlinvip pinned this issue Jan 5, 2022
@mstaryi
Copy link

mstaryi commented Jan 25, 2022

现在版本支持语音对讲么?或者后继有计划支持么

@duiniuluantanqin
Copy link
Member

duiniuluantanqin commented Jan 26, 2022 via email

@yy-ma
Copy link

yy-ma commented Jul 13, 2022

sis-gb28181 可以向上级平台级联吗?并上报数据和直播

@LTP4399
Copy link

LTP4399 commented Aug 8, 2022

暂不支持

@cxf2020-git
Copy link

支持历史播放吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants