Releases: selkies-project/selkies-gstreamer
Releases · selkies-project/selkies-gstreamer
Release v1.3.8
What's Changed
- Fix python 3.11+ support by @Justsnoopy30 in #80
- Updating HPA api version for coturn GKE deployment by @ssolerg in #82
- default values for coturn deployment to match coturn docs by @danisla in #83
- Support Python 3.11, prepare for AMD support and new GStreamer versions
New Contributors
- @Justsnoopy30 made their first contribution in #80
- @ssolerg made their first contribution in #82
Full Changelog: v1.3.7...v1.3.8
Release v1.3.7
Enable stereo audio with PulseAudio and WebRTC's Opus codec
Full Changelog: v1.3.6...v1.3.7
Release v1.3.6
Full Changelog: v1.3.5...v1.3.6
Release v1.3.5
Release v1.3.4
What's Changed
Full Changelog: v1.3.3...v1.3.4
Release v1.3.3
Full Changelog: v1.3.2...v1.3.3
Release v1.3.2
What's Changed
- istio api to v1beta1 by @deepak7093 in #47
- Fix h264 high profile on Firefox by @danisla in #44
- Rewrite documentation and improve usability by @ehfd in #51
- Base coturn image from coturn/coturn:alpine and enable Prometheus Exporter by @reisbel in #56
- [HOTFIX] Fix installation with python-xlib by @ehfd in #59
- Various changes for usability by @ehfd in #60
- [GOVERNANCE] Mozilla Public License, version 2.0 from Apache License, Version 2.0 by @ehfd in #62
- Patched Xlib with XFIXES is released by maintainer by @ehfd in #68
- Fix Ubuntu 22.04 and 18.04 release procedures by @ehfd in #69
- Revert "Edit release actions pipeline" by @ehfd in #70
New Contributors
- @deepak7093 made their first contribution in #47
- @reisbel made their first contribution in #56
Full Changelog: v1.3.1...v1.3.2
Release v1.3.1
- GStreamer to version 1.20.3
- Initial build for Ubuntu 22.04. Requires
--privileged
docker container to run for unknown reasons. - Remote cursors are not supported on ubuntu18.04 because it requires python > 3.7.
- Initial testing on Docker for Mac does not work, likely a STUN/TURN issue and lack of host networking option.
- Update to GKE ingress tutorial [8911381]
Release v1.3.0
Notable changes
- Update gstreamer to v1.20 #31
- Enable
do-nack
to reduce stream freezing on packet loss. #31 - Default coturn-web TURN URIs to use
?transport=tcp
to enable connections on networks with blocked UDP. - Fix overflow issues on HiDPI screens. #33
New Dependencies
- Need to apt-get install x264 in target images to use software encoder.
- On Ubuntu 18.04, need to install libjpeg-dev zlib1g-dev for remote-cursor support with Python Pillow package.
- Manual installation of python-xlib to support remote cursors:
pip3 install -e git+https://github.com/selkies-project/python-xlib.git@add-xfixes-cursor#egg=python-xlib
Release v1.2.0
New Features:
- Tutorial for GKE deployment for TURN infrastructure and example app.
- Improvements to coturn-web image to support integration with selkies-vdi.
Other fixes:
- Fix remote resize option not being persisted.