Search code examples
video-streamingflashflvflvplayer

200 stream not found netstream.play.streamnotfound clip


I got streaming error on this site http://68.233.16.160/news/7

says something like

200 stream not found netstream.play.streamnotfound clip

I've been looking for this error for a week allready, the most common thing for this error is the mime type enabled on the server, the client support of railsplayground host told me that they have flv mime type enabled on the server.

Here is the answer I got from the sysadmin on my ticket about this problem:

The flv mime type is enabled on the server and I've installed the flv module for apache and ffmpeg. However it still throwing the "200 stream not found netstream.play.streamnotfound" error. Is there any module/software to be installed on the server to make it work so that we can install it for you. Regards,

Simon Rajan Level II System Administrator

the thing is I dont't really know if I need any other module/software for this to make it work. I have the same app on other host that's working just fine:

http://ec2-107-22-183-238.compute-1.amazonaws.com/news/1

the same source code on both hosts.. why do I get this error?

btw, I use flowplayer if this will help somehow to get the sollution. Thanks.


Solution

  • I just downloaded another flv from youtube and loaded it to my web app and it worked. There was something with the file itself. After I converted the the avi to flv again and loaded it up it worked ok.