On any resource:
Ensure that selenium is installed.
Find the location of your virtual environment using $ echo $VIRTUAL_ENV. This should look something like /home/lanforge/scripts/venv-3.x/.
Install selenium using the virtual environment found in the previous step:
/home/lanforge/scripts/venv-3.11/bin/python3 -m pip install selenium.
Ensure that the python script is in the correct place.
C:\Program Files (x86)\LANforge-Server. Script is called yt_l4_video_stream.py.~/home/lanforge/.Real Browser and Video Stream.Troubleshooting selenium install: If you encounter errors such as cannot find webdriver, locate the .cache directory and rm -rf selenium. Running the endpoint again should redownload and fix any driver problems.
Real Browser and Video Stream.