i installed it. installed flowplayer, added a cck video field, uplaoded a video.
flowplayer shows up and if i hit play i get:

200, Stream not found, NetStream.Play.StreamNotFound, clip: '[Clip] 'http://drupalwiki7dev.com/''

did i miss some confis?

ps. domain is vhost

CommentFileSizeAuthor
#6 video_formatter.inc_.patch534 bytesBrankoC
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fang27’s picture

I have the same issue. I applied some patches that were presented in a different thread: http://drupal.org/node/973950, but that didn't change anything. :\

heshanlk’s picture

Status: Active » Postponed (maintainer needs more info)

How did you configure? Did you use the Flowplayer module and upload a FLV file?

marcoka’s picture

exactly, i used flowplayer and uploaded a flv

martin_s’s picture

Version: 7.x-1.0-unstable2 » 7.x-1.0-alpha2

--deleted--

tried latest dev version 7.x-3.0.rc1, now it works with flowplayer.

sorry for the inconvenience ... ;-)

--

edit: sorry, doesn't work. new upload with a new file, .flv/.mp4, wrong url (base url from webserver) is displayed, no video.

what do you need to track this issue down?

Petr Illek’s picture

I've exactly the same problem. I make fresh install of D7.4 with latest dev of Video 7.x-1.x-dev and Flowplayer 7.x-1.0-alpha1.
I only made new content type with one video field and configure the video module to use Flowplayer as as player for flv files.
As new node I've uploaded the sample flv video from Flowplayer config (which plays well).
Than I got the error.

Only difference in embeded video between my node and the flowplayer setup page is in the path. On FP setup there are "/" (slashes), but on my page there are "%2F" (html entities).

If you need more info, just tell me.

Petr

BrankoC’s picture

FileSize
534 bytes

I ran into the same problem with the D6 version (Video module 6.x-4.2).

This was on a fairly fresh install. I noticed that videos started playing by themselves even though the Autoplay checkbox was unchecked. Upon clicking the Save Configuration button (without changing anything) and reloading the video node, the error message of this report started showing up. Turns out that if you set Autoplay to FALSE, the FLV theming function of Video module tries to convince Flowplayer to show a thumbnail.

It does this even if there is no thumbnail.

I use Flowplayer using the Flowplayer API module (6.x-1.0-beta1).

Even though I have the creation of thumbnails turned off, Video module seems to fill out the URL field for thumbnails anyway. This results in the following expression returning TRUE in theme_video_flv (video_formatter.inc):

!$video->autoplay && $video->thumbnail->url (line 194).

The Javascript interpreter then generates an error when trying to do something with a non-existing file.

The attached patch should fix this (for Video module 6.x-4.2).

The better, non-symptom fixing solution would be of course to simply not generate a URL for non-existing thumbnails. Since I could fix this in a theming function though (easier, and upgrade-safe), I chose to take that path.

(Like Bighead01 I also noticed that Video module does weird things with the domain part of URLs, but that doesn't seem to affect Flowplayer.)

heshanlk’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
BrankoC’s picture

Status: Closed (fixed) » Active

Thanks heshan.lk. Did you also implement this for 6.x-4.x, or should I open a new bug report for this?

rondev’s picture

Doesn't store uploaded thumbnail nor in database nor the file in its folder (eg .../videos/thumbnails/9175).

If no thumbnail is available, flowplayer can't run. Moreover there is no fallback to a default thumbnail or a fake value. I don't know if a thumbnail is absolutely required for flowplayer playing.

If you change an uploaded thumbnail to the default one then flowplayer play the video.

rondev’s picture

Version: 7.x-1.0-alpha2 » 7.x-2.x-dev

I just tried the last dev. It solved my thumbnail issue avoiding playing flv video with flowpler. Thank you heshan.lk for the later commits.
But there is still an issue with the thumbnail parameters storage.

I since changed the video thumbnail style name and the thumbnail refer to the old style name. Then the pass to the image is .../styles/thumbnail_video/private/videos/thumbnails/9171/090617-00052.m.f.jpg instead of .../styles/thumbnail_video_320/private/videos/thumbnails/9171/090617-00052.m.f.jpg
Moreover I then tested to change different parameters without success like click to nothing instead of click to content. Modification in content type field has no repercussion.
Then my last solution to get the thumbnail display back is to rename the image style to the old one.

rondev’s picture

Version: 7.x-2.x-dev » 7.x-2.1-alpha3

It seems that some cron execution delete all my uploaded thumbnails.
Then the error "200, Stream not found, NetStream.Play.StreamNotFound" come back.

I precise that I don't have any transcoder installed on my server, that is why I use uploaded thumbnails. The video cron setting is unchecked.

rondev’s picture

Version: 7.x-2.1-alpha3 » 7.x-2.2-beta4

The patch #1233604-5: Thumbnails are dissappearnig solved my issue.

heshanlk’s picture

Status: Active » Closed (fixed)
teju’s picture

Hello friends,
I need your help.

I have installed flow player on my site for video but when i play that video it shows me stream not found error.
I think it's because of path mismatch but i don't understand how do i can change the path for stream videos which comes from the amezon s3 bucket.

I hope this make sense.

Thank you,
Teju