Pedro Beschorner Marin

Results 45 comments of Pedro Beschorner Marin

I'm afraid this is not possible at the playback because it's a static page that only syncs data up. The module that is responsible for processing and offering data for...

Did you try using [nodemon](https://nodemon.io/)? The problem with `npm start` is that the entire playback feature was designed to keep the same full-static strategy the previous playback had. So there's...

Looks like WebKit's media handling does not trigger the `loadedmetadata` event used to set the initial media time.

Not sure if this works exactly the way you want but you can give it a try https://github.com/bigbluebutton/bbb-playback#standalone-recordings

I wonder how easy would be to wrap this in an electron app. @frankemax have you ever built one of those using create-react-app?

Hi @waesien , thanks for reporting. This is not the first time I get this report. On the previous ones I could not reproduce it... Would you mind sharing your...

I'll take a look, thanks @waesien

Hmmm, that's a really particular use case, not sure if I can reproduce it. We had a similar problem with Chrome a couple of months ago, tho. But regarding the...

Hi @DaniilVdovinov , thanks for your contribution. Have you ever signed BigBlueButton's CLA?

I'm not sure why we don't set the screenshare video muted. Maybe this could work as a solution as well. I still don't understand why we'd need to pause this...