Page 1 of 1

2 webcams in same webpage

Posted: Mon May 28, 2012 5:16 pm
by andrebarradas
Hi,

Is it possible to see 2 remote webcams in same webpage?
If yes,how can i do that?


Best regars,
André Barradas

Posted: Thu Jun 07, 2012 12:49 pm
by memoric
You can add something like this in your webpage:

Code: Select all

<iframe src="http://stream1ip:8081" width="99%" height="49%"></iframe>
<iframe src="http://stream2ip:8082" width="99%" height="49%"></iframe>