Skip to content

Releases: Eyevinn/srt-whep

v1.2.3

27 Aug 14:15
Compare
Choose a tag to compare

What's Changed

  • feat: replace polling with event/listener by @Wkkkkk in #59
  • chore: bump dependencies
  • fix: WhipWebRTCSink is renamed as whipclientsink since gst-plugin-webrtc version 0.13.0

v1.2.2

20 Jun 07:38
Compare
Choose a tag to compare

It is now not mandatory to forward the SRT stream to a receiver. It can simply run with

srt-whep -i 127.0.0.1:8989 -p 8080 -s caller

v1.2.1

04 Sep 14:27
Compare
Choose a tag to compare

What's Changed

  • Fix/generate whip offer in caller mode by @Wkkkkk in #52

Full Changelog: v1.2.0...v1.2.1

v1.2.0

25 Aug 10:40
Compare
Choose a tag to compare

What's Changed

This release aims to solve the 'missing offer' problem. We also made the discoverer configurable so that we can directly connect to a FFmpeg stream.

Full Changelog: v1.1.3...v1.2.0

v1.1.3

23 Aug 11:13
Compare
Choose a tag to compare

What's Changed

Some tips are added to README while issues are recorded in docs.

Full Changelog: v1.1.1...v1.1.3

v1.1.2

18 Aug 20:40
Compare
Choose a tag to compare

What's Changed

  • Feat/replace whipsink with whipwebrtcsink
  • Feat/improve handling connect and disconnects in listener mode
  • Test/run on Mac/Ubuntu/Docker

The last few commits added more support for playing out H264/AVC streams on Mac/Ubuntu/Docker. The SRT Input stream (caller) can disconnect freely so as to switch streams. And viewers can join/leave as they wish.

v1.1.1

11 Aug 10:03
Compare
Choose a tag to compare

What's Changed

  • chore: publish create when a tag is released by @birme in #40

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Aug 07:42
Compare
Choose a tag to compare

What's Changed

  • Fix/disable discoverer when running in listener mode
  • Fix/support for safari (only h264 video of profile 'constrained-baseline')
  • chore: improved logging by @birme
  • Fix: handle SRT client (caller) disconnections when running in listener mode
  • Feat/try to add support for h265 video

Full Changelog: v1.0.1...v1.1.0

v1.0.1

04 Jul 09:31
Compare
Choose a tag to compare

What's Changed

  • fix(#24): use relative URL for WHEP connection resource by @birme in #25

Full Changelog: v1.0.0...v1.0.1

v1.0.0

03 Jul 14:44
Compare
Choose a tag to compare

What's Changed

  • WebRTC-related plugins are now statically linked.
  • Tested on the Ubuntu (amd64) platform and improved the docker file.

New Contributors

Full Changelog: v0.1.0...v1.0.0