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 ...
add comments and do some fix
Automatically fix the clippy lints
update library name
update some logs
use format
impl metadata
fix play from ffplay
fix
fix errors
some fix
add error display
tokio async impl
refactor code structure
impl client session
client session write chunk& refactor
refactor rtmp module because asyncbyteswriter
impl
library publish
12