Skip to content

Releases: selkies-project/selkies-gstreamer

Release v1.3.7

21 Jan 16:40
Compare
Choose a tag to compare

Enable stereo audio with PulseAudio and WebRTC's Opus codec

Full Changelog: v1.3.6...v1.3.7

Release v1.3.6

19 Jan 15:38
7c4d8b6
Compare
Choose a tag to compare

Release v1.3.5

18 Jan 15:48
21484fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

Release v1.3.4

15 Jan 16:35
c17e64f
Compare
Choose a tag to compare

What's Changed

  • Fix cursor issue in KDE and implement local cursor size accessibility settings by @ehfd in #72

Full Changelog: v1.3.3...v1.3.4

Release v1.3.3

09 Jan 16:10
07c4dca
Compare
Choose a tag to compare

Release v1.3.2

09 Jan 02:20
457fae6
Compare
Choose a tag to compare

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

Full Changelog: v1.3.1...v1.3.2

Release v1.3.1

19 Aug 17:43
Compare
Choose a tag to compare
  • 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

30 Apr 20:07
Compare
Choose a tag to compare

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

07 Jan 01:02
Compare
Choose a tag to compare

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.

Release v1.1.2

31 Dec 07:59
Compare
Choose a tag to compare

Minor fixes:

  • include existing LD_LIBARARY_PATH and GI_TYPELIB_PATH in gst-env script
  • fix broken path handler to prefixed /signalling/ route