Skip to content

Commit

Permalink
Code autogenerated from Kurento/doc-kurento@67dc6e9
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinskurento committed Jul 7, 2022
1 parent b20481c commit 7c72b2b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion source/project/relnotes/v6_18_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ Thanks to `@alex1712 <https://github.com/alex1712>`__ (Alex) for `Kurento/kms-co



Explicit network interface for WebSocket
----------------------------------------

Up until now, the media server would open a WebSocket listening on port 8888 on all network interfaces. Any application wanting to control the media server, by means of the :doc:`Kurento Protocol </features/kurento_protocol>`, would just connect to this port and start sending RPC requests.

However, some users need to be able to configure the exact interface where this control port is opened; now this can be done in the static configuration files.

Thanks to `@Craeckie <https://github.com/Craeckie>`__ for `Kurento/kurento-media-server#21 <https://github.com/Kurento/kurento-media-server/pull/21>`__ (*WebSocketTransport: allow to set listen address in config*).



Changed
=======

Expand All @@ -38,7 +49,7 @@ Thanks to this change, now the DTLS handsake will be put on hold until ICE has f

*Comparison of connection speed (top: before; bottom: after)*

Thanks to `@slabajo <https://github.com/slabajo>`__ (Saúl Labajo) for `Kurento/kms-elements#37 <https://github.com/Kurento/kms-elements/pull/37>`__ (*WebRTC DTLS handsake quick connection*).
Thanks to `@slabajo <https://github.com/slabajo>`__ (Saúl Labajo) for `Kurento/kms-elements#37 <https://github.com/Kurento/kms-elements/pull/37>`__ (*WebRTC DTLS handsake quick connection*) and `Kurento/kms-elements#38 <https://github.com/Kurento/kms-elements/pull/38>`__ (*dtls server quick connection fix*).



Expand Down

0 comments on commit 7c72b2b

Please sign in to comment.