| 74ad8a01 | 30-Dec-2023 |
HarlanC <[email protected]> |
clear rtmp logs |
| db17ff1f | 24-Dec-2023 |
Harlan <[email protected]> |
remove rtmp dump codes |
| 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 ...
|
| 8e71d710 | 14-Jul-2023 |
Harlan <[email protected]> |
Split the channel module into a library to support multiple input protocols; support RTSP |
| c8d4d932 | 22-Apr-2023 |
Harlan <[email protected]> |
fix client session pull and push RTMP streams error |
| c4a586d9 | 12-Feb-2023 |
Harlan <[email protected]> |
manual modification for cargo clippy --fix |
| 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 |
| bd35295b | 12-Feb-2023 |
Harlan <[email protected]> |
cargo clippy --fix with cargo 1.67.0 (8ecd4f20a 2023-01-10) |
| 85c0af6a | 28-Nov-2022 |
Luca Barbato <[email protected]> |
Automatically fix the clippy lints |
| 7cd03d07 | 05-Nov-2022 |
Harlan <[email protected]> |
add trace logs |
| bf1aa271 | 28-Jan-2022 |
HarlanC <[email protected]> |
[RTMP] fix warnings |
| e9e250a5 | 28-Jan-2022 |
HarlanC <[email protected]> |
[RTMP] fix overflow error #17 |
| cbcc815d | 12-Sep-2021 |
HarlanC <[email protected]> |
performance optimization |
| 1d352d98 | 04-Sep-2021 |
HarlanC <[email protected]> |
refactor |
| 5a84f800 | 21-Aug-2021 |
HarlanC <[email protected]> |
fix test erros |
| 88325f54 | 17-Aug-2021 |
HarlanC <[email protected]> |
update library name |
| a3d19ccc | 17-Aug-2021 |
HarlanC <[email protected]> |
clear warnings |
| 5de1eabb | 17-Aug-2021 |
HarlanC <[email protected]> |
add logs |
| 37ccd32d | 02-May-2021 |
HarlanC <[email protected]> |
pass connect command obejct |
| 216fd691 | 30-Apr-2021 |
HarlanC <[email protected]> |
impl push client logic |
| 5d1d3925 | 17-Apr-2021 |
HarlanC <[email protected]> |
update library name |
| f9029cea | 15-Apr-2021 |
HarlanC <[email protected]> |
remove warnings |
| f8169385 | 14-Apr-2021 |
HarlanC <[email protected]> |
update some logs |
| cc18a6e9 | 11-Apr-2021 |
HarlanC <[email protected]> |
some fix |