Skip to content

Instantly share code, notes, and snippets.

@ganbaaelmer
Created August 3, 2022 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ganbaaelmer/a45dc42117a0f3d18f336690416fac34 to your computer and use it in GitHub Desktop.
Save ganbaaelmer/a45dc42117a0f3d18f336690416fac34 to your computer and use it in GitHub Desktop.
index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Document</title>
</head>
<body>
<h1>Live streaming with flask</h1>
<div>
<img src="{{ url_for('video') }}" width="55%"/>
</div>
<img src="">
<div>
<audio controls autoplay>
<source src="{{ url_for('audio') }}" type="audio/x-wav;codec=pcm">
Your browser does not support the audio element.
</audio>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment