Skip to content

Python script that grabs the playlist.m3u8 file from a website then records the live stream with ffmpeg.

License

Notifications You must be signed in to change notification settings

buraktokman/FFMPEG-Stream-Recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FFMPEG Stream Recorder GitHub stars

Travis Repo Requires.io Scrutinizer DUB Donate with Bitcoin Donate with Ethereum

Python script that records the live video stream from a website in highest quality.

USAGE:


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.

Instructions


  1. Fork, clone or download this repository

    git clone https://github.com/SirDavalos/FFMPEG-Stream-Recorder.git

  2. Navigate to the directory

    cd FFMPEG-Stream-Recorder

  3. Install the dependencies

    pip install -r requirements.txt

  4. Run the script with the URL copied to clipboard or provide as parameter

    python ffmpeg_stream_mp4.py https://chaturbate.com/naughtykathie/

Supported Websites


  • Chatturbate.com (WORKS)

  • Xhamster.com (WORK IN PROGRESS)

  • Myfreecams.com (WORK IN PROGRESS)

LICENSE


MIT License

About

Python script that grabs the playlist.m3u8 file from a website then records the live stream with ffmpeg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages