| #
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 |
|
| #
ff6e2a3a |
| 19-May-2023 |
Harlan <[email protected]> |
fix composition time(CTS) decode and send buffer length msg encoder
|
|
Revision tags: v0.6.0 |
|
| #
ded9d193 |
| 22-Apr-2023 |
Harlan <[email protected]> |
cargo clippy --fix --allow-dirty --allow-no-vcs
|
| #
c8d4d932 |
| 22-Apr-2023 |
Harlan <[email protected]> |
fix client session pull and push RTMP streams error
|
| #
95feb96c |
| 08-Apr-2023 |
Harlan <[email protected]> |
add a rtmp library example: pull rtmp stream and push rtmp stream
|
| #
976f65a6 |
| 19-Mar-2023 |
Harlan <[email protected]> |
generate notify info
|
|
Revision tags: v0.5.0 |
|
| #
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
|
|
Revision tags: v0.0.11, v0.0.10, v0.0.9, v0.0.8, v0.0.5 |
|
| #
1d352d98 |
| 04-Sep-2021 |
HarlanC <[email protected]> |
refactor
|
| #
2d9c981b |
| 04-Sep-2021 |
HarlanC <[email protected]> |
refactor handshake mod; fix client_session bug
|
| #
2f7fa101 |
| 22-Aug-2021 |
HarlanC <[email protected]> |
refactor rtmp netstream and netconnection
|
|
Revision tags: v0.0.4, v0.0.2 |
|
| #
88d91efd |
| 18-Aug-2021 |
HarlanC <[email protected]> |
refactor && add uuid for subscriber
|
| #
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
|
| #
8842de45 |
| 14-Aug-2021 |
HarlanC <[email protected]> |
refactor for rtmp protocol
|
|
Revision tags: v0.0.1 |
|
| #
b1840569 |
| 15-May-2021 |
HarlanC <[email protected]> |
clear warnings and impl pull logic
|
| #
3cf13c0a |
| 15-May-2021 |
HarlanC <[email protected]> |
remove command object
|
| #
d92d519b |
| 15-May-2021 |
HarlanC <[email protected]> |
refactor & remove command object
|
| #
b97dcde8 |
| 14-May-2021 |
HarlanC <[email protected]> |
impl pull and refactor
|
| #
16394c08 |
| 02-May-2021 |
HarlanC <[email protected]> |
impl static push
|
| #
37ccd32d |
| 02-May-2021 |
HarlanC <[email protected]> |
pass connect command obejct
|