Video Connect

Activities ::: mod_videoconnect
Maintained by Tunya in car'sAntoni Bertran Bellido, Moodle 3ipunt
This plugin allows you to upload a video from Moodle to the private Vimeo platform and display it as a label, which is embedded on the main page of the course. It allows both uploading a video and embedding it, or showing it if it's already uploaded to Vimeo. The goal is to centralize the video repository on Vimeo.

Video Connect 1.0.2

Moodle 4.1, 4.2, 4.3, 4.4, 4.5
Released: lunes, 14 de octubre de 2024, 20:28

Tresipunt Video Connect

This module allows users to upload a Vimeo as a resource, which is then automatically uploaded to their Vimeo account through a scheduled task.

If you already know the video ID, you can enter it directly. When rendering the video, if the upload process is still ongoing, Vimeo displays a message indicating that the video is being uploaded.

Features

This plugin allows you to upload a video from Moodle to the private Vimeo platform and display it as a label, which is embedded on the main page of the course. It allows both uploading a video and embedding it, or showing it if it's already uploaded to Vimeo. The goal is to centralize the video repository on Vimeo.

Notes for the Administrator:

To use the plugin, you need a Pro, Business, Premium, or Enterprise Vimeo membership.

Configuring a scheduled task: Ensure the scheduled task is enabled

API Configuration:

On Vimeo: https://developer.vimeo.com/api/guides/start

  • App created:
    • Client ID: YOUR_VIMEO_CLIENT
    • Client Secret: YOUR_VIMEO_SECRET
    • Personal Access Token: YOUR_VIMEO_ACCESS_TOKEN
    • Authentication: Yes
    • Scopes of the Personal Access Token: private, public, and upload.

Note: To get 'upload' permissions, you must make a request to Vimeo, which takes about 12 hours.

These credentials will be used to configure the Moodle plugin:
https://YOUR_MOODLE_SITE/admin/settings.php?section=modsettingvideoconnect

Vimeo Settings

⚠️ If not configured, or if the folder is incorrect, the video will always be uploaded to the root of Vimeo. The user will still be able to view the video without issues, and the Vimeo admin can fix the error without affecting Moodle visibility.

Adding Video Activity to a Course – Upload Video

Upload the video. The admin should configure the folder id, if not all videos will be on root folder.

  1. Add Video to Vimeo from the plugin: Upload video to vimeo

  2. A screen will show that the video is unavailable.
    Wait for the scheduled task to make it visible, or grant permission on Vimeo if the automation fails.

  3. Access Vimeo and grant the corresponding permissions:

    • Click on Share Click on Share
    • Hide from Vimeo Hide from Vimeo
    • Add domain Check domain
  4. The video will now be visible in your course.

Adding Video Activity to a Course – Embed Video

With the same activity module, it is possible to embed a video using the video ID, which is more secure than using an iframe.

  1. Add a resource in a topic:
    Upload video to vimeo

  2. Configure:
    Enter the video ID, which can be found on Vimeo:
    Enter Video Id

    Paste it

  3. Ensure the video has the correct permissions on Vimeo:

    • Click on Share Click on Share
    • Hide from Vimeo Hide from Vimeo
    • Add domain Check domain

Credits

logo3ip.svg

This plugin was implemented by Moodle's Partner 3iPunt

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Version information

Version build number
2024101401
Version release name
1.0.2
Maturity
Versión estable
MD5 Sum
4ae82308666d8ff4ce95d3a90bf3f8c8
Supported software
Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
1.0.2

Default installation instructions for plugins of the type Activities

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "assignment") in the "mod" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation