SlideShare a Scribd company logo
1 of 21
Developing a Custom Video Solution 
1 
with 3Play Media’s API 
Mo Zhu 
Software Engineer 
3Play Media 
CJ Johnson 
VP of Product 
3Play Media 
Tole Khesin 
VP of Marketing 
3Play Media 
Bryan Ollendyke 
Instructional 
Technologist 
Penn State University
Agenda 
‣ API overview 
– What is an API? 
– How does 3Play Media’s API work? 
– What can I do with the 3Play Media API? 
‣ Video search demo with code examples 
‣ Penn State University’s captioning workflow demo 
‣ Q&A 
2
API Introduction by 
Mo Zhu 
3Play Media 
3
What is an API? 
‣ “Application Programing Interface” 
‣ Graphical User Interface (human to computer) vs. 
Application Programming Interface (computer to 
computer) 
4 
‣ APIs allow two computers to 
interact with each other by passing 
data and commands
What’s So Great About APIs? 
‣ Design workflows that suit your 
business needs 
‣ Automate repetitive manual tasks (esp. 
at scale) 
‣ These reduce: 
– Cost 
– Labor hours 
– Organizational and workflow complexity 
5
6 
Example
7 
Under the Hood
How Does 3Play Media’s API Work? 
‣ RESTful architecture 
– Create, read, update, and destroy 
(CRUD) information stored in the app 
– For example, Facebook 
8 
‣ Not all CRUD is accessible via the API 
‣ Not all functionality from the 3Play Media account 
system can be accessed via the API
What can I do with 3Play Media’s 
API? 
‣ Manage caption/translation/alignment jobs 
– View media resource information 
– Request captioning, translation, or alignment 
– Download finished captions and transcripts 
‣ Add interactive transcripts to your video 
Captions Subtitles Transcripts Alignment Interactive 
Transcripts 
9
How to Use the 3Play Media API 
‣ Getting started: 
– Create an API collection 
– Retrieve the API key of the relevant collection 
– HTTP requests 
‣ 3Play Media terminology: 
– Account 
– Project 
– Collection 
10
How to Use the 3Play Media API 
‣ Media resources are grouped in “collections” 
‣ Specify folders in project that belong to a collection 
‣ API key and API secret key for each collection 
11
How to Use the 3Play Media API 
‣ API key is a random string of characters that 
identifies you to the system (like a password) 
‣ Some calls only require the API key. Others require 
the API key and the API secret key 
12
HTTP Requests (CRUD) 
Create – POST 
Read – GET 
Update – PATCH 
Destroy – DELETE 
13
View Files 
‣ View all files in the collection: 
– GET http://api.3playmedia.com/files 
– Include apikey parameter 
– http://api.3playmedia.com/files?apikey=abc123 
‣ View a single file: 
– GET http://api.3playmedia.com/files/:id 
– Include apikey parameter 
– http://api.3playmedia.com/files/123?apikey=abc123 
14
Querying Files 
‣ To search the title and the transcript text: 
– GET http://api.3playmedia.com/files/search 
– Required parameters: 
• apikey 
• q (this is the search term) 
– http://api.3playmedia.com/files/search?apikey=abc12 
3&q=olympics 
15
Request Captioning 
‣ Submit a POST request to 
– http://api.3playmedia.com/files 
‣ Required parameters: 
– apikey 
– api_secret_key 
– file or link 
• If uploading a full file, use file parameter 
• If providing an http link to the video, use link parameter 
16
Downloading Captions 
‣ GET 
http://static.3playmedia.com/files/(:file_id or :video_id)/captions.(:format) 
‣ Required parameters: apikey 
‣ Common formats: 
srt, dfxp, smi, stl, qt, qtxml, cptxml, adbe 
17
Other Functionality 
‣ Translations and transcripts 
‣ Auto callback 
– 3Play API tells your system when files are done 
‣ Automated Transcript Alignment 
– Convert a transcript into time-stamped captions 
‣ Import existing captions and translations 
18
Review 
‣ What is an API and how does it work? 
‣ Benefits of an API 
‣ Features of 3Play Media’s API 
‣ Examples different use cases 
19
Demo by 
Bryan Ollendyke 
Penn State University 
20
Q&A 
21 
Mo Zhu 
3Play Media 
mo@3playmedia.com 
Bryan Ollendyke 
Penn State University 
@btopro 
CJ Johnson 
3Play Media 
cj@3playmedia.com 
Resources 
3Play Media API Documentation 
http://support.3playmedia.com/forums/20792257-API-Management- 
and-Documentation/ 
ELMSLN (Penn State University) 
http://www.elmsln.org/

