Hi Strong,
The command
bbb-record --list
actually shows a list of all meetings, recorded and unrecorded, that occur on the BigBlueButton server, starting from the most recent. Those meetings that are recorded have a 'X' in the 'R' column, see
The reason it shows everything is to enable you to watch the entire lifecycle of a meeting. Try running
bbb-record --watch
and, using the API demos (you need to manually install them if you haven't done so already) start a recorded meeting using demo10.jsp (Record). You'll see the meeting appear at the top, and as you exit, you'll see BigBlueButton go through the processing of the recording until it's ready for viewing (published).
Regards,... Fred