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: rtmp: improve code
fix: rtmp: read timeout #67
update release cargo project files
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
support audio and video information statistics
add bit reader and bit wirter
manual modification for cargo clippy --fix
cargo clippy --fix with cargo 1.67.0 (8ecd4f20a 2023-01-10)
Automatically fix the clippy lints
publish bytesio v0.1.27
refactor handshake mod
fix bug : when publisher disconnected abnormal,we should process this case to unpublish to channels and release resources.
update bytesio version for publish
update library name