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

推荐订阅源

C
Check Point Blog
宝玉的分享
宝玉的分享
V
Visual Studio Blog
B
Blog RSS Feed
G
Google Developers Blog
U
Unit 42
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Palo Alto Networks Blog
月光博客
月光博客
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
LINUX DO - 最新话题
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
小众软件
小众软件
GbyAI
GbyAI
L
LangChain Blog
A
About on SuperTechFans
Attack and Defense Labs
Attack and Defense Labs
T
Tor Project blog
AWS News Blog
AWS News Blog
S
Security @ Cisco Blogs
H
Hacker News: Front Page
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
The Register - Security
The Register - Security
Recorded Future
Recorded Future
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Hacker News - Newest:
Hacker News - Newest: "LLM"
V2EX - 技术
V2EX - 技术
H
Heimdal Security Blog
Simon Willison's Weblog
Simon Willison's Weblog
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
P
Privacy International News Feed
I
Intezer
W
WeLiveSecurity
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Help Net Security
Help Net Security
NISL@THU
NISL@THU
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
V
Vulnerabilities – Threatpost
N
News | PayPal Newsroom
Security Archives - TechRepublic
Security Archives - TechRepublic
Google DeepMind News
Google DeepMind News
The Hacker News
The Hacker News
L
Lohrmann on Cybersecurity
Schneier on Security
Schneier on Security

博客园 - CHHC

公钥解析 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文件加解密 vscode配置c/c++环境 网关开发笔记 电池笔记 SQLiteRedis - 静动态数据联合使用 SQLite批量操作优化方案 golang优化 工业状态控制 vSIM / SoftSIM笔记 移远AT指令笔记
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及端口