q191201771 / lal

🔥 Golang audio/video live streaming lib/client/server. support RTMP, RTSP(RTP/RTCP), HLS, HTTP[S]/WebSocket-FLV/TS, GB28181, H264/H265/AAC/G711/OPUS, relay, cluster, record, HTTP Notify/API/UI. 直播
https://pengrl.com/lal
MIT License
2.7k stars 460 forks source link

谁在使用LAL #290

Open q191201771 opened 1 year ago

q191201771 commented 1 year ago

欢迎使用LAL的用户在该issue下回复,内容没有固定格式,举个栗子:

最后感谢使用LAL,感谢分享使用情况提高LAL的可信度。

robin-hzc commented 1 year ago
cuteLittleDevil commented 1 year ago
公司 项目名称 简介 链接 说明
浙江某信息科技有限公司 心安护航 监控管理货车 暂没有外网链接
joestarzxh commented 1 year ago

厦门某科技有限公司 安防类型业务(RTSP、GB28181、HLS),已在多个项目中稳定运行多年

zhaoweiguo commented 1 year ago

联想(北京)有限公司 一个NVR项目,开发中

kshdb commented 1 year ago

河南某数据有限公司

lal主要在以下业务场景中使用:

bigbao9494 commented 1 year ago

成都某科技公司

  1. 设备上使用
  2. 流协议转换:UDP -> httpflv
NerverMindForYou commented 1 year ago

重庆某公司 1.自研三维地图软件中集成lal 2.实现本地rtsp转flv播放,出流很快

qinshuqiang commented 1 year ago

个人学习 手机/摄像头推拉流试验,源码学习

DaoqianYANG commented 1 year ago

个人学习 高中校园电视台视频门户--直播模块 obs或直播平台的rtmp型号转flv直播推流

derweeYang commented 1 year ago

个人学习研究 研究rtmp 转flv逻辑流程

yueyue0574 commented 1 year ago

高速公路事件检测 用于无插件拉前端摄像头的视频流到网页上直播,rtsp 2 websocket

xiangxud commented 1 year ago

独立开发者 gb28181 h265 转webrtc

chengxuwei commented 1 year ago

凯迪仕智能科技 选型验证p2p转RTMP

GwynethLlewelyn commented 11 months ago

My apologies for writing in English, I'm afraid I don't know Chinese, and don't want to trust an automated translation tool (because it may generate offensive language, which is not intended!!)

I work for Beta Technologies, a tiny company with remote workers in the USA and Portugal (Europe), and we do 3D content for virtual world platforms, such as Second Life® and OpenSimulator — so, video/audio streaming is not our core business. Our clients are currently academic institutions that always have very limited funding.

Every now and then, some of the projects we do require high quality audio or video streaming, usually for short periods of time, and for small audiences. In those scenarios, the cost of hiring a commercial streaming provider is too high. So we provide them access to lalserver. Sometimes we re-encode their videos for better streaming performance; sometimes they use some sort of software such as OBS to stream a workshop inside the virtual world platform (or the other way round). We use lalserver for that, usually with RTSP streaming. The most simultaneous streams we have ever managed was just around 50 (720p video, I think), and, needless to say, lalserver handled that very easily — the overall performance was exceptional, and the load on the server was minimal, even with 50 simultaneous streams.

cli-r commented 10 months ago

个人学习 主要用于个人本地推流服务器使用,对比多个流媒体服务器,LAL的功能和自由度最高,简单易用并且完全免费。

HeartphiliaChen commented 7 months ago

成都某公司 客户生产现场视频接入,兼容rtsp和rtmp等格式的视频流推拉

kshdb commented 7 months ago

一直在使用lal,怎么了?

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年11月20日(星期一) 上午10:12 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [q191201771/lal] 谁在使用LAL (Issue #290)

成都某公司 客户生产现场视频接入,兼容rtsp和rtmp等格式的视频流推拉

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

lekeeith commented 6 months ago

个人学习 家里摄像头云服务都收费,买了萤石摄像头,想把摄像视频直接保存到本地。

l0g1n commented 2 months ago

济南某公司 监控设备推流,手机端播放,全程RTMP,有H264,H265。秒开 单进程使用,目前推流1000+,播放500+。内存使用1.5G 对lal二次修改,将推流和播放鉴权放到了lal内部。 利用lal的回调,将操作记录写入redis中。