mod_cache + mod_h264_streaming v1
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
test <int... @gmail.com>
Date: Tue, 18 Aug 2009 07:45:29 -0700 (PDT)
Local: Tues, Aug 18 2009 10:45 am
Subject: mod_cache + mod_h264_streaming v1
Hi,
are there any one tested mod_cache + mod_h264_streaming with lighttpd
1.5
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
shellcode <shellc... @gmail.com>
Date: Wed, 19 Aug 2009 10:33:26 +0800
Local: Tues, Aug 18 2009 10:33 pm
Subject: Re: mod_cache + mod_h264_streaming v1
I have test mod_cache + mod_h264_streaming on both lighttpd 1.4 and lighttpd 1.5. it works
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
test <int... @gmail.com>
Date: Wed, 19 Aug 2009 12:43:18 -0700 (PDT)
Local: Wed, Aug 19 2009 3:43 pm
Subject: Re: mod_cache + mod_h264_streaming v1
thank you very much
do you have recommended settings for mod_cache when using
mod_h264_streaming
On Aug 19, 5:33 am, shellcode <shellc... @gmail.com> wrote:
> I have test mod_cache + mod_h264_streaming on both lighttpd 1.4 and lighttpd
> 1.5.
> it works
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
shellcode <shellc... @gmail.com>
Date: Thu, 20 Aug 2009 08:14:26 +0800
Local: Wed, Aug 19 2009 8:14 pm
Subject: Re: mod_cache + mod_h264_streaming v1
server.modules = ( "mod_flv_streaming", "mod_h264_streaming", "mod_cache", "mod_proxy" )
flv-streaming.extensions = (".flv") h264-streaming.extensions = (".mp4")
cache.bases = ("/data/cache1", "/data/cache2", "/data/cache3“) cache.support-queries = "enable" cache.refresh-pattern = ( "\.(?i)(flv|mp4)$" => "0 flv-streaming", # flv_streaming for flv files, h264_streaming for mp4 files "." => "120" )
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Alex Gao <dsk... @gmail.com>
Date: Fri, 21 Aug 2009 19:05:48 -0700 (PDT)
Local: Fri, Aug 21 2009 10:05 pm
Subject: Re: mod_cache + mod_h264_streaming v1
hi, shellcode:
Can you tell me which version of mod_h264_streaming you used
with lighhttpd 5.0?
Thanks
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
shellcode <shellc... @gmail.com>
Date: Sat, 22 Aug 2009 10:57:12 +0800
Local: Fri, Aug 21 2009 10:57 pm
Subject: Re: mod_cache + mod_h264_streaming v1
We use old mod_h264_streaming released at last year
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Ned Wolpert <ned.wolp... @gmail.com>
Date: Tue, 6 Oct 2009 14:05:36 -0700 (PDT)
Local: Tues, Oct 6 2009 5:05 pm
Subject: Re: mod_cache + mod_h264_streaming v1
Shellcode-
Does your configuration work correctly when files are proxied and if
you call for a file_fragment before the whole file is cached?
(Example, if you hit /file.mp4?start=10&end=20 and the cache is empty)
Also, I noticed in my case, HEAD requests are set to the origin
server, not using the cache file. (Regardless of the file being in
cache or not)
In my case, I'm using 1.4.23 with modcache v1.8.0...
On Aug 21, 7:57 pm, shellcode <shellc... @gmail.com> wrote:
> We use old mod_h264_streaming released at last year
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
shellcode <shellc... @gmail.com>
Date: Wed, 7 Oct 2009 09:00:36 +0800
Local: Tues, Oct 6 2009 9:00 pm
Subject: Re: mod_cache + mod_h264_streaming v1
I think the 'HEAD' request is sent by the client such flash player. it's purpose is to determine the content length of '/file.mp4?start=xx&end=yy'
On Wed, Oct 7, 2009 at 5:05 AM, Ned Wolpert <ned.wolp
... @gmail.com> wrote:
> Shellcode-
> Does your configuration work correctly when files are proxied and if > you call for a file_fragment before the whole file is cached? > (Example, if you hit /file.mp4?start=10&end=20 and the cache is empty)
> Also, I noticed in my case, HEAD requests are set to the origin > server, not using the cache file. (Regardless of the file being in > cache or not)
> In my case, I'm using 1.4.23 with modcache v1.8.0...
You must
Sign in before you can post messages.
You do not have the permission required to post.