Hi,

the embedded videos somehow dissappeared from the video nodes (they were there before). I haven't changed any configurations of the 'Video' module. Status report (./admin/reports/status) doesn't report any problems.

Greetings, -asb

Comments

heshanlk’s picture

I have no idea about this, if you have steps to reproduce I can debug and fix.

Jorrit’s picture

Status: Active » Closed (cannot reproduce)

I think this issue is too old to keep open. Please reopen with more info if the problem reappears.

asb’s picture

Version: 6.x-4.2-alpha2 » 6.x-4.2
Status: Closed (cannot reproduce) » Active

This issue is still active for me and was never resolved; videos simply do not show up on video nodes since they "dissapeared" half a year ago. The smae goes for newly uploaded videos: They can be uploaded, thumbnails are generated, but no video is visible. Currently I have video 6.x-4.2 installed.

Please advise which kind of additional information you need.

Jorrit’s picture

In the edit screen you are able to view the videos? Could it be a template issue? You could try to test it using the stock Garland theme and see if it works there.

asb’s picture

Thanks for the fast reply! In the node edit screen I see the contents of the video field (a file name like "21402.flv", a size like "38.57 MB", a mimetype like "video/x-flv", a video thumbnail, and a list of five smaller thumbs to choose from.

In Garland, the node display does not show a video, either. If I choose just "Video" in the CCK display settings plus "HTML5 player" in the "Player" settings, a static image from the video is displayed, including some kind of player, including a start/stop button; those buttons have no effect (the static image doesn't turn into a moving image).

With this settings, I get the following markup on the rendered node:

<div class="field field-type-filefield field-field-video">
  <div class="field-items">
    <div class="field-item odd">
      <!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
      <video width="704" autobuffer="1" height="576" controls="0" preload="auto" poster="/sites/default/files/thumbs/21402/video-thumb-for-21402-1.jpg">
      <!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
      </video>
    </div>
  </div>
</div>

With the player setting "SWF Flash Player" (./admin/settings/video/players), the full file is loaded when the node is loaded, but neither a player, nor a video or a video still is displayed.

Jorrit’s picture

Do you have a publicly visible page where I can see this behavior?

asb’s picture

No, sorry, the video stuff is too broken to be public ;-/

Jorrit’s picture

Something where I can login to view it? Perhaps with a user account that has just enough rights? Use the contact form if you want to send private information. I think that I can't find the problem without having a look.

Jorrit’s picture

Status: Active » Closed (works as designed)

Closed because of lack of response.

guypark’s picture

Try and see if you're input filters (if your output is using them) are filtering out the tags???