Skip to content

Test project for Java Based video streaming - low latency

Notifications You must be signed in to change notification settings

lucaalex87/mjpeg-video-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test project to stream a video in the browser from a webcam or a local video file. OpenCV processing on each frame to add timestamp. Emphasis on low latency.

To run:

mvn spring-boot:run

Observation: Webcam VideoCapture is done on server-side - webcam from the server (which works if the app is running on a laptop). The video option was added for when there is no webcam.

OpenCV must be correctly installed. OpenCV 3.2.0 used here

About

Test project for Java Based video streaming - low latency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published