Skip to content

RTSP over HTTP player example #785

Closed Answered by vivekatoffice
AlessandroMartinelli asked this question in VAPIX
Discussion options

You must be logged in to vote

Hi @AlessandroMartinelli ,
If the partner is OK with allowing anonymous viewing the following example will work without login Pop up: example-streams-web/test/mp4.html or you may need to enter the credentials every time you open the page.

<!DOCTYPE html>
<html>
  <head>
    <title>Example MP4 video streaming via HTML5 src attribute</title>
  </head>

  <body>
    <div style="position: fixed; width: 960px; height: 540px">
      <video
        src="http://10.176.12.130/axis-cgi/media.cgi?resolution=1920x1080&fps=30&videocodec=h264&container=mp4 "
        style="position: absolute; width: 100%; height: 100%"
        autoplay
        controls
      ></video>
    </div>
  </body>
</html>

This …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@AlessandroMartinelli
Comment options

@vivekatoffice
Comment options

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