q191201771 / lalmax

lalserver with srt/webrtc/whip/whep/http-fmp4/hls(fmp4)/low latency hls(llhls)/gb28181. 卍解
MIT License
99 stars 22 forks source link

支持SRT #3

Closed lio19 closed 1 year ago

lio19 commented 1 year ago

为什么

基于以上的考虑,我觉得我们SRT的支持可以作为优先级较高的项目推进

@q191201771 @ZSC714725 你们觉得呢?

q191201771 commented 1 year ago

看看这个: https://github.com/q191201771/lalext/tree/master/srt

ZSC714725 commented 1 year ago

lalext的srt功能只支持推流模式,srt拉流模式可以等后面回调接口开出来实现一下

ZSC714725 commented 1 year ago

https://github.com/q191201771/lalmax/pull/4,srt推流已经移过来了 @lio19 @q191201771

ZSC714725 commented 1 year ago

https://github.com/q191201771/lalmax/pull/6,srt拉流

ZSC714725 commented 1 year ago

发现一个纯go实现的srt库,后续可以考虑使用该仓库:https://github.com/datarhei/gosrt

ZSC714725 commented 1 year ago

目前mediamtx已经支持SRT,使用的是gosrt这个库,打算跟进

ZSC714725 commented 1 year ago

https://github.com/q191201771/lalmax/pull/23 使用gosrt