Video Streaming to browser

February 18, 2026 ยท View on GitHub

Direct Access to the stream http://0.0.0.0:8090

Using the Sample React Client

  • Top Left: MJpeg encoded Video Stream sent by the server
  • Top Right: List of Filters read from a file on the server
  • Bottom Left: FPS Filter requested from the client
  • Bottom Right: Yolo detection requested from the client

Starts the streaming server

 mvn compile exec:java

Starts the react client

cd sample-react-client
npm i 
npm run start