1 2 3 4 5 6
<html> <body> <iframe src="http://user1:pass1@kameraname:80/videostream.cgi" width="49%" style="float:left"></iframe> <iframe src="http://user2:pass2@kameraname:80/videostream.cgi" width="49%" style="float:right"></iframe> </body> </html>
1
2
3
4
5
HTTP/1.1 200 OK
Cache-Control: no-cache
Content-Type: multipart/x-mixed-replace;boundary=ipcamera
Server: mcdhttpd/1.2
Connection: close
2016-07-12T17:40:52 biancaWas meinst du mit 3 Formate?(...)wenn das am Client im Browser mittels HTML5 <video> Tag in einem der 3 möglichen Formate laufen soll? Ich blicke da noch nicht ganz durch.
1 2 3 4 5 6
<video width="384" height="288" controls="controls" preload="none"> <!-- VLC1 --><source src="http://127.0.0.1:8080/camera.mp4" type="video/mp4"> <!-- VLC2 --><source src="http://127.0.0.1:8080/camera.webm" type="video/webm"> <!-- VLC3 --><source src="http://127.0.0.1:8080/camera.ogv" type="video/ogg"> Ihr Browser unterstützt das direkte Abspielen von HTML5-Video leider nicht. </video>
2016-07-13T07:32:59 GwenDragonWas meinst du mit 3 Formate?
1
2
ProxyPass "/cam/1" "http://user1:oleodc982k@example.com/webcam.cgi"
ProxyPass "/cam/2" "http://user21:slsi28726@example.com/cam.cgi"