Commit 513ffca 1 parent d9921a0 commit 513ffca Copy full SHA for 513ffca
File tree 4 files changed +18
-6
lines changed
4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
13
## stable-7648
2
14
3
15
Based on stable release 7648.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
3
3
services :
4
4
# Frontend
5
5
web :
6
- image : jitsi/web:${JITSI_IMAGE_VERSION:-unstable }
6
+ image : jitsi/web:${JITSI_IMAGE_VERSION:-stable-7648-1 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -148,7 +148,7 @@ services:
148
148
149
149
# XMPP server
150
150
prosody :
151
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
151
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7648-1 }
152
152
restart : ${RESTART_POLICY:-unless-stopped}
153
153
expose :
154
154
- ' ${XMPP_PORT:-5222}'
@@ -236,7 +236,7 @@ services:
236
236
237
237
# Focus component
238
238
jicofo :
239
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
239
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7648-1 }
240
240
restart : ${RESTART_POLICY:-unless-stopped}
241
241
volumes :
242
242
- ${CONFIG}/jicofo:/config:Z
@@ -286,7 +286,7 @@ services:
286
286
287
287
# Video bridge
288
288
jvb :
289
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
289
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7648-1 }
290
290
restart : ${RESTART_POLICY:-unless-stopped}
291
291
ports :
292
292
- ' ${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
3
3
services :
4
4
jibri :
5
- image : jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable }
5
+ image : jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-7648-1 }
6
6
restart : ${RESTART_POLICY:-unless-stopped}
7
7
volumes :
8
8
- ${CONFIG}/jibri:/config:Z
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
3
3
services :
4
4
# SIP gateway (audio)
5
5
jigasi :
6
- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
6
+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-7648-1 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'
You can’t perform that action at this time.
0 commit comments