History log of /xiu/protocol/rtmp/src/session/server_session.rs (Results 1 – 25 of 65)
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
# 13bac29a 21-Jul-2023 Harlan <[email protected]>

rtsp->rtmp


# 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


# 248cdac6 07-Apr-2023 Harlan <[email protected]>

impl kick off client


# f159b276 19-Mar-2023 Harlan <[email protected]>

parse stream name to get URL parameters


# 976f65a6 19-Mar-2023 Harlan <[email protected]>

generate notify info


# 53b16235 18-Mar-2023 Harlan <[email protected]>

rename variable


# 88777e65 18-Mar-2023 Harlan <[email protected]>

parse connect properties


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


# 0ca99c20 12-Feb-2023 Harlan <[email protected]>

manual modification for cargo clippy --fix --allow-dirty with rust: stable 1.55.0 and cargo 1.67.0 for RTMP


Revision tags: v0.4.0, v0.3.0, v0.1.0, v1.0.0
# 6685cacb 21-Jan-2023 HarlanC <[email protected]>

fix #30, the pps remaining data needs to be cleaned up.


# 85c0af6a 28-Nov-2022 Luca Barbato <[email protected]>

Automatically fix the clippy lints


# 7cd03d07 05-Nov-2022 Harlan <[email protected]>

add trace logs


Revision tags: v0.0.11
# 8a37108d 05-Jul-2022 HarlanC <[email protected]>

fix handshake


Revision tags: v0.0.10, v0.0.9, v0.0.8
# f3a36955 12-Sep-2021 HarlanC <[email protected]>

performance optimization--remove clone


Revision tags: v0.0.5
# 2d9c981b 04-Sep-2021 HarlanC <[email protected]>

refactor handshake mod; fix client_session bug


# 5eed9a43 02-Sep-2021 wawacry <[email protected]>

fix bug : when publisher disconnected abnormal,we should process this case to unpublish to channels and release resources.


# 2f7fa101 22-Aug-2021 HarlanC <[email protected]>

refactor rtmp netstream and netconnection


Revision tags: v0.0.4, v0.0.2
# 62d3fba8 18-Aug-2021 HarlanC <[email protected]>

add detailed logs


# 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


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

clear warnings


123