Re: MP4 module with pseudo streaming + proxy_cache

2017-09-12 Thread Roman Arutyunyan
On Tue, Sep 12, 2017 at 05:21:59PM +0200, Lucas Rolff wrote: > > is it too much to ask for nginx to implement this > > It depends on what you want to get implemented. > > You can just have a location block in nginx handing mp4 and then using the > slice module as Roman already mentioned, this wil

Re: MP4 module with pseudo streaming + proxy_cache

2017-09-12 Thread Lucas Rolff
> is it too much to ask for nginx to implement this It depends on what you want to get implemented. You can just have a location block in nginx handing mp4 and then using the slice module as Roman already mentioned, this will cause the initial chunk (which contains the MOOV atom) to be loaded

Re: MP4 module with pseudo streaming + proxy_cache

2017-09-12 Thread tbs
is it too much to ask for nginx to implement this feature if others can do it via their own developers? i couldn't find developer that are familiar with this, i looked already. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,276322,276334#msg-276334 ___

Re: MP4 module with pseudo streaming + proxy_cache

2017-09-12 Thread Roman Arutyunyan
Hi, On Tue, Sep 12, 2017 at 08:56:43AM -0400, tbs wrote: > thanks for your comment Roman, do you know how these guys did it? > > https://www.maxcdn.com/one/tutorial/pseudo-streaming-maxcdn/ Based on what is written on this page, they have their own module which behaves similarly to nginx standar

Re: MP4 module with pseudo streaming + proxy_cache

2017-09-12 Thread tbs
thanks for your comment Roman, do you know how these guys did it? https://www.maxcdn.com/one/tutorial/pseudo-streaming-maxcdn/ Posted at Nginx Forum: https://forum.nginx.org/read.php?2,276322,276332#msg-276332 ___ nginx mailing list nginx@nginx.org ht

Re: MP4 module with pseudo streaming + proxy_cache

2017-09-11 Thread Roman Arutyunyan
Hi, On Mon, Sep 11, 2017 at 09:21:49AM -0400, tbs wrote: > Hello, > > I am trying to setup proxy cache with proxy pass and serving mp4 files for > my flash player. i am having hard time getting the mp4 module to work with > this combination, it works fine for local files but proxy pass/cache it