hello everybody, all is in the title ... I'am looking for a solution to make real streaming with wmv3 files throw lighttpd =) To make simple i wanna know if it exist or is possible to rewrite mod_flv_streaming for wmv streaming The difficulty is also to find a software like flvtool2 to get meta-data on the file Thank you in advance Sébastien
on 05.05.2008 13:46
on 05.05.2008 15:34
Sebastien wrote: > The difficulty is also to find a software like flvtool2 to get meta-data > on the file can you give us the name of that software :)
on 05.05.2008 18:55
Sebastien wrote: > all is in the title ... I'am looking for a solution to make real > streaming with wmv3 files throw lighttpd =) What client-side software are you using and what requirements does this software have on the server-side?
on 05.05.2008 19:48
tx wrote: > Sebastien wrote: > >> The difficulty is also to find a software like flvtool2 to get meta-data >> on the file > > can you give us the name of that software :) I found the microsoft expression encoder that uses markers but I only read it I'm not sure it works and i prefer using a linux software ( with command lines to make a script)
on 05.05.2008 19:50
Olaf van der Spek wrote: > Sebastien wrote: >> all is in the title ... I'am looking for a solution to make real >> streaming with wmv3 files throw lighttpd =) > > What client-side software are you using and what requirements does this > software have on the server-side? The client-side will be silverlight ( or moonlight on linux ) It still works with lighttpd but not as a real streaming but more as a progressive streaming ( You can not go to the middle of the movie without downloading the beginning )
on 06.05.2008 07:03
sebastien wrote: > Olaf van der Spek wrote: >> Sebastien wrote: >>> all is in the title ... I'am looking for a solution to make real >>> streaming with wmv3 files throw lighttpd =) >> >> What client-side software are you using and what requirements does this >> software have on the server-side? > > The client-side will be silverlight ( or moonlight on linux ) > > It still works with lighttpd but not as a real streaming but more as a > progressive streaming ( You can not go to the middle of the movie > without downloading the beginning ) So what server-side support is required to get 'real' streaming?
on 06.05.2008 12:05
Olaf van der Spek wrote: > sebastien wrote: >> Olaf van der Spek wrote: >>> Sebastien wrote: >>>> all is in the title ... I'am looking for a solution to make real >>>> streaming with wmv3 files throw lighttpd =) >>> >>> What client-side software are you using and what requirements does this >>> software have on the server-side? >> >> The client-side will be silverlight ( or moonlight on linux ) >> >> It still works with lighttpd but not as a real streaming but more as a >> progressive streaming ( You can not go to the middle of the movie >> without downloading the beginning ) > > So what server-side support is required to get 'real' streaming? That is the question i'm asking ... I hop it is possible to change a part of the code of mod_flv_streaming and find a free software to apply meta tags on my wmv movie !!! but i found nothing more I hope someone could help me
on 06.05.2008 12:56
Sebastien wrote: > Olaf van der Spek wrote: >> sebastien wrote: >>> Olaf van der Spek wrote: >>>> Sebastien wrote: >>>>> all is in the title ... I'am looking for a solution to make real >>>>> streaming with wmv3 files throw lighttpd =) >>>> >>>> What client-side software are you using and what requirements does this >>>> software have on the server-side? >>> >>> The client-side will be silverlight ( or moonlight on linux ) >>> >>> It still works with lighttpd but not as a real streaming but more as a >>> progressive streaming ( You can not go to the middle of the movie >>> without downloading the beginning ) >> >> So what server-side support is required to get 'real' streaming? > That is the question i'm asking ... Then you're in the wrong forum. I don't know what kind of server-side support your video player depends on, so you should ask the vendor of your video player.
on 06.05.2008 13:37
Thank you for all your answers Olaf van der Spek, The fact is that i want to use a server side lighttpd and modify the mod_flv_streaming module that is given with lighttpd and adapt it to get real streaming with wmv files I'am a developper so it's not a problem to work on it but i was looking for some help or tools that i haven't found yet to begin. I am discovering the world of streaming and the meta-tags so if you knew a helpfull link ...
on 06.05.2008 13:50
Sebastien wrote: > The fact is that i want to use a server side lighttpd and modify the > mod_flv_streaming module that is given with lighttpd and adapt it to get > real streaming with wmv files How can you modify that module if you don't know what your video player depends on for 'real' streaming?
on 06.05.2008 13:54
Olaf van der Spek wrote: > Sebastien wrote: >> The fact is that i want to use a server side lighttpd and modify the >> mod_flv_streaming module that is given with lighttpd and adapt it to get >> real streaming with wmv files > > How can you modify that module if you don't know what your video player > depends on for 'real' streaming? i think he is needing something like this http://www.freelancerchina.com/project/project_view_2145.html
on 06.05.2008 13:56
tx wrote: > Olaf van der Spek wrote: >> Sebastien wrote: >>> The fact is that i want to use a server side lighttpd and modify the >>> mod_flv_streaming module that is given with lighttpd and adapt it to get >>> real streaming with wmv files >> >> How can you modify that module if you don't know what your video player >> depends on for 'real' streaming? > > i think he is needing something like this > http://www.freelancerchina.com/project/project_view_2145.html Maybe, but it seems like guess-work. Does WMP really use the start= query parameter?
on 06.05.2008 14:06
tx wrote: > Olaf van der Spek wrote: >> Sebastien wrote: >>> The fact is that i want to use a server side lighttpd and modify the >>> mod_flv_streaming module that is given with lighttpd and adapt it to get >>> real streaming with wmv files >> >> How can you modify that module if you don't know what your video player >> depends on for 'real' streaming? > > i think he is needing something like this > http://www.freelancerchina.com/project/project_view_2145.html exactly what i'm looking for glad to see that i'm not the only one !!

