On Friday, March 2, 2012 12:43:03 PM UTC-5, Rajesh Subramanian wrote: > > Hello, > First of all, what a beautiful framework web2py is! Thank you! > > I am having issues streaming a video file to ios devices. > The file is not the problem because the same file plays properly on > those devices when it is served by Amazon CloudFront (here is the URL >
What do you mean by problems? If the playback stops after a few seconds, although the progress bar keeps advancing, and seeking around the stream seems to work only until that point where it breaks (the point may be different for different refreshes), then this is almost surely the rocket.py problem I documented here: https://github.com/explorigin/Rocket/issues/1#issuecomment-3734231 ; there is no simple fix, and the rocket.py guy has not been responsive. I'm not familiar enough with rocket to offer a good solution. On my server I added a patch that violently closes the connection in the place I note in that patch - but that's not a good solution because the whole idea of streaming is that some clients consume slowly.

