Skip to content

Public Facing Webcam #407

Closed Answered by vivekatoffice
swade61970 asked this question in General
Discussion options

You must be logged in to vote

Hi @swade61970 ,
You can use AXIS Virtual Loan Tool to loan a camera for 1 day.

Please use the following example to embed Axis camera live video:

Players

Other Alternatives:

Technology partner finder

Using AWS:

The AWS Kinesis Video Stream Application makes it possible to stream video from an Axis device

HTML5 samples using "Allow anonymous viewing" option

"Allow anonymous viewing" settings:

Sample code:

<!DOCTYPE html> 
<html> 
<body> 

<video controls autoplay muted>
  <source src="http://10.176.12.83/axis-cgi/media.cgi?camera=1&resolution=620x480&fps=30&videocodec=h264&container=mp4" type="video/mp4">
</video>

</body> 
</html>

Output snapshot:

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@swade61970
Comment options

Answer selected by vivekatoffice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants