Hello guys (and girls:)).
I want to stream video from my home webcam to the web-page located on the same pc.
I have tried to use ffmpeg with cmd line like this:
Terminal saying me that streaming in progress, and all fine.
But can you tell me please how to capture and play that stream on page? I don't need any super-players or buffering, just a realtime picture.
My pc runs on windows.
Thanks for help.
Regards, Rechmp.
I want to stream video from my home webcam to the web-page located on the same pc.
I have tried to use ffmpeg with cmd line like this:
Code:
ffmpeg -f dshow -i video=«Logitech HD Webcam C270» -r 20 -s 640x360 -vcodec libx264 -b 900k -f mpegts udp://127.0.0.1:7777
But can you tell me please how to capture and play that stream on page? I don't need any super-players or buffering, just a realtime picture.
My pc runs on windows.
Thanks for help.
Regards, Rechmp.