History log of /xiu/protocol/rtsp/src/rtp/errors.rs (Results 1 – 3 of 3)
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
# b36cf5da 26-Jul-2023 Harlan <[email protected]>

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


# 8e71d710 14-Jul-2023 Harlan <[email protected]>

Split the channel module into a library to support multiple input protocols; support RTSP