History log of /xiu/protocol/rtmp/src/rtmp.rs (Results 1 – 11 of 11)
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
# 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
# c8d4d932 22-Apr-2023 Harlan <[email protected]>

fix client session pull and push RTMP streams error


Revision tags: 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, v0.0.2
# 88d91efd 18-Aug-2021 HarlanC <[email protected]>

refactor && add uuid for subscriber


# 740804e8 18-Aug-2021 HarlanC <[email protected]>

fix bug ; improve log print


# 88325f54 17-Aug-2021 HarlanC <[email protected]>

update library name


# 5de1eabb 17-Aug-2021 HarlanC <[email protected]>

add logs


# fadfdd1a 16-Aug-2021 HarlanC <[email protected]>

add logs


# 53a2e033 16-Aug-2021 HarlanC <[email protected]>

refactor


# 0d3b29c8 16-Aug-2021 HarlanC <[email protected]>

refactor codes