All of my videos seemed to be working fine, now I receive this error while trying to play them: 200 stream not found, netstream.play.streamnotfound, clip: '[clip]'/system/storage_api/serve/8/dvd.flv"

I haven't changed anything since going to bed last night. Any clue what could cause this? The one thing I noticed is the " at the end of flv, seems kind of odd.

CommentFileSizeAuthor
#4 dd.png28.93 KBluisgic

Comments

braddedon’s picture

I'm getting this same error on files that I link to directly from another website and check do not convert. I can't get other videos to show at all.

jbrown’s picture

janis_lv’s picture

I added a reply to #596576, I'm getting 200 error just for anonymous users and for few videos.

luisgic’s picture

StatusFileSize
new28.93 KB

I'm having the same error,I don't know why. The small video files is OK, but big video files show the error :200 stream not found, netstream.play.streamnotfound, clip: '[clip]'/system/storage_api/serve/1641

And in the /var/log/httpd/ can't find error.
have anybody help me?

koshyyy’s picture

I have the same issue. Registered users don't have any problems, but anonymous visitors can't watch the bigger video files, only the small ones. Same error-message. I'm using Storage API with local storage, no S3 or Cloudfront involved.

luisgic’s picture

@koshyyy
my PHP version is 5.2.10. and I find a method, change the php.ini file : "memory_limit = 2000M" or bigger(but can't too larger). It can play larger video file. you can try it, good luck!

alokkumargarg’s picture

Hi.. I have found the solution...

1. Add absolute path of ffmpeg.exe file in "Path to Video Transcoder" field. (Transcoder tab of video module).
2. Add absolute path of flvtools2.exe file in "Path to FLVTool2" field. (Metadata tab of video module).

download links:
http://www.ffmpeg.org/download.html (ffmpeg.exe, is under bin folder.)

https://github.com/unnu/flvtool2

If using Linux, these tools will be already added. Please check their paths.

alokkumargarg’s picture

are you still facing issue..? let me know

luisgic’s picture

@alokkumargarg
Are you ask me? I use the Linux server(CentOS), how to change?
thanks!