Already the videos stay in static/videos folder .. try make this in your 
html template file:

<video width="350" height="350">
    <source src="{{=URL('static','videos/video.mp4'}}" type="video/mp4">
</video>

this it html syntax .. in web2py you just handle views and controller to 
redirect template right.

Em quinta-feira, 8 de dezembro de 2016 12:11:28 UTC-3, J Boggy escreveu:
>
> i use opencv in web2py to process video frame. And then write video into 
> static/videos folder . It creates successfully .but i don't have any idea 
> to read video fom static/videos folder from html video src.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to