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 makefile;do some fix
cargo clippy --fix --allow-dirty --allow-no-vcs
rtsp->rtmp
Split the channel module into a library to support multiple input protocols; support RTSP
[release] release xiu 0.5.0
rename json tag/values
support audio and video information statistics
manual modification for cargo clippy --fix
manual modification for cargo clippy --fix --allow-dirty with rust: stable 1.55.0 and cargo 1.67.0 for RTMP
cargo clippy --fix with cargo 1.67.0 (8ecd4f20a 2023-01-10)
add comments and do some fix
fix #30, the pps remaining data needs to be cleaned up.
Automatically fix the clippy lints
fix hls protocol errors
update library name
clear warnings
add logs
refactor for rtmp protocol
move some folders to library