2 webcams in same webpage

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
andrebarradas
Posts: 1
Joined: Mon May 28, 2012 5:14 pm

2 webcams in same webpage

Post 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
memoric
Posts: 184
Joined: Wed Feb 23, 2011 1:37 pm

Post 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>
Post Reply