Breaking

Monday, February 8, 2021

How To Add LIVE Streaming Video to Blogger


How To Add Streaming Video to Blogger. in this contain you will learn how to add live streaming video in blogger, if you have live streaming link then how we can add it to blogger. you need a flowplayer script:


<video width="100%" poster="yourimagelink.jpg" controls autoplay>
  <source src="Yourvideolink.mp4" type="video/mp4">
  <source src="Yourvideolink.mp4" type="video/ogg">
  Your browser does not support HTML5 video.
</video>


..............................................................................






<video controls width=”320px” height=”250px” poster=”image-link”><source src=”your-video-link”></source></video>

..................................................................................................................................................................

No comments:

Post a Comment