Hello,
I am trying to display videos in a Views Page using videoJS but it does not seem to work. Attached is a screenshot of my setup for the view.

I feel like I have setup everything, but as you can see from the screen shot there is no video being display. This is the same when I go to a url for the view- page.

CommentFileSizeAuthor
videojs_in_view.jpg110.23 KBfregan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fregan’s picture

Title: Usinf Videojs as video field in a view display of type page » Using Videojs as a field in a view display of type page
fregan’s picture

This is what is getting spit out of the view for the row.

<table class="views-view-grid col-4">
  <tbody>
                <tr class="row-1 row-first row-last">
                  <td class="col-1 col-first">
              
  <div class="views-field-title">
          <label class="views-label-title">
        Title:
      </label>
                <span class="field-content"><a href="/content/laoreet-consectetuer-haero-euismod">Laoreet Consectetuer Haero Euismod</a></span>
  </div>
  
  <div class="views-field-field-video-mp4-fid">
          <label class="views-label-field-video-mp4-fid">
        Video Files:
      </label>
                <div class="field-content"><div class="field-item field-item-0"><a href="/content/laoreet-consectetuer-haero-euismod"><div class="filefield-file"><img class="filefield-icon field-icon-video-ogg"  alt="video/ogg icon" src="http://qvids.local/sites/all/modules/contrib/filefield/icons/video-x-generic.png" /><a href="http://qvids.local/sites/default/files/video/mp4/Fernanda-Prado-brazil_loves_qc_0001.theora_0.ogv" type="video/ogg; length=1651882">Fernanda-Prado-brazil_loves_qc_0001.theora.ogv</a></div></a></div><div class="field-item field-item-1"><a href="/content/laoreet-consectetuer-haero-euismod"><div class="filefield-file"><img class="filefield-icon field-icon-application-octet-stream"  alt="application/octet-stream icon" src="http://qvids.local/sites/all/modules/contrib/filefield/icons/application-octet-stream.png" /><a href="http://qvids.local/sites/default/files/video/mp4/Fernanda-Prado-brazil_loves_qc_0001_0.webm" type="application/octet-stream; length=561782">Fernanda-Prado-brazil_loves_qc_0001.webm</a></div></a></div><div class="field-item field-item-2"><a href="/content/laoreet-consectetuer-haero-euismod"><div class="filefield-file"><img class="filefield-icon field-icon-video-mp4"  alt="video/mp4 icon" src="http://qvids.local/sites/all/modules/contrib/filefield/icons/video-x-generic.png" /><a href="http://qvids.local/sites/default/files/video/mp4/Fernanda-Prado-brazil_loves_qc_0001.mp4" type="video/mp4; length=4617623">Fernanda-Prado-brazil_loves_qc_0001.mp4</a></div></a></div></div>
  </div>
  
  <div class="views-field-field-video-firstname-value">
          <label class="views-label-field-video-firstname-value">
        First Name:
      </label>
                <span class="field-content">LQHKPrJT6DtZ</span>
  </div>
  
  <div class="views-field-field-video-lastname-value">
          <label class="views-label-field-video-lastname-value">
        Last Name:
      </label>
                <span class="field-content">ske6av8qGN3J</span>
  </div>
  
  <div class="views-field-field-video-city-state-value">
          <label class="views-label-field-video-city-state-value">
        City/State:
      </label>
                <span class="field-content">Jy92fZfBJFHR</span>
  </div>
  
  <div class="views-field-field-video-country-value">
          <label class="views-label-field-video-country-value">
        Country:
      </label>
                <span class="field-content">ecNGx23yH97t</span>
  </div>
  
  <div class="views-field-field-video-mp4-fid-1">
          <label class="views-label-field-video-mp4-fid-1">
        VideoJS Player:
      </label>
                <div class="field-content"></div>
  </div>
          </td>
                  <td class="col-2">
                      </td>
                  <td class="col-3">
                      </td>
                  <td class="col-4 col-last">
                      </td>
              </tr>
      </tbody>
</table>

s you can see there is nothing returned in the content for the Field of "Content: Video Video.js : HTML5 Video Player"

Jorrit’s picture

Assigned: Unassigned » Jorrit
Status: Active » Postponed (maintainer needs more info)

How did you upload those videos? I am wondering how those length=1651882 texts got appended to the content type. Do you have any idea?

fregan’s picture

Through the admin UI on the content type.

Jorrit’s picture

Could you give a list of media-related modules on your site?

Jorrit’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closed because of lack of response.