Hi,

Just installed video upload and am trying to get it working for use in course sites for my institution in the Spring. Videos can be uploaded fine, but aren't showing up when you go to a page with a video. The code appears to be there in View Source, but the video doesn't show:

<div class="field field-type-video-upload field-field-youtube"> 
      <div class="field-label">Youtube Upload:&nbsp;</div> 
    <div class="field-items"> 
            <div class="field-item odd"> 
                    
  <object  type="application/x-shockwave-flash" height="295" width="480" data="http://www.youtube.com/v/&amp;rel=0&amp;fs=1" id="videoEmbed1" allowFullScreen="1"> 
    <param name="movie" value="http://www.youtube.com/v/&rel=0" /> 
 
    <param name="wmode" value="transparent" /> 
 
    <param name="bgcolor" value="#FFFFFF" /> 
 
    <param name="allowFullScreen" value="true" /> 
<embed  src="http://www.youtube.com/v/&amp;rel=0&amp;fs=1" type="application/x-shockwave-flash" wmode="transparent" width="480" height="295" allowFullScreen="1"></embed></object>        </div> 
        </div> 
</div> 
    </div>

Additionally, even after videos are fully processed, we're getting a "Status: Video status is unknown. This most likely means it has not yet been processed" message.

Running latest drupal 6 install, and using a sub-theme of Fusion currently.

Apologies if this is a duplicate, did a search or two and couldn't find an obvious analog.

Comments

Vidus’s picture

By way of an update, the status of the video is showing correctly now in the edit pane, but no matter what I change, I can't get the video to show in the post.

queenvictoria’s picture

Status: Active » Needs review
StatusFileSize
new481 bytes

In the theme file there is a partial conversion to abstract out YouTube. But one variable remained unconverted. $yt_id should be $video_id. Patch attached.

Vidus’s picture

Status: Needs review » Reviewed & tested by the community

Excellent. Went into the file and made that change, and everything appears to be working perfectly now.

rethinkwebdesign’s picture

Thanks for the patch, worked for me too.
Please add to dev.

bojanz’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.