More Related Content

What's hot

Quick Start to Interactive Transcripts
Quick Start to Interactive TranscriptsQuick Start to Interactive Transcripts
Quick Start to Interactive Transcripts3Play Media
 
Video Accessibility: Best Practices for Teaching and Learning
Video Accessibility: Best Practices for Teaching and LearningVideo Accessibility: Best Practices for Teaching and Learning
Video Accessibility: Best Practices for Teaching and Learning3Play Media
 
Copyright Made Simple for Digital Educators
Copyright Made Simple for Digital EducatorsCopyright Made Simple for Digital Educators
Copyright Made Simple for Digital Educators3Play Media
 
Want Your Video to Go Global? The Power of Community Translation
Want Your Video to Go Global? The Power of Community TranslationWant Your Video to Go Global? The Power of Community Translation
Want Your Video to Go Global? The Power of Community Translation3Play Media
 
10 Tips for Creating Accessible Web Content with WCAG 2.0
10 Tips for Creating Accessible Web Content with WCAG 2.010 Tips for Creating Accessible Web Content with WCAG 2.0
10 Tips for Creating Accessible Web Content with WCAG 2.03Play Media
 
Accessible Video Captioning for Blended Learning and Lecture Capture
Accessible Video Captioning for Blended Learning and Lecture CaptureAccessible Video Captioning for Blended Learning and Lecture Capture
Accessible Video Captioning for Blended Learning and Lecture Capture3Play Media
 
What Does Accessibility Mean for Multimedia?
What Does Accessibility Mean for Multimedia?What Does Accessibility Mean for Multimedia?
What Does Accessibility Mean for Multimedia?3Play Media
 
Quick Start to Captioning 02-06-2020
Quick Start to Captioning 02-06-2020Quick Start to Captioning 02-06-2020
Quick Start to Captioning 02-06-20203Play Media
 
The Future of Video Player Accessibility
The Future of Video Player AccessibilityThe Future of Video Player Accessibility
The Future of Video Player Accessibility3Play Media
 
The Impact of Recent Lawsuits on Video Accessibility Requirements
The Impact of Recent Lawsuits on Video Accessibility RequirementsThe Impact of Recent Lawsuits on Video Accessibility Requirements
The Impact of Recent Lawsuits on Video Accessibility Requirements3Play Media
 
Video Accessibility Toolkit for Success in a Virtual Environment
Video Accessibility Toolkit for Success in a Virtual EnvironmentVideo Accessibility Toolkit for Success in a Virtual Environment
Video Accessibility Toolkit for Success in a Virtual Environment3Play Media
 
How Copyright Law and Fair Use Impact Third Party Captioning
How Copyright Law and Fair Use Impact Third Party CaptioningHow Copyright Law and Fair Use Impact Third Party Captioning
How Copyright Law and Fair Use Impact Third Party Captioning3Play Media
 
State of Video in 2020
State of Video in 2020 State of Video in 2020
State of Video in 2020 3Play Media
 
Live Auto Captioning Office Hours
Live Auto Captioning Office HoursLive Auto Captioning Office Hours
Live Auto Captioning Office Hours3Play Media
 
Pennsylvania State of Higher Education (PASSHE) Virtual Conference
 Pennsylvania State of Higher Education (PASSHE) Virtual Conference Pennsylvania State of Higher Education (PASSHE) Virtual Conference
Pennsylvania State of Higher Education (PASSHE) Virtual Conference3Play Media
 
Live Automatic Captioning Workshop
Live Automatic Captioning WorkshopLive Automatic Captioning Workshop
Live Automatic Captioning Workshop3Play Media
 
How Yahoo Is Making Their Technology Accessible to Everyone
How Yahoo Is Making Their Technology Accessible to EveryoneHow Yahoo Is Making Their Technology Accessible to Everyone
How Yahoo Is Making Their Technology Accessible to Everyone3Play Media
 
