<html> <head> <title>Video Streaming Test</title> </head> <body> <h1>Video Streaming Test</h1> <img src="{{ url_for('video') }}"> </body> </html>