Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local recording using getDisplayMedia and getUserMedia #164

Open
zerolabnet opened this issue Jul 19, 2023 · 4 comments
Open

Local recording using getDisplayMedia and getUserMedia #164

zerolabnet opened this issue Jul 19, 2023 · 4 comments

Comments

@zerolabnet
Copy link

Can you add the ability to record locally like has been done for Jisti?
https://github.com/webrtcHacks/jitsiLocalRecorder

Full details:
https://webrtchacks.com/jitsi-recording-getdisplaymedia-audio/

@zerolabnet zerolabnet changed the title Local recording using getDisplayMedia Local recording using getDisplayMedia and getUserMedia Jul 19, 2023
@jech
Copy link
Owner

jech commented Jul 20, 2023

I'm a little divided on that functionality. On the one hand, it is a useful feature, and not too difficult to implement. On the other hand, it makes it very easy to record without authorisation, and I'm not sure I want to enable that.

@dashohoxha
Copy link

I think that anyone can record locally, for example by recording his screen with Kazam.
So, this makes this feature unnecessary (in my opinion). On the other hand, it removes any moral dilemmas if you want to implement this feature.

@zerolabnet
Copy link
Author

I have added this functionality to my fork. But from the author the implementation would be better for sure. You can make this feature optional, let administrators decide whether they need to comply with GDPR or something similar or not. This functionality is definitely necessary, because in the current implementation on the server it is impossible to write a common stream, the streams of all speakers are written separately.

@jech jech reopened this Aug 29, 2023
@gedw99
Copy link

gedw99 commented Nov 9, 2023

If all parties know that the video is recored and can all vote then its fair.

just need flash message for similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants