Releases: catalinii/minisatip
Releases · catalinii/minisatip
v2.0.0-beta.15: Run adapter_commit always after the stream is processed (#1237)
* Run adapter_commit always after the stream is processed * change logm to debugm * fix tests --------- Co-authored-by: Catalin Toda <[email protected]>
v2.0.0-beta.14
change the way tags are inferred to use latest defined tag
v2.0.0
Do not delete the session before the TEARDOWN
v1.3.55
Do not delete the session before the TEARDOWN
v1.3.54
Run adapter_commit always after the stream is processed (#1237)
v2.0.0-beta.13
TEARDOWN reply should be 454 if no session is found
v2.0.0-beta.12: Move from SETUP to PLAY only after SETUP (#1236)
Co-authored-by: Catalin Toda <[email protected]>
v2.0.0-beta.9: Don't close CI adapters
Fixes https://github.com/catalinii/minisatip/issues/1232, potentially
v2.0.0-beta.11
Add pre-commit hook to format the code automatically
v2.0.0-beta.10: switch http to check header is complete (#1235)
* switch http to check header is complete * Add test for http * remove end_of_header * log when the http/rtsp header is not complete * refactor request/reply methods --------- Co-authored-by: Catalin Toda <[email protected]>