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

@ -22,8 +22,8 @@ opencv-python # Computer vision processing
pytesseract # OCR engine
easyocr # Deep-learning-based OCR
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