updated with audio

This commit is contained in:
2025-05-10 23:09:35 +03:00
parent 1c746b0ff9
commit 9d2ba93306

View File

@@ -76,7 +76,8 @@ pip install -r requirements.txt
# Step 9: Install system dependencies for ffpyplayer
echo "Installing system dependencies for ffpyplayer..."
sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-mixer-dev \
libavcodec-dev libavformat-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libpostproc-dev
libavcodec-dev libavformat-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libpostproc-dev \
libavcodec-extra libavdevice-dev libavfilter-dev
# Step 10: Install ffpyplayer in the virtual environment
echo "Installing ffpyplayer in the virtual environment..."