[web2py] Re: Need help streaming mp4 video

2010-01-20 Thread mdipierro
LOL. Thanks for letting us know. On Jan 20, 7:38 pm, jlegler wrote: > Argh!!!, Windows!!!  It works fine on Redhat.  There must be firewall > hijinks.  Thanks for all of your help Massimo.  Web2py is making > something that should have taken months seem frustrating because I > can't do it in a da

[web2py] Re: Need help streaming mp4 video

2010-01-20 Thread jlegler
Argh!!!, Windows!!! It works fine on Redhat. There must be firewall hijinks. Thanks for all of your help Massimo. Web2py is making something that should have taken months seem frustrating because I can't do it in a day. Fantastic code. -jason On Jan 20, 5:07 pm, jlegler wrote: > Here is a q

[web2py] Re: Need help streaming mp4 video

2010-01-20 Thread jlegler
Here is a question. When a file larger than 1MB is sent from the static directory, is is streamed? If so can I look at the headers and payload to determine what is different? On Jan 20, 3:50 pm, jlegler wrote: > I don't think it is a player issue.  If I point my browser to the > stream I should

[web2py] Re: Need help streaming mp4 video

2010-01-20 Thread jlegler
I don't think it is a player issue. If I point my browser to the stream I should get the stream. I am only getting that beginning piece I posted earlier. I added the Content-Disposition response header and now it associates the stream with an app. I can't get any application to stream it though

[web2py] Re: Need help streaming mp4 video

2010-01-20 Thread mdipierro
I do not know. It is a player issue. web2py seems to do the streaming fine. I would ask the player mailing list. On Jan 20, 4:59 pm, jlegler wrote: > Yea, that is exactly how I accessed it and I get a stream of binary > (which I expect) although it doesn't associate it with any application > and

[web2py] Re: Need help streaming mp4 video

2010-01-20 Thread jlegler
Yea, that is exactly how I accessed it and I get a stream of binary (which I expect) although it doesn't associate it with any application and it only sends a little bit of it (possibly the first 4096 chunk?). Any ideas? Below is the binary for what it is worth. ftypmp42mp42isomavc1free�

[web2py] Re: Need help streaming mp4 video

2010-01-20 Thread mdipierro
The code below looks right to me. What is the problem exactly? Did you try access http:///app/controller/stream/[id] On Jan 20, 7:05 am, jlegler wrote: > I am building an app for work to demo some streaming functionality. > I've built the entire client in web2py and need to stream some vide