bigbluebutton / bbb-playback

GNU Lesser General Public License v3.0
29 stars 40 forks source link

Show speaker's names in the recordings #213

Open mokazemi opened 2 years ago

mokazemi commented 2 years ago

Is your feature request related to a problem? Please describe. One problem in BBB recordings is that it doesn't show the speaker name. So viewers of the playback don't know who's speaking.

Describe the solution you'd like There could be indicators like BBB sessions to show who are speaking at the time.

Describe alternatives you've considered There could also be a users list which shows all the users in the meeting, and highlight speaking person.

ffdixon commented 2 years ago

It's a good suggestion -- BigBlueButton already shows who is talking during the live session, and it could potentially do this during the playback.

hiroshisuga commented 2 years ago

This is an old PR but should still work https://github.com/bigbluebutton/bigbluebutton/pull/10277 The issue is here: https://github.com/bigbluebutton/bigbluebutton/issues/4025 The idea is to embed the names in the video at the level of ffmpeg. So you cannot hide the names at the playback. Ideally we should be able to switch showing the names.

mokazemi commented 2 years ago

This is an old PR but should still work bigbluebutton/bigbluebutton#10277 The issue is here: bigbluebutton/bigbluebutton#4025 The idea is to embed the names in the video at the level of ffmpeg. So you cannot hide the names at the playback. Ideally we should be able to switch showing the names.

Actually I was thinking about something else. An indicator just like what we see in a online session. Because there are a lot of cases which users don't turn on camera, but speak. (In classes and webinars, usually only the main presenter turns on the camera.) If the users don't send anything in the public chat, you wouldn't be able to even know who's in the meeting. It's alright. But it should be specified who's speaking when you hear a voice.

I'm not a developer but I've seen it's saved into events.xml. So it shouldn't be much hard to implement.