History log of /xiu/protocol/rtmp/src/utils/errors.rs (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 69de9bbd 26-Nov-2023 HarlanC <[email protected]>

Fix 71 (#72)

* fix error: the session should not be exited when encountering unknown msg type id

* remove no used "\n" which can add blank lines when print logs

* refactor packerizer unpacketi

Fix 71 (#72)

* fix error: the session should not be exited when encountering unknown msg type id

* remove no used "\n" which can add blank lines when print logs

* refactor packerizer unpacketizer mod

* refactor codes

* cargo clippy --fix --allow-dirty --allow-no-vcs

* do some fix for rtmp

* fix logs

* try to fix parse rtmp chunk error

show more ...


Revision tags: v0.9.1, v0.8.0, v0.7.0, v0.6.1, v0.6.0
# c8d4d932 22-Apr-2023 Harlan <[email protected]>

fix client session pull and push RTMP streams error