Closed jackvimal closed 11 years ago
Hi,
Thank you for the report. This is existing MJPEG streaming over HTTP example:
Webcam w = Webcam.getDefault(); // take default webcam
new WebcamStreamer(8080, w, 0.5, true); // and make image available on port 8080, FPS rate 0.5
// locally: http://127.0.0.1:8080/
// remotely: http://your.ip:8080/
Please note that MJPEG streamer is an experimental feature which constantly evolves.
Please let me know if you need anything else.
Hi sarxos , currently webcam-capture project is the best solution for capture webcam, Thanks for good work . Could you please elaborate the above example I want to Stream cam on particular ip . Also Could you please add an example showing how to receive this stream.
@tejasgarde
Please take a look at this example - both sides are coded - sender and receiver:
I have an example for viewing http video. But i need to stream my camera over http protocol. Kindly add http streaming Examples. This will be very usefull for me.