Skip to content

Releases: catalinii/minisatip

v2.0.0-beta.15: Run adapter_commit always after the stream is processed (#1237)

11 Jul 15:56
a084f9b

Choose a tag to compare

* 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

11 Jul 00:36

Choose a tag to compare

change the way tags are inferred to use latest defined tag

v2.0.0

12 Jul 02:14

Choose a tag to compare

Do not delete the session before the TEARDOWN

v1.3.55

11 Jul 19:57

Choose a tag to compare

Do not delete the session before the TEARDOWN

v1.3.54

11 Jul 16:08

Choose a tag to compare

Run adapter_commit always after the stream is processed (#1237)

v2.0.0-beta.13

10 Jul 21:33

Choose a tag to compare

TEARDOWN reply should be 454 if no session is found

v2.0.0-beta.12: Move from SETUP to PLAY only after SETUP (#1236)

10 Jul 15:22
df08516

Choose a tag to compare

v2.0.0-beta.9: Don't close CI adapters

09 Jul 05:43

Choose a tag to compare

Fixes https://github.com/catalinii/minisatip/issues/1232, potentially

v2.0.0-beta.11

09 Jul 17:59

Choose a tag to compare

Add pre-commit hook to format the code automatically

v2.0.0-beta.10: switch http to check header is complete (#1235)

09 Jul 17:58
eb1cc29

Choose a tag to compare

* 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]>