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 ...
cargo clippy --fix --allow-dirty --allow-no-vcs
rtsp->rtmp
Split the channel module into a library to support multiple input protocols; support RTSP
fix client session pull and push RTMP streams error
parse connect properties
manual modification for cargo clippy --fix --allow-dirty with rust: stable 1.55.0 and cargo 1.67.0 for RTMP
Automatically fix the clippy lints
refactor handshake mod; fix client_session bug
refactor rtmp netstream and netconnection
update library name
refactor & remove command object
pass connect command obejct
remove warnings
update some logs
use format
add error display
tokio async impl
refactor code structure
client session impl
impl client session
refactor rtmp module because asyncbyteswriter
impl
12