Commented-Out WebRTC Implementation Code (For Now)

This commit is contained in:
2025-05-20 03:33:21 -06:00
parent 46974bc398
commit abe4e84f6c
3 changed files with 21 additions and 6 deletions

View File

@ -13,8 +13,8 @@ qasync
# Computer Vision & OCR Dependencies
opencv-python # Computer vision processing
Pillow # Image processing (Windows)
mss # Fast cross-platform screen capture
###mss # Fast cross-platform screen capture
# WebRTC Video Libraries
aiortc # Python library for WebRTC in async environments
av # Required by aiortc for video/audio codecs
###aiortc # Python library for WebRTC in async environments
###av # Required by aiortc for video/audio codecs