Skip to content

This program uses ffmpeg to ingest an RTSP feed and turn it into uniform mp4 videos.

Notifications You must be signed in to change notification settings

ZTJones/RTSP-Ripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTSP-Ripper

This program uses ffmpeg to ingest an RTSP feed and turn it into uniform mp4 videos.

Current function

Takes a camera address, checks for then creates an empty folder, then records 30 second chunks of video to mp4s. You can interrupt the process by typing 'y,' which will signal to the thread running ffmpeg that this is its last loop.

How to use:

1: Compile for intended system. 2: Place .exe file where you want the output folder to go. 3: Run the program from command line with the address of your rtmp stream as an additional parameter.

Example: ConsoleApplication.exe rtsp://127.0.0.1:8554/stream

TO DO

  • integrate Azure Blob Storage
  • upload blobs to storage
  • delete local mp4 chunks

About

This program uses ffmpeg to ingest an RTSP feed and turn it into uniform mp4 videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages