streamEye – A simple Linux MJPEG HTTP server streamer – 4 clients connecting to USB WEBCAM STREAM
https://github.com/ccrisan/streameye
streamEye SERVER SCRIPT:
ffmpeg -f video4linux2 -i /dev/video2 -r 25 -s 640×480 -f mjpeg -qscale 5 – 2(right angle bracket) /dev/null | streameye
GSTREAMER RECEIVER SCRIPT:
gst-launch-1.0 -v souphttpsrc location=http://192.168.1.101:8080/mjpeg do-timestamp=true ! decodebin ! videoconvert ! autovideosink
Music from ChaseMan Productions
https://sites.google.com/view/chasemanproductions/homehttps://sites.google.com/view/chasemanproductions/home
by QRQcw
linux http server