Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.
/ bbb-record-size Public archive

Calculate how much space the given BigBlueButton record use

License

Notifications You must be signed in to change notification settings

elsonwu/bbb-record-size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

bbb-record-size

Small tool to calculate how much space the BigBlueButton record use

Usage

./bbb-record-size

Parameters

-host string
	the host to listen to (default ":1234")
	
-published_path string
	the base path of published folder (default "/var/bigbluebutton/published/presentation/")
	
-raw_path string
	the base path of raw folder (default "/var/bigbluebutton/recording/raw/")    	

API

http://bbb.yourhost.com:1234/record/<BBB record internal ID>

Response

{
	error: "string, error string",
	id: "string, record internal ID",
	size: "float, how many kb"
}

About

Calculate how much space the given BigBlueButton record use

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages