Here we not Use any RTMP protocol in Server side. This video Is simply present in serverSide.And Browser is download file as stream and feed to Our video element.
<video src="http://youlearners.com/streaming/Avengers2.mp4"
controls preload="auto" width="640" height="264"
data-setup='{"controls":true}'>
<source type='video/mp4' />
</video>
<!---here i Use
data-setup='{"controls":true}' and preload="auto" for load and play simultaneously---->
No comments:
Post a Comment