Created
May 15, 2018 11:17
-
-
Save bright23/5fd67a969d12f334a6b97df35d9d9a3e to your computer and use it in GitHub Desktop.
rtmp_player
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en" class=""> | |
<head> | |
<link href="http://vjs.zencdn.net/4.2.0/video-js.css" rel="stylesheet"> | |
<script src="http://vjs.zencdn.net/4.2.0/video.js"></script> | |
</head> | |
<body> | |
<video id="rtmp live test" class="video-js vjs-default-skin" controls | |
preload="auto" width="640" height="264" data-setup='{}'> | |
<source src="rtmp://192.168.33.10/live/test" type='rtmp/mp4'> | |
<p class="vjs-no-js"> | |
To view this video please enable JavaScript, and consider upgrading to a web browser | |
that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a> | |
</p> | |
</video> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment