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.
Comments
Comment #1
braddedon commentedI'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.
Comment #2
jbrown commentedHave a look at #596576: Running BD and storage API from local machine on MAMP.
Comment #3
janis_lv commentedI added a reply to #596576, I'm getting 200 error just for anonymous users and for few videos.
Comment #4
luisgic commentedI'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?
Comment #5
koshyyy commentedI 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.
Comment #6
luisgic commented@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!
Comment #7
alokkumargarg commentedHi.. 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.
Comment #8
alokkumargarg commentedare you still facing issue..? let me know
Comment #9
luisgic commented@alokkumargarg
Are you ask me? I use the Linux server(CentOS), how to change?
thanks!