History log of /xiu/protocol/rtmp/src/session/errors.rs (Results 1 – 18 of 18)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a4ef5d6c 23-Dec-2023 HarlanC <[email protected]>

Fix 77 (#83)

* get the event processing result and return immediately when encountering errors

* fix warnings

* fix error

* print dump data

* format string

* when the number of error

Fix 77 (#83)

* get the event processing result and return immediately when encountering errors

* fix warnings

* fix error

* print dump data

* format string

* when the number of errors reaches a certain number, exit the session directly.

* add some logs

* add logs

* get publish and subscribe event result from stream hub

show more ...


# 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
# 8e71d710 14-Jul-2023 Harlan <[email protected]>

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


Revision tags: v0.6.1, v0.6.0, v0.5.0
# 8baa1d3c 18-Feb-2023 Harlan <[email protected]>

add gop number as a rtmp configuration; remove the redundant process of rtmp logic


Revision tags: v0.4.0, v0.3.0, v0.1.0, v1.0.0, v0.0.11, v0.0.10, v0.0.9, v0.0.8, v0.0.5, v0.0.4
# 5359bb99 21-Aug-2021 wawacry <[email protected]>

fix bug;refactor codes;add logs


Revision tags: v0.0.2
# 88325f54 17-Aug-2021 HarlanC <[email protected]>

update library name


Revision tags: v0.0.1
# b1840569 15-May-2021 HarlanC <[email protected]>

clear warnings and impl pull logic


# 5d1d3925 17-Apr-2021 HarlanC <[email protected]>

update library name


# f8169385 14-Apr-2021 HarlanC <[email protected]>

update some logs


# 4435d79d 10-Apr-2021 HarlanC <[email protected]>

change use format


# fe91dfa7 28-Mar-2021 HarlanC <[email protected]>

fix


# c2f3fbfa 20-Mar-2021 HarlanC <[email protected]>

add error display


# 6fec14f0 17-Mar-2021 HarlanC <[email protected]>

refactor


# 1606f184 14-Mar-2021 HarlanC <[email protected]>

impl


# 4b4045b2 13-Mar-2021 HarlanC <[email protected]>

refactor; add channel impl; some sever session impl


# 35844cc6 13-Mar-2021 HarlanC <[email protected]>

tokio async impl


# 9a3b6c39 07-Mar-2021 HarlanC <[email protected]>

refactor code structure


# 0bce4e4c 06-Mar-2021 HarlanC <[email protected]>

refactor session