Skip to content

Commit 5dbff2b

Browse files
committed
0.24.11
1 parent 1ae16b6 commit 5dbff2b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
spreed-webrtc-server (0.24.11) trusty; urgency=medium
2+
3+
* Stop waiting on video early if first video track is enabled but muted.
4+
* Use sh shebang instead of bash to be less Linux specific (#244).
5+
* Updated deps to no longer user code.google.com.
6+
* Fix wrong type for syscall.Setrlimit on FreeBSD (#244) Values are uint64 on Unix but FreeBSD uses int64 for legacy reasons.
7+
* Updated WebRTC adapter to 0.2.10
8+
* Added support to prefer VP9 video codec (works with Chrome >= 48) as experimental setting.
9+
* Only prefer VP9 when experiments are actually enabled.
10+
* Removed local getUserMedia conversion code and use the one provided by the adapter, fixing screen sharing for Chrome >= 49.
11+
* Firefox 44 has fixed gUM permission indicator, so limiting workaround to 43 and lower.
12+
* Restrict VP9 experiment to Chrome >= 48.
13+
14+
-- Simon Eisenmann <[email protected]> Thu, 18 Feb 2016 11:05:49 +0100
15+
116
spreed-webrtc-server (0.24.10) trusty; urgency=medium
217

318
* Avoid to break when there is no mediaDevices.

0 commit comments

Comments
 (0)