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 ...
fix composition time(CTS) decode and send buffer length msg encoder
fix client session pull and push RTMP streams error
add comments and do some fix
Automatically fix the clippy lints
update library name
impl pull and refactor
impl static push
update some logs
change use format
fix play from ffplay
fix
fix errors
add error display
tokio async impl
refactor code structure
impl client session
client session write chunk& refactor
refactor rtmp module because asyncbyteswriter
impl
12