Releases: erdnaxe/galene-stream
Releases · erdnaxe/galene-stream
0.2.0
Breaking changes
--output
argument now expect an URL like https://galene.example.org/group/public/
rather than a websocket endpoint.
What's Changed
- Add insecure flag which disables verification of server certificates by @jech in #16
- Use server-provided URL endpoint by @jech in #17
Full Changelog: 0.1.6...0.2.0
Galene-stream 0.1.6
Galene-stream 0.1.5
- 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
Galene-stream 0.1.3
- 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
- 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
- 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.