[mirotalksfu] - add recording.prioritize_H264 in config.js (thanks mohan43u)
هذا الالتزام موجود في:
@@ -30,6 +30,7 @@ module.exports = class Room {
|
||||
};
|
||||
this.survey = config.survey;
|
||||
this.redirect = config.redirect;
|
||||
this.prioritize_H264 = config.recording.prioritize_H264;
|
||||
this.peers = new Map();
|
||||
this.router = null;
|
||||
this.createTheRouter();
|
||||
@@ -162,6 +163,7 @@ module.exports = class Room {
|
||||
moderator: this._moderator,
|
||||
survey: this.survey,
|
||||
redirect: this.redirect,
|
||||
prioritize_H264: this.prioritize_H264,
|
||||
peers: JSON.stringify([...this.peers]),
|
||||
};
|
||||
}
|
||||
|
||||
@@ -509,6 +509,7 @@ function startServer() {
|
||||
slack_enabled: slackEnabled,
|
||||
stats_enabled: config.stats.enabled,
|
||||
chatGPT_enabled: config.chatGPT.enabled,
|
||||
rec_prioritize_H264: config.recording.prioritize_H264,
|
||||
});
|
||||
} catch (err) {
|
||||
log.error('Ngrok Start error: ', err.body);
|
||||
@@ -554,6 +555,7 @@ function startServer() {
|
||||
slack_enabled: slackEnabled,
|
||||
stats_enabled: config.stats.enabled,
|
||||
chatGPT_enabled: config.chatGPT.enabled,
|
||||
rec_prioritize_H264: config.recording.prioritize_H264,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -149,6 +149,9 @@ module.exports = {
|
||||
enabled: false,
|
||||
url: '',
|
||||
},
|
||||
recording: {
|
||||
prioritize_H264: false, // Give priority to h264,aac|h264,opus instead of vp8,opus/vp9,opus codec
|
||||
},
|
||||
stats: {
|
||||
/*
|
||||
Umami: https://github.com/umami-software/umami
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم