webrtc / samples

WebRTC Web demos and samples
https://webrtc.github.io/samples
BSD 3-Clause "New" or "Revised" License
13.94k stars 5.71k forks source link

Add new sample: Mirroring and recording video from camera stream #1626

Open stepancar opened 1 year ago

stepancar commented 1 year ago

Note: If the checkboxes above are not checked (which you do after the issue is posted), the issue will be closed.

Description

Hello! I want to add new sample which demonstrates mirroring video stream from camera and recording with media encoder. In that sample I want to highlight difference between processing video in main thread and in web worker.

This is a prototype https://stepancar.github.io/webrtc-samples/src/content/insertable-streams/video-recording/

Any concerns?

crizmo commented 11 months ago

Thanks !!

stepancar commented 2 months ago

Hello @fippo!

I noticed you are reviewing, merging PRs in this repo, I tried to follow contribution guide to contribute to samples, but didn't get any feedback. Created this thread https://groups.google.com/g/discuss-webrtc/c/Z-_Pwbm9xP0/m/BwA0d-1sBgAJ but didn't get any feedback there too This issue has an attached PR. Could you please validate the idea, and implementation if the idea makes sense?

Thank you!