Skip to content

C++, javascript servers for cam streaming using RTSP protocol and Opencv for frame reading

Notifications You must be signed in to change notification settings

k1ltr0h/MJPEG-Server_RTSP-Cam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The files and modules that do nothing but still in the proyect are there because this born from experiment and days of search and work, please take the time to remove this things or wait to eventually commit(new version)

Thanks to MJPEGWriter

OpenCV Video HTTP Streaming via MJPEG. Based on the code found in StackExchange - CodeReview and Answers - OpenCV

Compile server_mjpeg with and run

  • g++ MJPEGWriter.cpp main.cpp -o MJPEG -lpthread -lopencv_highgui -lopencv_core -std=c++11

  • ./server (Port 8080)

Run server_js with

  • sudo node app.js (To use port 80 :D)

About

C++, javascript servers for cam streaming using RTSP protocol and Opencv for frame reading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published