|
|
Rank: Newbie Groups: Member
Joined: 3/29/2008 Posts: 1 Points: 3 Location: pune
|
Hi,
On localhost video is working properly, but when on host machine upload the module not work even including the aspnet.dll file in bin folder.
please help.
thanks & regards Ratnesh jain
|
|
Rank: Administration Groups: Administration
Joined: 7/20/2007 Posts: 305 Points: -2,485 Location: Primarily in New York, USA
|
Hello,
You need to set the FLV mime type on your server. There is another thread in this forum folder that explains in more detail.
Thanks!
-Dave
|
|
Rank: Administration Groups: Administration
Joined: 7/26/2007 Posts: 676 Points: 1,728 Location: USA
|
Quote:I reviewed these steps taken from KB article referenced earlier, but found one glitch. The original steps are as follows:
1. On the Windows 2003 server, open the Internet Information Services Manager. 2. Expand the Local Computer Server. 3. Right-click the local computer server and select Properties. 4. Select the MIME Types tab. 5. Click New and enter the following information: 6. Associated Extension box: .FLV 7. MIME Type box:flv-application/octet-stream 8. Click OK. 9. Restart the World Wide Web Publishing service.
The only change here is instead of typing 'flv-application/octet-stream' in the MIME box for step #7 I typed, 'video/x-flv'. I followed the rest of the steps and it all worked. BTW, I m running Windows Server 2003 64-bit Enterprise from my C# .net 2.0 application. http://www.aspnetmedia.com
|
|
|
Guest |