mod_cache + mod_h264_streaming v1

59 views
Skip to first unread message

test

unread,
Aug 18, 2009, 10:45:29 AM8/18/09
to mod_cache
Hi,
are there any one tested mod_cache + mod_h264_streaming with lighttpd
1.5

shellcode

unread,
Aug 18, 2009, 10:33:26 PM8/18/09
to mod_...@googlegroups.com
I have test mod_cache + mod_h264_streaming on both lighttpd 1.4 and lighttpd 1.5.
it works

test

unread,
Aug 19, 2009, 3:43:18 PM8/19/09
to mod_cache
thank you very much
do you have recommended settings for mod_cache when using
mod_h264_streaming

shellcode

unread,
Aug 19, 2009, 8:14:26 PM8/19/09
to mod_...@googlegroups.com
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"
)

Alex Gao

unread,
Aug 21, 2009, 10:05:48 PM8/21/09
to mod_cache
hi, shellcode:

Can you tell me which version of mod_h264_streaming you used
with lighhttpd 5.0?

Thanks

shellcode

unread,
Aug 21, 2009, 10:57:12 PM8/21/09
to mod_...@googlegroups.com
We use old mod_h264_streaming released at last year

Ned Wolpert

unread,
Oct 6, 2009, 5:05:36 PM10/6/09
to mod_cache
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...

shellcode

unread,
Oct 6, 2009, 9:00:36 PM10/6/09
to mod_...@googlegroups.com
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'
Reply all
Reply to author
Forward
0 new messages