An open API service indexing awesome lists of open source software.

https://github.com/su-sws/stanford_video

Stanford Web Video: Custom content type and video player for captioned video created by captioning.stanford.edu
https://github.com/su-sws/stanford_video

d7 media module

Last synced: 11 months ago
JSON representation

Stanford Web Video: Custom content type and video player for captioned video created by captioning.stanford.edu

Awesome Lists containing this project

README

          

#[Stanford Video](https://github.com/SU-SWS/stanford_video)
##### Version: 7.x-3.x-dev

Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama), [josephgknox](https://github.com/josephgknox)

[Changelog.txt](CHANGELOG.txt)

This module delivers a content type, which allows for the embedding of a video directly into a page as well as the inclusion of other items (i.e., quote and speakers). It includes a view with four display options, and also allows for two page layout options: full width (default) and half width.

Installation
---

Install this module like any other module. [See Drupal Documentation](https://drupal.org/documentation/install/modules-themes/modules-7).

This module requires the [Video Embed Field](https://www.drupal.org/project/video_embed_field) contrib module.

Configuration
---

* Create a new video node at node/add/stanford-video
* You can embed videos directly by inserting the direct URL to a video hosted on YouTube or Vimeo
* The default page views will be available at videos/recent-videos and /videos/recent-videos/grid (block views can be placed liek any other block views)

Troubleshooting
---

If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.

Contribution / Collaboration
---

You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests)