Python script that records the live video stream from a website in highest quality.
Copy the URL of the webpage or provide it as parameter which has live stream, then execute as follows
python ffmpeg_stream_mp4.py [stream url]
NOTE: Stream url needs to be provided as parameter or copied to clipboard.
Default download directory is current users desktop.
Ffmpeg has to be installed on the system.
-
Fork, clone or download this repository
git clone https://github.com/SirDavalos/FFMPEG-Stream-Recorder.git
-
Navigate to the directory
cd FFMPEG-Stream-Recorder
-
Install the dependencies
pip install -r requirements.txt
-
Run the script with the URL copied to clipboard or provide as parameter
python ffmpeg_stream_mp4.py https://chaturbate.com/naughtykathie/
-
Chatturbate.com (WORKS)
-
Xhamster.com (WORK IN PROGRESS)
-
Myfreecams.com (WORK IN PROGRESS)
MIT License