Skip to content

Commit 513ffca

Browse files
committed
release: stable-7648-1
* d9921a0 prosody: fix syntax error * bc6ce20 jibri: update Chrome to M104 * 7c7a43a prosody: add ability to configure max occupants * 85a38d9 jibri: add ability to enable Dropbox recording without enabling "service recording" * f8b7037 jvb: enable multi-stream by default * eb0dd6b web: fix receiveMultipleVideoStreams flag * 674f134 misc: working on unstable
1 parent d9921a0 commit 513ffca

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## stable-7648-1
2+
3+
Based on stable release 7648-1.
4+
5+
* d9921a0 prosody: fix syntax error
6+
* bc6ce20 jibri: update Chrome to M104
7+
* 7c7a43a prosody: add ability to configure max occupants
8+
* 85a38d9 jibri: add ability to enable Dropbox recording without enabling "service recording"
9+
* f8b7037 jvb: enable multi-stream by default
10+
* eb0dd6b web: fix receiveMultipleVideoStreams flag
11+
* 674f134 misc: working on unstable
12+
113
## stable-7648
214

315
Based on stable release 7648.

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.5'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
6+
image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-7648-1}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -148,7 +148,7 @@ services:
148148

149149
# XMPP server
150150
prosody:
151-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
151+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7648-1}
152152
restart: ${RESTART_POLICY:-unless-stopped}
153153
expose:
154154
- '${XMPP_PORT:-5222}'
@@ -236,7 +236,7 @@ services:
236236

237237
# Focus component
238238
jicofo:
239-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
239+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7648-1}
240240
restart: ${RESTART_POLICY:-unless-stopped}
241241
volumes:
242242
- ${CONFIG}/jicofo:/config:Z
@@ -286,7 +286,7 @@ services:
286286

287287
# Video bridge
288288
jvb:
289-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
289+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7648-1}
290290
restart: ${RESTART_POLICY:-unless-stopped}
291291
ports:
292292
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'

jibri.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22

33
services:
44
jibri:
5-
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}
5+
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-7648-1}
66
restart: ${RESTART_POLICY:-unless-stopped}
77
volumes:
88
- ${CONFIG}/jibri:/config:Z

jigasi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.5'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
6+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-7648-1}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'

0 commit comments

Comments
 (0)