163 Commits

Author SHA1 Message Date
langhuihui
4dc893e9fb fix: use engine's aac format v4.3.6 2024-09-27 10:05:32 +08:00
langhuihui
c943c2a0ec feat: add LATM support 2024-09-26 20:34:00 +08:00
langhuihui
eafbf28a02 feat: support LATM 2024-09-26 14:08:06 +08:00
langhuihui
97d72548c5 feat: use new engine 4.15.1 v4.3.5 2024-07-09 19:59:32 +08:00
langhuihui
5e722bf849 feat: add desc to config v4.3.4 2023-12-13 15:27:10 +08:00
langhuihui
6c1207ae43 feat: add av1 and opus v4.3.3 2023-11-17 17:31:51 +08:00
langhuihui
c794c0514f rollback v4.3.2 2023-11-13 17:28:29 +08:00
langhuihui
e65f970097 fix: replace client wait 2023-11-12 12:07:14 +08:00
langhuihui
855038c132 Update dependencies and add audio format support 2023-11-03 14:12:05 +08:00
langhuihui
2a62472b1d feat: push use tcp default v4.3.1 2023-10-27 09:52:19 +08:00
langhuihui
3e4dcdf649 feat: add sendoptions config to avoid send options 2023-10-25 10:22:29 +08:00
langhuihui
9ac21a130e fix: auto close client 2023-10-25 08:57:33 +08:00
langhuihui
c13d8c659d feat: update gortsplib to v4 v4.3.0 2023-10-23 14:20:15 +08:00
langhuihui
c4700713a8 feat: remove pull protocol config 2023-10-11 17:01:09 +08:00
langhuihui
62409f14b5 chore: update engine version v4.2.10 2023-09-20 19:24:26 +08:00
langhuihui
df9c5a69cc fix: memory leak 2023-09-15 14:23:59 +08:00
dexter
4a5ba9b834 Merge pull request #44 from umaYnit/v4
fix: 修复错误的流地址导致的Disconnect时panic
v4.2.9
2023-08-31 08:42:12 +08:00
Ynit
5df8f237de fix: 修复错误的流地址导致的Disconnect时panic 2023-08-31 00:12:07 +08:00
langhuihui
9936b2ca20 fix: upgrade gortsplib v4.2.8 v4.2.7 2023-08-25 15:00:57 +08:00
langhuihui
943ba46f70 chore: fit engine udpate v4.2.6 2023-08-14 10:04:37 +08:00
langhuihui
035c3647eb docs: update readme v4.2.5 2023-08-06 18:05:06 +08:00
langhuihui
17874da782 docs: udpate readme 2023-08-06 15:26:50 +08:00
langhuihui
24b63ca07c feat: add stop reason, pull protocol default is tcp now v4.2.4 2023-08-06 15:15:26 +08:00
dexter
eb91dd1cee Merge pull request #42 from Monibuca/rtsp-pcma
Update publisher.go
2023-07-24 13:45:37 +08:00
banshan
e5d0d7d5d6 Update publisher.go
ffmpeg rtsp pcma 推流
2023-07-24 13:43:44 +08:00
langhuihui
311b8732a8 fit engine update v4.2.3 2023-06-16 22:42:43 +08:00
langhuihui
351ff9fa0c refactor: remove some stupid code v4.2.2 2023-05-25 14:15:09 +08:00
langhuihui
9defe4eec3 fit engine update 2023-05-23 20:58:59 +08:00
langhuihui
8e84bb637a 适配引擎修改 v4.2.1 2023-04-24 14:13:46 +08:00
langhuihui
dc62df1861 更新readme 2023-04-23 13:00:11 +08:00
langhuihui
1ad45bfbc1 gortsplib升级到v3.2.1
增加默认缓存大小,解决高码率推拉流问题
增加英文文档
v4.2.0
2023-04-23 11:26:02 +08:00
langhuihui
a4773b4044 使用内置的协议自动选择机制 v4.1.6 2023-04-15 08:48:44 +08:00
dexter
225bb482d5 适配引擎修改 v4.1.5 2023-03-28 19:48:59 +08:00
dexter
ea5ea6f48a SizeLength、IndexLength、IndexDeltaLength v4.1.4 2023-03-03 22:06:38 +08:00
dexter
beda2dd9e0 适配引擎修改 v4.1.3 2023-02-26 10:38:53 +08:00
dexter
344ab6f463 移除clockrate v4.1.2 2023-02-20 00:19:39 +08:00
dexter
d5e73d11db Merge pull request #32 from Monibuca/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.2.0 to 0.7.0
2023-02-19 10:22:56 +08:00
dependabot[bot]
12350b8af0 Bump golang.org/x/net from 0.2.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.2.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.2.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-18 03:22:09 +00:00
dexter
3b671606b6 添加时钟频率配置 v4.1.1 2023-02-08 14:19:36 +08:00
dexter
70321ccd1f 更新依赖库aler9 到2.1.0 v4.1.0 2023-02-03 21:36:33 +08:00
dexter
5ddbd7a852 优化代码 v4.0.10 2023-02-02 12:08:16 +08:00
dexter
f32f44db40 适配引擎升级 2023-02-01 11:00:36 +08:00
dexter
b44efd9749 推拉在异常时对连接关闭 v4.0.9 2023-01-18 21:20:06 +08:00
dexter
7f4bfe4c78 使用rtsp拉流时将参数传入订阅者 v4.0.8 2023-01-02 21:12:45 +08:00
dexter
187335d311 适配engine v4.9.5 v4.0.7 2022-12-31 22:18:50 +08:00
dexter
1f3f4bfb0e 适配引擎4.9.3 v4.0.6 2022-12-19 09:06:17 +08:00
dexter
3cbf22576b 🐛 FIX: 关闭流后断开rtsp拉流或者推流连接 v4.0.5 2022-11-23 09:22:23 +08:00
dexter
1206a4636f 👌 IMPROVE: 升级gortsplib版本 v4.0.4 2022-11-17 23:48:13 +08:00
dexter
6063f42181 🐛 FIX: enable not enabled v4.0.3 2022-10-10 21:51:08 +08:00
dexter
2e6679b3ea 👌 IMPROVE: 添加初始化监听失败日志 v4.0.2 2022-10-03 17:57:49 +08:00