Skip to content

Releases: membraneframework/membrane_rtsp

v0.5.3

25 Jan 13:04
e62cae3
Compare
Choose a tag to compare

What's Changed

  • Allow for more external communication by @Noarkhh in #27

Full Changelog: v0.5.2...v0.5.3

v0.5.2

16 Jan 10:53
0c16291
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

29 Nov 14:06
cecd087
Compare
Choose a tag to compare

What's Changed

  • Add GitHub workflow closing newly opened issues and add default issue template by @FelonEkonom in #23
  • Stop creating GH label on issue opened by @FelonEkonom in #24
  • Create GH workflow running on PR opened by @FelonEkonom in #25
  • Update deps, fix tests. Bump to 0.5.1 by @mickel8 in #26

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

03 Apr 11:20
ff5e3f1
Compare
Choose a tag to compare

What's Changed

  • Update deps. Bump version to 0.5.0 by @sgfn in #22

New Contributors

  • @sgfn made their first contribution in #22

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 Mar 07:48
a041ce5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.4.0

v0.3.3

17 Mar 12:24
914b199
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

23 Jan 20:48
020bb46
Compare
Choose a tag to compare

What's Changed

  • Make TCP socket wait for all the data to come by @varsill in #15

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Jan 13:10
6d90402
Compare
Choose a tag to compare

What's Changed

  • update configs, fix test warns by @mat-hek in #14
  • change dependency: Membrane Protocol SDP to ExSdp by @blazpie in #16

New Contributors

Full Changelog: v0.3.0...v0.3.1

Architecture Simplification

24 Sep 11:08
Compare
Choose a tag to compare

This release updates the architecture of RTSP Session. As of now, Session is a single process responsible also for managing its own transport layer. Therefore, it is possible that Session will fail due to issues in the transport layer. Moreover, Membrane.RTSP.Session module was removed, all its functions were moved to Membrane.RTMP.

Other changes:

  1. Due to architecture changes, Transport no longer has its own process so the implementation API changed. To implement your own Transport Layer module now needs to use Membrane.RTMP.Transport
  2. Function Membrane.RTSP.Transport.new was deprecated
  3. It is now possible to start RTSP session without linking and outside any supervision tree using Membrane.RTSP.start/3