惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
美团技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
Y
Y Combinator Blog
T
Tailwind CSS Blog
D
Docker
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Google DeepMind News
Google DeepMind News
腾讯CDC
Vercel News
Vercel News
Engineering at Meta
Engineering at Meta
U
Unit 42
The Cloudflare Blog
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
爱范儿
爱范儿
Recent Announcements
Recent Announcements
博客园 - 聂微东
博客园 - 叶小钗
H
Help Net Security
MyScale Blog
MyScale Blog

博客园 - CHHC

从服务端到桌面端:Go + HTML 多端交付方案 跨平台桌面应用(内嵌 Web 界面 + Go RESTful API 服务) Dify 网页爬虫 Ai常用工具 Dify公司内部知识库权限隔离 智能体:OA行政助手 dify4: test-doc dify3: test-api dify2: test-image dify1: test-local-ollama 访问本地大模型 docker + dify + ollma 安装与配置 dify使用 eSIM SGP32 IPAd 适配移远EC200A OpenCPU 公钥解析 eSIM SGP32 自建符合GSMA规范的eIM平台(支持SGP32及SGP22卡接入) eSIM SGP32 eIM GSMA转码器(支持net及java) eSIM SGP32 证书 eSIM SGP32 生成eUICC所需的配置数据 eSIM SGP32 EuiccPackage包eimSignature和euiccSignEPR生成及校验 eSIM SGP32/SGP22 EUICC.SDK - IPAd RTSPShape-包含服务端及客户端 树莓派安装与配置 NetCore树莓派桌面应用程序 C#解析TLV数据(der -> asn1) golang 项目依赖备份 SGP32笔记 SoftSIM - swSIM eSIM SGP.22 LPA程序开发 - 协议解析 eSIM SGP.22 LPA程序开发 - 实现功能 PGP文件加解密
RTP推流测试
CHHC · 2025-10-17 · via 博客园 - CHHC

启用MediaServer.exe

rtp推流(单端口)-- 端口固定,ssrc随机
推流 ffmpeg -stream_loop -1 -re -i "test.mp4" -vcodec h264 -acodec aac -f rtp_mpegts rtp://127.0.0.1:10000
查看流地址 http://127.0.0.1/index/api/getMediaList?secret=64kPPS5lQh6ScgAT5bwWTEGmqLxelq9a&schema=rtsp
播放 rtsp://127.0.0.1/rtp/B3D95E63

rtp推流(多端口)-- 指定端口,ssrc固定
http://127.0.0.1/index/api/closeRtpServer?secret=64kPPS5lQh6ScgAT5bwWTEGmqLxelq9a&stream_id=34020000001110000001-34020000001310000001
http://127.0.0.1/index/api/openRtpServer?secret=64kPPS5lQh6ScgAT5bwWTEGmqLxelq9a&port=30000&tcp_mode=1&stream_id=34020000001110000001-34020000001310000001
推流 ffmpeg -re -stream_loop -1 -i "test.mp4" -vcodec h264 -acodec aac -f rtp_mpegts rtp://127.0.0.1:30000
播放 rtsp://127.0.0.1/rtp/34020000001110000001-34020000001310000001

SIP代理接入GB28181

摄像头 -> GB28181代理程序  -> GB28181Server

申请流时:GB28181Server zlm openRtpServer,GB28181Client zlm startSendRtp发送流到指定ip及端口