Skip to content

Releases: erdnaxe/galene-stream

Galene-stream 0.1.6

25 Dec 12:41
Compare
Choose a tag to compare
Galene-stream 0.1.6 Pre-release
Pre-release
  • Announce support for Galene protocol 2 (thanks jech, #14).
  • Add future plans in README.

Video stream is still dropping as #3 is still an issue.

Galene-stream 0.1.5

08 Oct 20:11
2f664b1
Compare
Choose a tag to compare
Galene-stream 0.1.5 Pre-release
Pre-release
  • Add a new version field in the handshake message (for Galene 0.6.0+).
  • Ignore chathistory events (no more warnings on join).
  • Add galene-stream.py entrypoint to the root of this repository to run the gateway without having to install the Python module.

Video stream is still dropping as #3 is still an issue.

Galene-stream 0.1.4

30 Dec 14:26
3e4b96b
Compare
Choose a tag to compare
Galene-stream 0.1.4 Pre-release
Pre-release

This version adds support for Galene 0.4 and drops support for Galene 0.3, #5.
This version adds support for Python 3.10, #10.

Video stream is still dropping as #3 is still an issue.

Galene-stream 0.1.3

09 Apr 16:05
17d134e
Compare
Choose a tag to compare
Galene-stream 0.1.3 Pre-release
Pre-release
  • Fix compatibility with gstreamer-vaapi decoders.
  • Activate NACK and PLI to recover from network drops.
  • Add --bitrate command line option.
  • Add !webrtc chat command to print gateway statistics.

We still have drops due to Galène not implementing retransmission on a separate track (https://tools.ietf.org/html/rfc4588).

This is the last release supporting Galène 0.3.x. For Galène >=0.4, please use a more recent version (#5).

prerelease

04 Apr 09:13
39287dd
Compare
Choose a tag to compare
prerelease Pre-release
Pre-release
  • Tweaks to improve GStreamer pipeline performance and quality on GStreamer 1.18+
  • Fix warning when no TURN servers are announced
  • Add Vagrantfiles to test project on Ubuntu, Debian and ArchLinux.

Galène stream should now be usable to stream OBS to Galène. If you encounter any issue, please report.

prerelease

30 Mar 14:00
6724f06
Compare
Choose a tag to compare
prerelease Pre-release
Pre-release
  • Rename project to galene-stream.
  • Add support for SRT and file streaming.
  • Add entrypoint to execute main script.

There is still issues with GStreamer performances.