Commit Graph

4 Commits

Author SHA1 Message Date
langhuihui
8ee68a7ff7 fix: repush 2023-12-07 16:32:14 +08:00
langhuihui
48d6e277e4 feat: add extra event system 2023-12-05 19:12:03 +08:00
langhuihui
fca43417bf fix: WriteRTPFrame panic 2023-09-25 14:35:15 +08:00
langhuihui
6c29e525e5 feat: api can return json fomart now
feat: pull on subscribe event use InvitePublish to instead *Stream
fix: pull remote stream publish cause bugs
fix: Concurrency MarshalJSON Tracks

desc:
- API 现在可以返回{"data":xx,"code":0,"msg":"ok"}格式
- 按需拉流的事件的类型从*Stream修改为InvitePublish
- 远程拉流频繁重连后导致多路远程流同时写入同一个track
- 在并发序列化Tracks时导致错误,通过加lock解决
2023-08-12 19:22:03 +08:00