MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Flash Video Player : error 200: Stream not Found [clip]  (Mono Support )

Viewed 29059 time(s), 3 post(s) 3/24/2011 9:57:41 PMby forcevfx
forcevfx

forcevfx

3/24/2011 9:57:41 PM
Hi guy's, I am back....

here is where I am:

1) I can upload media files (.wmv/.avi) from silverlight upload module.
2). Files are converted w/ ffMpeg.exe on the server. I see the results.
3). ffMpeg changes my file name to a series of numbers and creates a copy of original w/ same number id.
4) I place a FlashVideoPlayer module on a page, set the movie url to that .flv filename..No Luck

I know the file is there...but still this error??

http://www.playmerc.com/myvideo.aspx

any ideas on what I could be doing wrong.??

server side mime type??

The version of flowplayer I have is 3.2.5, I also changed that in the player /module settings.
I open all file rights for all pieces involved...

stumped...
This content has not been rated yet. 
161 Reputation 20 Total posts
forcevfx

forcevfx

3/24/2011 10:16:38 PM
sorry..moment of clarity!!

With IIS 6.0 on Windows 2003, Microsoft doesn't include the proper MIME type for FLVs to play by default. Here's how to add it so that your videos will stream properly.
Click New and enter the following information:

Open the site to configure in IIS. Right click and select "Properties"
Click the HTTP Headers Tab, select "File Types" under the MIME Map section, and then click "New Type". Enter the following:

Associated Extension box: .flv
MIME Type box: flv-application/octet-stream
Click "OK" and close the IIS Properties box
You may need to restart the WWW Publishing Service
That's all there is to it!
This content has not been rated yet. 
161 Reputation 20 Total posts
khorvat

khorvat

3/25/2011 8:29:07 AM
Hi Patrick,

I'm glad that you are back, yes this is a well known issue on Windows 2003 and IIS 6 and I'm glad that you have found a solution. Here are some of the official solutions found on-line:

http://kb2.adobe.com/cps/194/tn_19439.html
http://forums.iis.net/t/1067929.aspx

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts