Releases: Eyevinn/srt-whep
Releases · Eyevinn/srt-whep
v1.3.0
19 Mar 10:34
Compare
Sorry, something went wrong.
No results found
v1.2.8
28 Jan 14:41
Compare
Sorry, something went wrong.
No results found
chore: bump dependencies
chore: bump rustc to 1.84
fix: docker image
fix: skip arm64 in workflow
Full Changelog : v1.2.3...v1.2.8
v1.2.3
27 Aug 14:15
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v1.2.0
25 Aug 10:40
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v1.1.0
07 Aug 07:42
Compare
Sorry, something went wrong.
No results found
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