Re: [web2py] Minimalist Streaming Audio (html5) app

2013-11-22 Thread Massimo Di Pierro
Because your expand_all does not recognize the wmv extension. In gluon/contrib/autolinks.py there is a list of supported formats: 'mov': video, 'mpe': video, 'mp4': video, 'mpg': video, 'mpg2': video, 'mpeg': video, 'mpeg4': video, 'movie': video, try add 'wm

Re: [web2py] Minimalist Streaming Audio (html5) app

2013-11-22 Thread 黄祥
why it's not work when i upload a video? what can i do to run the video too on the application? this is the result when i upload video : /av/default/download/music.filename.b6ff5edef9483f04.4c696e6775696e68612e776d76.wmv

Re: [web2py] Minimalist Streaming Audio (html5) app

2013-11-22 Thread Vinicius Assef
Beautiful. :-) On Fri, Nov 22, 2013 at 12:33 PM, Massimo Di Pierro wrote: > http://www.reddit.com/r/Python/comments/1r7v23/audio_streaming_app_in_web2py_from_scratch/ > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source c

[web2py] Minimalist Streaming Audio (html5) app

2013-11-22 Thread Massimo Di Pierro
http://www.reddit.com/r/Python/comments/1r7v23/audio_streaming_app_in_web2py_from_scratch/ -- 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 th