This project is a demo for paper Enforcing End-to-end Security for Remote Conference Applications. Please refer to link for more information.
This project consists of 3 parts:
-
mTunnel Video Encoder: This project create a virtual camera on Windows. The virtual camera wraps a physical camera and modulate the incoming video streams into 2D bar codes.
-
mTunnel Video Decoder: This project captures the display buffer of a targeted window and decodes the 2D bar code(encoded by mTunnel Video Encoder) within it. It also recomposites and displays the decoded video streams over the targeted window.
-
Reed-Solomon: This part is forked from GitHub - mersinvald/Reed-Solomon: Reed Solomon BCH encoder and decoder. It is used for RS encoding and decoding in the above two projects.