You are not logged in.
hey guys, is there anything special i need to do with apache for it to stream vidoes? i am able to stream audio. but when i stream video it doesn't seem to work. video clip is encoded in wmv 18megs . my log files are fine.
this is the code i used to have it streamed from a webpage.
<embed src="kiss.wmv" autostart="true" loop="true" controls="smallconsole" width="350" height="300">
thanks for any help i can get
Offline
Sounds like mime types to me.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
thanks for the reply but i already have
video/x-msvideo avi
video/x-ms-asf asf asx
video/x-ms-wm wm
video/x-ms-wmv wmv
video/x-ms-wmx wmx
video/x-ms-wvx wvx
in my mime.types
Offline