File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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+
116spreed-webrtc-server (0.24.10) trusty; urgency=medium
217
318 * Avoid to break when there is no mediaDevices.
You can’t perform that action at this time.
0 commit comments