Static Video

by: jplay, 9 years ago


Hi All,

I would like to play pre-recorded video on demand. I want to do this using flask. What are the modules to be used. Please help me know if i am not able to see any bottlenecks.Thanks in advance.




You must be logged in to post. Please login or register an account.



HTML5 comes with video tags, where the source is the video. You really don't need Flask at all for this. See here: http://www.w3schools.com/html/html5_video.asp

-Harrison 9 years ago

You must be logged in to post. Please login or register an account.