BigBlueButton/Netzwerkbefehle: Unterschied zwischen den Versionen
KKeine Bearbeitungszusammenfassung |
|||
Zeile 21: | Zeile 21: | ||
= bbb-record = | = bbb-record = | ||
bbb-record [options] | |||
== Reporting == | |||
--list List all recordings | --list List all recordings | ||
== Monitoring == | |||
--watch Watch processing of recordings | --watch Watch processing of recordings | ||
--watch --withDesc Watch processing of recordings and show their description | --watch --withDesc Watch processing of recordings and show their description | ||
== Administration == | |||
--rebuild <internal meetingID> rebuild the output for the given internal meetingID | --rebuild <internal meetingID> rebuild the output for the given internal meetingID | ||
--rebuildall rebuild every recording | --rebuildall rebuild every recording | ||
Zeile 45: | Zeile 39: | ||
--toexternal <internal meetingId> get the external meeting id for the given internal meetingId | --toexternal <internal meetingId> get the external meeting id for the given internal meetingId | ||
--republish <internal meetingID> republish the recording for meetingID. (Only for Matterhorn Integration) | --republish <internal meetingID> republish the recording for meetingID. (Only for Matterhorn Integration) | ||
= bbb-apps-akka = | = bbb-apps-akka = | ||
= bbb-fsesl-akka = | = bbb-fsesl-akka = |
Version vom 26. August 2021, 11:34 Uhr
bbb-conf
bbb-conf [options]
Configuration:
--version Display BigBlueButton version (packages) --setip <IP/hostname> Set IP/hostname for BigBlueButton --setsecret <secret> Change the shared secret in bigbluebutton.properties
Monitoring:
--check Check configuration files and processes for problems --debug Scan the log files for error messages --watch Scan the log files for error messages every 2 seconds --network View network connections on 80, 443 and 1935 by IP address. 1935 is deprecated. You will need to modify bbb-conf if you have custom ports. --secret View the URL and shared secret for the server --lti View the URL and secret for LTI (if installed)
Administration:
--restart Restart BigBlueButton --stop Stop BigBlueButton --start Start BigBlueButton --clean Restart and clean all log files --status Display running status of components --zip Zip up log files for reporting an error
bbb-record
bbb-record [options]
Reporting
--list List all recordings
Monitoring
--watch Watch processing of recordings --watch --withDesc Watch processing of recordings and show their description
Administration
--rebuild <internal meetingID> rebuild the output for the given internal meetingID --rebuildall rebuild every recording --delete <internal meetingID> delete one meeting and recording --deleteall delete all meetings and recordings --debug check for recording errors --check check for configuration errors --enable <workflow> enable a recording workflow --disable <workflow> disable a recording workflow --tointernal <external meetingId> get the internal meeting ids for the given external meetingId --toexternal <internal meetingId> get the external meeting id for the given internal meetingId --republish <internal meetingID> republish the recording for meetingID. (Only for Matterhorn Integration)