Webcam streamen

02-08-2024
Zonder allerlei moeilijke servers.

Ik wil deze HTML kunnen gebruiken om mijn webcambeeld in de browser te kunnen zien:
<!DOCTYPE html>
<html>
 <body>
  <video id="video" width="640" height="480" controls autoplay>
   <source src="http://IPADRES:8080" type="video/ogg">
  </video>
 </body>
</html>


De oplossing is simpel. Ik gebruik deze command-line op de PC war de webcam op aangesloten is:
gst-launch-1.0 -v v4l2src device=/dev/video0 ! videoconvert ! theoraenc ! oggmux ! tcpserversink host=0.0.0.0 port=8066



>
TᎥƤ乙 voor ★ㄥinuメ★

Bekijk alle 48 tips
of volg de
RSS-feed.
 
×
×