Skip to content

Instantly share code, notes, and snippets.

@marcoah
Created October 20, 2019 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcoah/5a6364f91831a2a3d3635a4cabd65735 to your computer and use it in GitHub Desktop.
Save marcoah/5a6364f91831a2a3d3635a4cabd65735 to your computer and use it in GitHub Desktop.
Mostrar video HTML5
<video id="example_video_1" class="video-js vjs-default-skin"
controls preload="auto" width="640" height="480"
poster="http://video-js.zencoder.com/oceans-clip.png"
data-setup='{"example_option":true}'>
<source src="rtmp://localhost/live/test" type="rtmp/flv">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment