Skip to content

jiaxin-du/RTSPMultiCam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTSPMultiCam

Introduction

running the program playing in VLC A RTSP server for streaming the combined picutre from mutiple webcams.

It reads pictures from mutiple webcams (dshow devices) using FFMPEG library, combined them into a mosaic picuture, and streaming them out through unicast RTSP server using live555 library.

The program reads a settings from config.txt.

For your convenience, copies of FFMPEG and live55 library and header files are also included.

Advantages:

  • Read camera configuration (device name, device number, framerate) from a text file (see an exmaple in config.txt);
  • Select encoder and set its parameters from the text file, no need to reprogram;
  • Separate threads for camera reading (one for each camera), video encoding and RTSP services, minimize the video delay.

Credits:

Author

Please address any correspondance to Jiaxin Du, jiaxin.du__at__hotmail.com

About

A RTSP server for streaming combined picture from multiple cameras based on FFMPEG and live555

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published