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 ...
Split the channel module into a library to support multiple input protocols; support RTSP
Automatically fix the clippy lints
performance optimization
refactor
refactor handshake mod
fix test erros
fix bug;refactor codes;add logs
add detailed logs
publish rtmp
update library name
[RTMP] support complex handshake; fix bugs; update README
pass connect command obejct
remove warnings
update some logs
use format
channel impl
fix play from ffplay
fix
UT
some fix
add error display
tokio async impl
refactor code structure
12