Page 1 of 1

apache mod_flvx

PostPosted: 28. June 2008 09:05
by siljo
How to install mod_flvx in apache using windows 2003?

PostPosted: 08. July 2008 11:02
by siljo
please help

PostPosted: 20. July 2008 16:46
by siljo
well i`m using this mod_flvx on my apache (
http://www.mosalov.com/wiki/Flash_strea ... h_mod_flvx) i did copy
mod_flvx.so to my apache/modules folder.I put this in my httpd.conf:

LoadModule flvx_module modules/mod_flvx.so

AddType video/x-flv .flv
AddType application/octet-stream .flv
AddType flv-stream .flv

AddHandler flv-stream .flv
AddHandler video/x-flv .flv
AddHandler application/octet-stream .flv

Did i miss something,because stream still doesent want to work?
If i put .flv on my server,and if i try to use my flash player it
doesent work,but if i use player on some other website
(http://www.bitclix.de/portablecode/) the strem works,and the .flv is
still on my server.What I`m doing worng?