Skip to content

jilianggqq/video_streaming_with_flask_example

 
 

Repository files navigation

Video Streaming with Flask Example

Install Flask and Check Flask Version

  1. check flask version
python -c "import flask; print flask.__version__"
  1. install flask
pip install Flask

Run this sample

  1. modify the last line of main.py and main2.py, update ip address in app.run(host='10.1.0.233', debug=True) to local machine ip address.
  2. run main.py. use python main.py.
  3. run main2.py. use python main2.py.
  4. visit the page http://your_ip_address:5000, run this demo.

About

Video Streaming with Flask example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.7%
  • Other 24.0%
  • HTML 12.4%
  • CSS 6.2%
  • C++ 1.5%
  • C 0.2%