How to load html

Your Code Is Not Correct Something Is Wrong Becouse I Have Checked It On w3shcool It Showing Error But I Found Simple Solution To Use It

Try This Code

<!DOCTYPE html> 
<html> 
<body> 

<video width="400" controls>
  <source src="http://103.199.160.85/Content/24news/Live/Channel(24news)/index.m3u8" type="video/mp4">
  <source src="http://103.199.160.85/Content/24news/Live/Channel(24news)/index.m3u8" type="video/ogg">
  Your Error Message .
</video>


</body> 
</html>

You Can Decorate It Using CSS And Some JS And According User Device Width

If You Just Want To Change The Source Using Airtable Or Online Mothed So Keep You Code Using Join Block And Change Just Source As You Want

1 Like