lighttpd forum lighty > mod_h264_streaming.c

Posted by Bb Tommy
on 29.04.2008 08:18
I finally set up my lighttpd server(1.5.0) with mod_h264_streaming - and 
all I can say is, it's working well!

i have two questions,

1. i known mod_h264_streaming.c can be use like url = 
"http://h264.code-shop.com:8080/trailer2.mp4?start=45.5&end=60" , and 
start&end are time seek,, but if we can use start&end for file seek
just like mod_flv_streaming.c,

2. would somebody support me, how can i get the mp4 file's total time in 
mod_h264_streaming.c


So thanks a lot guys for your great work!!

Email:bychyahoo@gmail.com
Posted by Bb Tommy
on 30.04.2008 05:46
Bb Tommy wrote:
> I finally set up my lighttpd server(1.5.0) with mod_h264_streaming - and 
> all I can say is, it's working well!
> 
> i have two questions,
> 
> 1. i known mod_h264_streaming.c can be use like url = 
> "http://h264.code-shop.com:8080/trailer2.mp4?start=45.5&end=60" , and 
> start&end are time seek,, but if we can use start&end for file seek
> just like mod_flv_streaming.c,
> 
> 2. would somebody support me, how can i get the mp4 file's total time in 
> mod_h264_streaming.c
> 
> 
> So thanks a lot guys for your great work!!
> 
> Email:bychyahoo@gmail.com


anybody can tell me,,