Need Simple Web PHP and iOS Swift scripts Using Vimeo Player API
Budget: $10 – $300 USD
I need simple web PHP and iOS Swift scripts using Vimeo Player API.
Create a database table named 'watched_videos' and add the following columns:
'ID' - id of record
'video_ID' - Vimeo video ID
'watch_time' - percentage of watch time of video
'stop_position' - last time position on pause/stop
'cuepoint_1' - add '1' if cuepoint event was triggered
'cuepoint_2' - add '1' if cuepoint event was triggered
'cuepoint_3' - add '1' if cuepoint event was triggered
'cuepoint_4' - add '1' if cuepoint event was triggered
Then create a page with a text box and 'submit' button, where I will enter a Vimeo video ID. Every time I enter a new video ID, it will create a new record in the database for that video ID. Check for duplicate Video IDs and just update record if there is already record for that video ID.
Then display video player with that video using Vimeo player API. Here is the docs for Vimeo Player API https://developer.vimeo.com/player/sdk/reference
It should add 4 cuepoints to the video via the API at the 25% time, 50% time, 75% time, and 100% time of video's total length time.
Then record event triggers to the database for the following events:
% watch time - percentage of watch time of video
last_position - last time position on pause/stop
cuepoint_1 - add '1' if 25% cuepoint event was triggered
cuepoint_2 - add '1' if 50% cuepoint event was triggered
cuepoint_3 - add '1' if 75% cuepoint event was triggered
cuepoint_4 - add '1' if 100% cuepoint event was triggered
Create a database table named 'watched_videos' and add the following columns:
'ID' - id of record
'video_ID' - Vimeo video ID
'watch_time' - percentage of watch time of video
'stop_position' - last time position on pause/stop
'cuepoint_1' - add '1' if cuepoint event was triggered
'cuepoint_2' - add '1' if cuepoint event was triggered
'cuepoint_3' - add '1' if cuepoint event was triggered
'cuepoint_4' - add '1' if cuepoint event was triggered
Then create a page with a text box and 'submit' button, where I will enter a Vimeo video ID. Every time I enter a new video ID, it will create a new record in the database for that video ID. Check for duplicate Video IDs and just update record if there is already record for that video ID.
Then display video player with that video using Vimeo player API. Here is the docs for Vimeo Player API https://developer.vimeo.com/player/sdk/reference
It should add 4 cuepoints to the video via the API at the 25% time, 50% time, 75% time, and 100% time of video's total length time.
Then record event triggers to the database for the following events:
% watch time - percentage of watch time of video
last_position - last time position on pause/stop
cuepoint_1 - add '1' if 25% cuepoint event was triggered
cuepoint_2 - add '1' if 50% cuepoint event was triggered
cuepoint_3 - add '1' if 75% cuepoint event was triggered
cuepoint_4 - add '1' if 100% cuepoint event was triggered