Video Accessibility with 3Play Media
Video Accessibility with 3Play MediaVideo Accessibility with 3Play Media
Video Accessibility with 3Play Media3Play Media
 
Improving Engagement and Comprehension of Training Videos the Oracle Way
Improving Engagement and Comprehension of Training Videos the Oracle WayImproving Engagement and Comprehension of Training Videos the Oracle Way
Improving Engagement and Comprehension of Training Videos the Oracle Way3Play Media
 

What's hot (20)

Quick Start to Interactive Transcripts
Quick Start to Interactive TranscriptsQuick Start to Interactive Transcripts
Quick Start to Interactive Transcripts
 
Video Accessibility: Best Practices for Teaching and Learning
Video Accessibility: Best Practices for Teaching and LearningVideo Accessibility: Best Practices for Teaching and Learning
Video Accessibility: Best Practices for Teaching and Learning
 
Copyright Made Simple for Digital Educators
Copyright Made Simple for Digital EducatorsCopyright Made Simple for Digital Educators
Copyright Made Simple for Digital Educators
 
Want Your Video to Go Global? The Power of Community Translation
Want Your Video to Go Global? The Power of Community TranslationWant Your Video to Go Global? The Power of Community Translation
Want Your Video to Go Global? The Power of Community Translation
 
10 Tips for Creating Accessible Web Content with WCAG 2.0
10 Tips for Creating Accessible Web Content with WCAG 2.010 Tips for Creating Accessible Web Content with WCAG 2.0
10 Tips for Creating Accessible Web Content with WCAG 2.0
 
Accessible Video Captioning for Blended Learning and Lecture Capture
Accessible Video Captioning for Blended Learning and Lecture CaptureAccessible Video Captioning for Blended Learning and Lecture Capture
Accessible Video Captioning for Blended Learning and Lecture Capture
 
What Does Accessibility Mean for Multimedia?
What Does Accessibility Mean for Multimedia?What Does Accessibility Mean for Multimedia?
What Does Accessibility Mean for Multimedia?
 
Quick Start to Captioning 02-06-2020
Quick Start to Captioning 02-06-2020Quick Start to Captioning 02-06-2020
Quick Start to Captioning 02-06-2020
 
The Future of Video Player Accessibility
The Future of Video Player AccessibilityThe Future of Video Player Accessibility
The Future of Video Player Accessibility
 
The Impact of Recent Lawsuits on Video Accessibility Requirements
The Impact of Recent Lawsuits on Video Accessibility RequirementsThe Impact of Recent Lawsuits on Video Accessibility Requirements
The Impact of Recent Lawsuits on Video Accessibility Requirements
 
Video Accessibility Toolkit for Success in a Virtual Environment
Video Accessibility Toolkit for Success in a Virtual EnvironmentVideo Accessibility Toolkit for Success in a Virtual Environment
Video Accessibility Toolkit for Success in a Virtual Environment
 
How Copyright Law and Fair Use Impact Third Party Captioning
How Copyright Law and Fair Use Impact Third Party CaptioningHow Copyright Law and Fair Use Impact Third Party Captioning
How Copyright Law and Fair Use Impact Third Party Captioning
 
State of Video in 2020
State of Video in 2020 State of Video in 2020
State of Video in 2020
 
Live Auto Captioning Office Hours
Live Auto Captioning Office HoursLive Auto Captioning Office Hours
Live Auto Captioning Office Hours
 
Pennsylvania State of Higher Education (PASSHE) Virtual Conference
 Pennsylvania State of Higher Education (PASSHE) Virtual Conference Pennsylvania State of Higher Education (PASSHE) Virtual Conference
Pennsylvania State of Higher Education (PASSHE) Virtual Conference
 
Live Automatic Captioning Workshop
Live Automatic Captioning WorkshopLive Automatic Captioning Workshop
Live Automatic Captioning Workshop
 
How Yahoo Is Making Their Technology Accessible to Everyone
How Yahoo Is Making Their Technology Accessible to EveryoneHow Yahoo Is Making Their Technology Accessible to Everyone
How Yahoo Is Making Their Technology Accessible to Everyone
 
Video Accessibility with 3Play Media
Video Accessibility with 3Play MediaVideo Accessibility with 3Play Media
Video Accessibility with 3Play Media
 
Open Source Intro
Open Source IntroOpen Source Intro
Open Source Intro
 
Improving Engagement and Comprehension of Training Videos the Oracle Way
Improving Engagement and Comprehension of Training Videos the Oracle WayImproving Engagement and Comprehension of Training Videos the Oracle Way
Improving Engagement and Comprehension of Training Videos the Oracle Way
 

Similar to Developing a Custom Video Solution with the 3Play Media API

2022 APIsecure_Securing APIs with Open Standards
2022 APIsecure_Securing APIs with Open Standards2022 APIsecure_Securing APIs with Open Standards
2022 APIsecure_Securing APIs with Open StandardsAPIsecure_ Official
 
Creating a mule project with raml and api
Creating a mule project with raml and apiCreating a mule project with raml and api
Creating a mule project with raml and apiBhargav Ranjit
 
High quality ap is with api platform
High quality ap is with api platformHigh quality ap is with api platform
High quality ap is with api platformNelson Kopliku
 
Architect's Guide to Building an API Program
Architect's Guide to Building an API ProgramArchitect's Guide to Building an API Program
Architect's Guide to Building an API Programclatimer
 
Who Needs A Developer For Automated SharePoint Provisioning
Who Needs A Developer For Automated SharePoint ProvisioningWho Needs A Developer For Automated SharePoint Provisioning
Who Needs A Developer For Automated SharePoint ProvisioningEric Overfield
 
apidays LIVE Australia 2020 - Data with a Mission by Matt McLarty
apidays LIVE Australia 2020 -  Data with a Mission by Matt McLarty apidays LIVE Australia 2020 -  Data with a Mission by Matt McLarty
apidays LIVE Australia 2020 - Data with a Mission by Matt McLarty apidays
 
apidays LIVE Paris - Data with a mission: a COVID-19 API case study by Matt M...
apidays LIVE Paris - Data with a mission: a COVID-19 API case study by Matt M...apidays LIVE Paris - Data with a mission: a COVID-19 API case study by Matt M...
apidays LIVE Paris - Data with a mission: a COVID-19 API case study by Matt M...apidays
 
Oracle API Platform Cloud Service Best Practices & Lessons Learnt
Oracle API Platform Cloud Service Best Practices & Lessons LearntOracle API Platform Cloud Service Best Practices & Lessons Learnt
Oracle API Platform Cloud Service Best Practices & Lessons Learntluisw19
 
Cloud Foundry for Data Science
Cloud Foundry for Data ScienceCloud Foundry for Data Science
Cloud Foundry for Data ScienceIan Huston
 
Intro to Strapi 4
Intro to Strapi 4Intro to Strapi 4
Intro to Strapi 4Shadi Akil
 
Getting to Grips with RESTful APIs
Getting to Grips with RESTful APIsGetting to Grips with RESTful APIs
Getting to Grips with RESTful APIsPetko Mikhailov
 
API Services: Building State-of-the-Art APIs
API Services: Building State-of-the-Art APIsAPI Services: Building State-of-the-Art APIs
API Services: Building State-of-the-Art APIsApigee | Google Cloud
 
A high profile project with Symfony and API Platform: beIN SPORTS
A high profile project with Symfony and API Platform: beIN SPORTSA high profile project with Symfony and API Platform: beIN SPORTS
A high profile project with Symfony and API Platform: beIN SPORTSSmile I.T is open
 
ApacheCon NA 2018 : Apache Unomi, an Open Source Customer Data Platformapache...
ApacheCon NA 2018 : Apache Unomi, an Open Source Customer Data Platformapache...ApacheCon NA 2018 : Apache Unomi, an Open Source Customer Data Platformapache...
ApacheCon NA 2018 : Apache Unomi, an Open Source Customer Data Platformapache...Serge Huber
 
Apache Unomi presentation and update. By Serge Huber, CTO Jahia
Apache Unomi presentation and update. By Serge Huber, CTO JahiaApache Unomi presentation and update. By Serge Huber, CTO Jahia
Apache Unomi presentation and update. By Serge Huber, CTO JahiaJahia Solutions Group
 
MuleSoft Surat Meetup#39 - Pragmatic API Led Connectivity
MuleSoft Surat Meetup#39 - Pragmatic API Led ConnectivityMuleSoft Surat Meetup#39 - Pragmatic API Led Connectivity
MuleSoft Surat Meetup#39 - Pragmatic API Led ConnectivityJitendra Bafna
 
OpenControl Overview - Joshua McKenty
OpenControl Overview - Joshua McKentyOpenControl Overview - Joshua McKenty
OpenControl Overview - Joshua McKentyJulie Coonce
 
Cytoscape and External Data Analysis Tools
Cytoscape and External Data Analysis ToolsCytoscape and External Data Analysis Tools
Cytoscape and External Data Analysis ToolsKeiichiro Ono
 

Similar to Developing a Custom Video Solution with the 3Play Media API (20)

Crafting APIs
Crafting APIsCrafting APIs
Crafting APIs
 
2022 APIsecure_Securing APIs with Open Standards
2022 APIsecure_Securing APIs with Open Standards2022 APIsecure_Securing APIs with Open Standards
2022 APIsecure_Securing APIs with Open Standards
 
Creating a mule project with raml and api
Creating a mule project with raml and apiCreating a mule project with raml and api
Creating a mule project with raml and api
 
High quality ap is with api platform
High quality ap is with api platformHigh quality ap is with api platform
High quality ap is with api platform
 
Architect's Guide to Building an API Program
Architect's Guide to Building an API ProgramArchitect's Guide to Building an API Program
Architect's Guide to Building an API Program
 
Who Needs A Developer For Automated SharePoint Provisioning
Who Needs A Developer For Automated SharePoint ProvisioningWho Needs A Developer For Automated SharePoint Provisioning
Who Needs A Developer For Automated SharePoint Provisioning
 
apidays LIVE Australia 2020 - Data with a Mission by Matt McLarty
apidays LIVE Australia 2020 -  Data with a Mission by Matt McLarty apidays LIVE Australia 2020 -  Data with a Mission by Matt McLarty
apidays LIVE Australia 2020 - Data with a Mission by Matt McLarty
 
apidays LIVE Paris - Data with a mission: a COVID-19 API case study by Matt M...
apidays LIVE Paris - Data with a mission: a COVID-19 API case study by Matt M...apidays LIVE Paris - Data with a mission: a COVID-19 API case study by Matt M...
apidays LIVE Paris - Data with a mission: a COVID-19 API case study by Matt M...
 
Oracle API Platform Cloud Service Best Practices & Lessons Learnt
Oracle API Platform Cloud Service Best Practices & Lessons LearntOracle API Platform Cloud Service Best Practices & Lessons Learnt
Oracle API Platform Cloud Service Best Practices & Lessons Learnt
 
Cloud Foundry for Data Science
Cloud Foundry for Data ScienceCloud Foundry for Data Science
Cloud Foundry for Data Science
 
Intro to Strapi 4
Intro to Strapi 4Intro to Strapi 4
Intro to Strapi 4
 
Getting to Grips with RESTful APIs
Getting to Grips with RESTful APIsGetting to Grips with RESTful APIs
Getting to Grips with RESTful APIs
 
API Services: Building State-of-the-Art APIs
API Services: Building State-of-the-Art APIsAPI Services: Building State-of-the-Art APIs
API Services: Building State-of-the-Art APIs
 
A high profile project with Symfony and API Platform: beIN SPORTS
A high profile project with Symfony and API Platform: beIN SPORTSA high profile project with Symfony and API Platform: beIN SPORTS
A high profile project with Symfony and API Platform: beIN SPORTS
 
ApacheCon NA 2018 : Apache Unomi, an Open Source Customer Data Platformapache...
ApacheCon NA 2018 : Apache Unomi, an Open Source Customer Data Platformapache...ApacheCon NA 2018 : Apache Unomi, an Open Source Customer Data Platformapache...
ApacheCon NA 2018 : Apache Unomi, an Open Source Customer Data Platformapache...
 
Apache Unomi presentation and update. By Serge Huber, CTO Jahia
Apache Unomi presentation and update. By Serge Huber, CTO JahiaApache Unomi presentation and update. By Serge Huber, CTO Jahia
Apache Unomi presentation and update. By Serge Huber, CTO Jahia
 
MuleSoft Surat Meetup#39 - Pragmatic API Led Connectivity
MuleSoft Surat Meetup#39 - Pragmatic API Led ConnectivityMuleSoft Surat Meetup#39 - Pragmatic API Led Connectivity
MuleSoft Surat Meetup#39 - Pragmatic API Led Connectivity
 
OpenControl Overview - Joshua McKenty
OpenControl Overview - Joshua McKentyOpenControl Overview - Joshua McKenty
OpenControl Overview - Joshua McKenty
 
Flink in action
Flink in actionFlink in action
Flink in action
 
Cytoscape and External Data Analysis Tools
Cytoscape and External Data Analysis ToolsCytoscape and External Data Analysis Tools
Cytoscape and External Data Analysis Tools
 

More from 3Play Media

Advancing Equity and Inclusion for Deaf Students in Higher Education
Advancing Equity and Inclusion for Deaf Students in Higher EducationAdvancing Equity and Inclusion for Deaf Students in Higher Education
Advancing Equity and Inclusion for Deaf Students in Higher Education3Play Media
 
"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity
"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity
"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity3Play Media
 
The 3Play Way: Real-Time Captioning in Higher Education
The 3Play Way: Real-Time Captioning in Higher EducationThe 3Play Way: Real-Time Captioning in Higher Education
The 3Play Way: Real-Time Captioning in Higher Education3Play Media
 
Developing a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State UniversityDeveloping a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State University3Play Media
 
Developing a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State UniversityDeveloping a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State University3Play Media
 
Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...
Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...
Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...3Play Media
 
Product Innovation is on the Edge
Product Innovation is on the EdgeProduct Innovation is on the Edge
Product Innovation is on the Edge3Play Media
 
Why Every Company Needs to Think and Act Like a Media Company
Why Every Company Needs to Think and Act Like a Media CompanyWhy Every Company Needs to Think and Act Like a Media Company
Why Every Company Needs to Think and Act Like a Media Company3Play Media
 
2023 State of Automatic Speech Recognition
2023 State of Automatic Speech Recognition2023 State of Automatic Speech Recognition
2023 State of Automatic Speech Recognition3Play Media
 
Complex Identities: The Intersection of Disability with Race, Culture, Gender...
Complex Identities: The Intersection of Disability with Race, Culture, Gender...Complex Identities: The Intersection of Disability with Race, Culture, Gender...
Complex Identities: The Intersection of Disability with Race, Culture, Gender...3Play Media
 
Accessibility as a Gateway to Creativity
Accessibility as a Gateway to CreativityAccessibility as a Gateway to Creativity
Accessibility as a Gateway to Creativity3Play Media
 
Disability Inclusion for Leadership
Disability Inclusion for LeadershipDisability Inclusion for Leadership
Disability Inclusion for Leadership3Play Media
 
How to Tell Whether UDL is Working
How to Tell Whether UDL is WorkingHow to Tell Whether UDL is Working
How to Tell Whether UDL is Working3Play Media
 
Neurodivergency at work (P2) – 3Play and B-I.pdf
Neurodivergency at work (P2) – 3Play and B-I.pdfNeurodivergency at work (P2) – 3Play and B-I.pdf
Neurodivergency at work (P2) – 3Play and B-I.pdf3Play Media
 
Neurodiversity in the Workplace - Part 1
Neurodiversity in the Workplace - Part 1Neurodiversity in the Workplace - Part 1
Neurodiversity in the Workplace - Part 13Play Media
 
How To Deliver an Accessible Online Presentation
How To Deliver an Accessible Online PresentationHow To Deliver an Accessible Online Presentation
How To Deliver an Accessible Online Presentation3Play Media
 
Power of an Accessible Website.pdf
Power of an Accessible Website.pdfPower of an Accessible Website.pdf
Power of an Accessible Website.pdf3Play Media
 
2022 Digital Accessibility Legal Update.pdf
2022 Digital Accessibility Legal Update.pdf2022 Digital Accessibility Legal Update.pdf
2022 Digital Accessibility Legal Update.pdf3Play Media
 
Intro to Live Captioning for Broadcast.pdf
Intro to Live Captioning for Broadcast.pdfIntro to Live Captioning for Broadcast.pdf
Intro to Live Captioning for Broadcast.pdf3Play Media
 
How to Scale a Sustainable Accessibility Program
How to Scale a Sustainable Accessibility Program How to Scale a Sustainable Accessibility Program
How to Scale a Sustainable Accessibility Program 3Play Media
 

More from 3Play Media (20)

Advancing Equity and Inclusion for Deaf Students in Higher Education
Advancing Equity and Inclusion for Deaf Students in Higher EducationAdvancing Equity and Inclusion for Deaf Students in Higher Education
Advancing Equity and Inclusion for Deaf Students in Higher Education
 
"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity
"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity
"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity
 
The 3Play Way: Real-Time Captioning in Higher Education
The 3Play Way: Real-Time Captioning in Higher EducationThe 3Play Way: Real-Time Captioning in Higher Education
The 3Play Way: Real-Time Captioning in Higher Education
 
Developing a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State UniversityDeveloping a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State University
 
Developing a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State UniversityDeveloping a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State University
 
Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...
Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...
Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...
 
Product Innovation is on the Edge
Product Innovation is on the EdgeProduct Innovation is on the Edge
Product Innovation is on the Edge
 
Why Every Company Needs to Think and Act Like a Media Company
Why Every Company Needs to Think and Act Like a Media CompanyWhy Every Company Needs to Think and Act Like a Media Company
Why Every Company Needs to Think and Act Like a Media Company
 
2023 State of Automatic Speech Recognition
2023 State of Automatic Speech Recognition2023 State of Automatic Speech Recognition
2023 State of Automatic Speech Recognition
 
Complex Identities: The Intersection of Disability with Race, Culture, Gender...
Complex Identities: The Intersection of Disability with Race, Culture, Gender...Complex Identities: The Intersection of Disability with Race, Culture, Gender...
Complex Identities: The Intersection of Disability with Race, Culture, Gender...
 
Accessibility as a Gateway to Creativity
Accessibility as a Gateway to CreativityAccessibility as a Gateway to Creativity
Accessibility as a Gateway to Creativity
 
Disability Inclusion for Leadership
Disability Inclusion for LeadershipDisability Inclusion for Leadership
Disability Inclusion for Leadership
 
How to Tell Whether UDL is Working
How to Tell Whether UDL is WorkingHow to Tell Whether UDL is Working
How to Tell Whether UDL is Working
 
Neurodivergency at work (P2) – 3Play and B-I.pdf
Neurodivergency at work (P2) – 3Play and B-I.pdfNeurodivergency at work (P2) – 3Play and B-I.pdf
Neurodivergency at work (P2) – 3Play and B-I.pdf
 
Neurodiversity in the Workplace - Part 1
Neurodiversity in the Workplace - Part 1Neurodiversity in the Workplace - Part 1
Neurodiversity in the Workplace - Part 1
 
How To Deliver an Accessible Online Presentation
How To Deliver an Accessible Online PresentationHow To Deliver an Accessible Online Presentation
How To Deliver an Accessible Online Presentation
 
Power of an Accessible Website.pdf
Power of an Accessible Website.pdfPower of an Accessible Website.pdf
Power of an Accessible Website.pdf
 
2022 Digital Accessibility Legal Update.pdf
2022 Digital Accessibility Legal Update.pdf2022 Digital Accessibility Legal Update.pdf
2022 Digital Accessibility Legal Update.pdf
 
Intro to Live Captioning for Broadcast.pdf
Intro to Live Captioning for Broadcast.pdfIntro to Live Captioning for Broadcast.pdf
Intro to Live Captioning for Broadcast.pdf
 
How to Scale a Sustainable Accessibility Program
How to Scale a Sustainable Accessibility Program How to Scale a Sustainable Accessibility Program
How to Scale a Sustainable Accessibility Program
 

Recently uploaded

Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 

Recently uploaded (20)

Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 

Developing a Custom Video Solution with the 3Play Media API

  • 1. Developing a Custom Video Solution 1 with 3Play Media’s API Mo Zhu Software Engineer 3Play Media CJ Johnson VP of Product 3Play Media Tole Khesin VP of Marketing 3Play Media Bryan Ollendyke Instructional Technologist Penn State University
  • 2. Agenda ‣ API overview – What is an API? – How does 3Play Media’s API work? – What can I do with the 3Play Media API? ‣ Video search demo with code examples ‣ Penn State University’s captioning workflow demo ‣ Q&A 2
  • 3. API Introduction by Mo Zhu 3Play Media 3
  • 4. What is an API? ‣ “Application Programing Interface” ‣ Graphical User Interface (human to computer) vs. Application Programming Interface (computer to computer) 4 ‣ APIs allow two computers to interact with each other by passing data and commands
  • 5. What’s So Great About APIs? ‣ Design workflows that suit your business needs ‣ Automate repetitive manual tasks (esp. at scale) ‣ These reduce: – Cost – Labor hours – Organizational and workflow complexity 5
  • 7. 7 Under the Hood
  • 8. How Does 3Play Media’s API Work? ‣ RESTful architecture – Create, read, update, and destroy (CRUD) information stored in the app – For example, Facebook 8 ‣ Not all CRUD is accessible via the API ‣ Not all functionality from the 3Play Media account system can be accessed via the API
  • 9. What can I do with 3Play Media’s API? ‣ Manage caption/translation/alignment jobs – View media resource information – Request captioning, translation, or alignment – Download finished captions and transcripts ‣ Add interactive transcripts to your video Captions Subtitles Transcripts Alignment Interactive Transcripts 9
  • 10. How to Use the 3Play Media API ‣ Getting started: – Create an API collection – Retrieve the API key of the relevant collection – HTTP requests ‣ 3Play Media terminology: – Account – Project – Collection 10
  • 11. How to Use the 3Play Media API ‣ Media resources are grouped in “collections” ‣ Specify folders in project that belong to a collection ‣ API key and API secret key for each collection 11
  • 12. How to Use the 3Play Media API ‣ API key is a random string of characters that identifies you to the system (like a password) ‣ Some calls only require the API key. Others require the API key and the API secret key 12
  • 13. HTTP Requests (CRUD) Create – POST Read – GET Update – PATCH Destroy – DELETE 13
  • 14. View Files ‣ View all files in the collection: – GET http://api.3playmedia.com/files – Include apikey parameter – http://api.3playmedia.com/files?apikey=abc123 ‣ View a single file: – GET http://api.3playmedia.com/files/:id – Include apikey parameter – http://api.3playmedia.com/files/123?apikey=abc123 14
  • 15. Querying Files ‣ To search the title and the transcript text: – GET http://api.3playmedia.com/files/search – Required parameters: • apikey • q (this is the search term) – http://api.3playmedia.com/files/search?apikey=abc12 3&q=olympics 15
  • 16. Request Captioning ‣ Submit a POST request to – http://api.3playmedia.com/files ‣ Required parameters: – apikey – api_secret_key – file or link • If uploading a full file, use file parameter • If providing an http link to the video, use link parameter 16
  • 17. Downloading Captions ‣ GET http://static.3playmedia.com/files/(:file_id or :video_id)/captions.(:format) ‣ Required parameters: apikey ‣ Common formats: srt, dfxp, smi, stl, qt, qtxml, cptxml, adbe 17
  • 18. Other Functionality ‣ Translations and transcripts ‣ Auto callback – 3Play API tells your system when files are done ‣ Automated Transcript Alignment – Convert a transcript into time-stamped captions ‣ Import existing captions and translations 18
  • 19. Review ‣ What is an API and how does it work? ‣ Benefits of an API ‣ Features of 3Play Media’s API ‣ Examples different use cases 19
  • 20. Demo by Bryan Ollendyke Penn State University 20
  • 21. Q&A 21 Mo Zhu 3Play Media mo@3playmedia.com Bryan Ollendyke Penn State University @btopro CJ Johnson 3Play Media cj@3playmedia.com Resources 3Play Media API Documentation http://support.3playmedia.com/forums/20792257-API-Management- and-Documentation/ ELMSLN (Penn State University) http://www.elmsln.org/