I was not able to finish the process of including the video on the slide. The video seems freely available to access, so it is not the settings in Vimeo. Can you upload yur video again in Vimeo, maybe their process didn't close things correctly.
Intrestingly, the scrom file that I had created earlier still works. (It is able to fetch play the video from vimeo.com with the interactivity from captivate).
But when I try to use the same vimeo video link on captivate now, It doesnt work. It says 100% but then stays still until I click cancel; after that I get error message stating the Captivate encountered an internal error
I'm also still unable to insert Vimeo links. Getting the same "internal error" as you. But weirdly, for a new days there, I was indeed able to insert vimeo links. I checked all my vimeo settings and made sure there was nothing unusual there.
Go to the video using FF. Right click -> Page Info. Go to the Media tab and find the video URL. The type will be Video, and the URL should be av.vimeo.com/foobar. Right click -> Copy the URL. Paste into VLC and off you go
Or just copy the link address (via right-clicking, for example) from the Share view. (If you are viewing the video on the actual vimeo.com website, you can just copy the URL directly.) You should get something like Paste that into VLC, but add in the player. and video/ sections to get the same form as was produced in the first option.
Hello colleagues! a pleasure to greet you. Today vimeo changed their admin dashboard and removed the "distribution" option from where you could get the link to embed videos as H5P in moodle. Does anyone know how to get those links now from the new vimeo console?
It is possible vimeo has blacklisted your server or your server IP ranges. One way to tell this is the case, is if other video oneboxes work fine (youtube, etc) and other types of oneboxes.
I found a way around to add YouTube videos to a Panopto playlist. I added a black 4 sec video to Panopto and used Edit>Content>"Add a YouTube video" at about 2 seconds into the black video. Then I added this black video to the playlist. The YouTube video is now available in my Panopto playlist.
Several videos featuring churches throughout and ministries through the Dakotas Annual Conference were viewed during the twenty-first session in Rapid City, South Dakota. All of the videos are available for use by downloading them from vimeo.
Mindstamp offers a free trial for all new users and has various affordable monthly and annual pricing plans available, including a custom Enterprise solution for businesses with specific goals in mind.
This code is not for GA4 only. Maybe the video player is not available on page load and it appears in a popup after a click. This code supports only those videos that are loaded together with the page.
Having the ID be the key of the videolabels object isn't necessary anywhere else in the script, and the oembed call was failing on this because it was looking for an array key of "0" rather than "vimeo_player_0", which is what the ID was. This got my tracking working.
This is brilliant, thank you!
I found that
video_title: _playerTitle[getLabel(data.player_id)].toLowerCase()
throws an error in cases where a video is not shared on Vimeo.com (at least I think that's the issue), since vimeoCallback returns nothing and .toLowerCase() errors when called on a non-string value.
I added a conditional assignment to set the title to the video ID if vimeoCallback fails, which is sufficient for my purposes.
var title = (_playerTitle[getLabel(data.player_id)]) ? _playerTitle[getLabel(data.player_id)].toLowerCase() : getLabel(data.player_id);
This would be a very welcome feature. The video content of the app with training and instruction is where a lot of the IP is. YouTubes the share button makes it all publicly available at the whim of a user. Vimeo solves that problem quickly and easily
df19127ead