Skip to content

A special solution where receiving a video stream from an IP camera is carried out using openRTSP and decoding the stream is performed by ffmpeg

Notifications You must be signed in to change notification settings

neirolis/openrtsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenRTSP with FFmpeg cameras module

A special solution where receiving a video stream from an IP camera is carried out using openRTSP and decoding the stream is performed by ffmpeg

Install

go build -o openrtsp_ffmpeg
mkdir -p $RTMIPDIR/cameras/openrtsp
mv openrtsp_ffmpeg $RTMIPDIR/cameras/openrtsp/
cp manifest.yaml $RTMIPDIR/cameras/openrtsp/

Where $RTMIPDIR usually is a /srv/rtmip.

Or from the package cameras-openrtsp.yaml.

Manual Usage

usage: openrtsp_ffmpeg <addr> [--framerate=<n>] [--quality=<n>] [--archive=<s>]

positional:
  addr                    rtsp stream address

options:
      --framerate=<n>     target fps [default: 5]
      --quality=<n>       frames quality 1-31 [default: 3]
      --archive=<s>       archive type: mp4 only supported now
  -h, --help              display this help and exit

About

A special solution where receiving a video stream from an IP camera is carried out using openRTSP and decoding the stream is performed by ffmpeg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages