I want to add a base64 encoded M3U8 in HTML5 Video tag how can I do
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<video width="100%" controls src="data:application/x-mpegURL;base64,..."></video>
</body>
</html>
I want to embed my M3U8 File in Video tag with base64
2
Answers
@django_newbie I'm sorry but it didn't work that way either.
Try this: