forked from kaltura/developer-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ovp.LucyBot.yml
804 lines (702 loc) · 30.1 KB
/
ovp.LucyBot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
specifications:
kaltura:
- openapi: ./ovp.openapi.json
css:
- assets/ovp.css
workflowDirectory: workflows/ovp
sitemap:
hostname: https://developer.kaltura.com
#discussionURL: '/discussion/{{slug}}?title={{title}}'
routes:
default: /404-not-found
/:
redirect: '/api-docs'
/404-not-found:
title: Page not found
ui: markdown
markdownFile: './markdown/404.html'
/api-docs:
title: Kaltura API Documentation
for: kaltura
navigation: operationNavigation
meta:
title: "Kaltura VPaaS API Documentation"
description: "Full documentation for the Kaltura VPaaS API"
/console:
ui: console
for: kaltura
title: Kaltura API Console
meta:
title: "Kaltura VPaaS API Console"
description: "Make test calls to the Kaltura VPaaS API"
/workflows:
ui: workflows
for: kaltura
navigation: workflowNavigation
intro: |
Interactive workflows on this page will help you dive straight
into coding the various building blocks of your application.
Here you will find working code workflows together with detailed
explanations and documentation references.
#### What do you want to do today?
title: Kaltura API Workflows
icons: offset
meta:
title: "Kaltura API Workflows"
description: "Learn how to work with the Kaltura API using interactive workflows"
/player/web:
title: Kaltura Web Player Documentation
documentation: documentation
navigation: webNavigation
/player/ios:
title: Kaltura iOS Player Documentation
documentation: documentation
navigation: iosNavigation
/player/android:
title: Kaltura Android Player Documentation
documentation: documentation
navigation: androidNavigation
/new-workflow:
ui: workflow
for: kaltura
/preview-workflow:
ui: workflow
for: kaltura
/recipes:
redirect: '/workflows'
/recipes/ad_cue_points:
redirect: '/workflows/Engage_and_Publish/Advertisement_Cue_Points'
/recipes/analytics:
redirect: '/workflows/Review_Media_Analytics/Analytics_Reports'
/recipes/app_tokens:
redirect: '/workflows/Generate_API_Sessions/App_Token_Authentication'
/recipes/authentication:
redirect: '/workflows/Generate_API_Sessions/Authentication'
/recipes/backend_notifications:
redirect: '/workflows/Integration_Scheduling_and_Hooks/Backend_and_Email_Notifications'
/recipes/captions:
redirect: '/workflows/Enrich_and_Organize_Metadata/Captions'
/recipes/code_cue_points:
redirect: '/workflows/Engage_and_Publish/Cue_Points'
/recipes/dynamic_thumbnails:
redirect: '/workflows/Engage_and_Publish/Animated_Thumbnails_with_CSS_Stripes'
/recipes/leaderboard_reports:
redirect: '/workflows/Integration_Scheduling_and_Hooks/Leaderboard_Reports'
/recipes/live_broadcast:
redirect: '/workflows/Live_Stream_and_Broadcast'
/recipes/metadata:
redirect: '/workflows/Enrich_and_Organize_Metadata/Working_with_metadata'
/recipes/player_external_skin_overrides:
redirect: '/workflows/Engage_and_Publish/Kaltura_Player_External_Skin_Overrides'
/recipes/player_uiconf:
redirect: '/workflows/Engage_and_Publish/Player_UI_conf'
/recipes/quiz:
redirect: '/workflows/Engage_and_Publish/Quiz'
/recipes/upload:
redirect: '/workflows/Ingest_and_Upload_Media'
/recipes/using_css_states:
redirect: '/workflows/Engage_and_Publish/Using_CSS_states'
/recipes/video_search:
redirect: '/workflows/Search_Discover_and_Personalize/Kaltura_Media_Library_Search'
/recipes/webvtt_captions:
redirect: '/workflows/Enrich_and_Organize_Metadata/Serve_WebVTT_Captions'
operationNavigation:
- title: "Overview"
markdownURL: /assets/documentation/overview.html
discussionURL: null
meta:
title: "Kaltura VPaaS API Overview"
description: "Learn how to use the Kaltura VPaaS API"
- title: "Getting Started"
path: "/VPaaS-API-Getting-Started"
children:
- title: "Get Started with the Kaltura API"
markdownURL: /assets/documentation/VPaaS-API-Getting-Started/Getting-Started-VPaaS-API.html
path: "/VPaaS-API-Getting-Started/Getting-Started-VPaaS-API.html"
discussionURL: null
- title: "How to Create a Kaltura Session"
markdownURL: /assets/documentation/VPaaS-API-Getting-Started/how-to-create-kaltura-session.html
path: "/VPaaS-API-Getting-Started/how-to-create-kaltura-session.html"
discussionURL: null
- title: "Kaltura API Authentication and Security"
markdownURL: /assets/documentation/VPaaS-API-Getting-Started/Kaltura_API_Authentication_and_Security.html
path: "/VPaaS-API-Getting-Started/Kaltura_API_Authentication_and_Security.html"
discussionURL: null
- title: "Application Tokens"
markdownURL: /assets/documentation/VPaaS-API-Getting-Started/application-tokens.html
path: "/VPaaS-API-Getting-Started/application-tokens.html"
discussionURL: null
- title: "Introduction to Kaltura's Client Libraries"
markdownURL: /assets/documentation/VPaaS-API-Getting-Started/introduction-kaltura-client-libraries.html
path: "/VPaaS-API-Getting-Started/introduction-kaltura-client-libraries.html"
discussionURL: null
- title: "API Client Library Generator"
markdownURL: /assets/documentation/VPaaS-API-Getting-Started/client-library-generator.html
path: "/VPaaS-API-Getting-Started/client-library-generator.html"
discussionURL: null
- title: "Kaltura's API Abstract Classes"
markdownURL: /assets/documentation/VPaaS-API-Getting-Started/how-use-kaltura-api-abstract-classes.html
path: "/VPaaS-API-Getting-Started/how-use-kaltura-api-abstract-classes.html"
discussionURL: null
- title: "API Usage Guideliness "
markdownURL: /assets/documentation/VPaaS-API-Getting-Started/api-guidelines.html
path: "/VPaaS-API-Getting-Started/api-guidelines.html"
discussionURL: null
- title: "Supported Devices"
markdownURL: /assets/documentation/VPaaS-API-Getting-Started/supported-devices.html
path: "/VPaaS-API-Getting-Started/supported-devices.html"
discussionURL: null
- title: "Client Libraries"
markdownFile: ./markdown/generated/client_libraries.md
disableEditLink: true
discussionURL: null
meta:
title: "Native Client Libraries"
description: "Download and learn how to use Kaltura's client libraries"
children:
- title: "Support Matrix"
markdownFile: ./markdown/generated/support_matrix.md
disableEditLink: true
- title: "XML Schemas"
markdownFile: ./markdown/schemas.md
children:
- title: 'Syndication Feed'
markdownURL: /assets/markdown/generated/syndication.md
disableEditLink: true
- title: 'Bulk Upload'
markdownURL: /assets/markdown/generated/bulkUploadXml.bulkUploadXML.md
disableEditLink: true
- title: 'Bulk Upload Results'
markdownURL: /assets/markdown/generated/bulkUploadXml.bulkUploadResultXML.md
disableEditLink: true
- title: 'Cue Point Serve'
markdownURL: /assets/markdown/generated/cuePoint.serveAPI.md
disableEditLink: true
- title: 'Cue Point Ingest'
markdownURL: /assets/markdown/generated/cuePoint.ingestAPI.md
disableEditLink: true
- title: 'Drop Folder'
markdownURL: /assets/markdown/generated/dropFolderXmlBulkUpload.dropFolderXml.md
disableEditLink: true
- title: "Generate API Sessions"
children:
- title: "session"
tag: "session"
children:
- operation: "session.start"
- operation: "session.end"
- operation: "session.get"
- operation: "session.impersonate"
- operation: "session.impersonateByKs"
- operation: "session.startWidgetSession"
- tag: "appToken"
- operation: 'user.loginByLoginId'
- title: "Ingest and Upload Media"
children:
- title: "Introduction to Content Preparation & Transcoding"
markdownURL: /assets/documentation/Ingest_and_Upload_Media/Content-Ingestion-Transcoding.html
path: "/Ingest_and_Upload_Media/Content-Ingestion-Transcoding.html"
discussionURL: null
- title: "Playlist Management"
markdownURL: /assets/documentation/Ingest_and_Upload_Media/playlist-management.html
path: "/Ingest_and_Upload_Media/playlist-management.html"
discussionURL: null
- title: "Bulk Content Ingestion API"
markdownURL: /assets/documentation/Ingest_and_Upload_Media/Bulk-Content-Ingestion.html
path: "/Ingest_and_Upload_Media/Bulk-Content-Ingestion.html"
discussionURL: null
- title: "How to Ingest a Media File Bundled with Metadata (CSV, XML, API)"
markdownURL: /assets/documentation/Ingest_and_Upload_Media/how-ingest-media-file-bundled-metadata-csv-xml-api.html
path: "/Ingest_and_Upload_Media/how-ingest-media-file-bundled-metadata-csv-xml-api.html"
discussionURL: null
- title: "Create a New Kaltura Entry and Upload Video File using the Kaltura API"
markdownURL: /assets/documentation/Ingest_and_Upload_Media/create-new-kaltura-entry-and-upload-video-file-using-kaltura-api.html
path: "/Ingest_and_Upload_Media/create-new-kaltura-entry-and-upload-video-file-using-kaltura-api.html"
discussionURL: null
- title: "Kaltura Express Recorder"
markdownURL: /assets/documentation/Ingest_and_Upload_Media/express-recorder.html
path: "/Ingest_and_Upload_Media/express-recorder.html"
discussionURL: null
- tag: "uploadToken"
- tag: "media"
- tag: "captionAsset"
- tag: "captionParams"
- tag: "thumbAsset"
- tag: "attachmentAsset"
- tag: "externalMedia"
# `upload` service was deprecated in favour of `UploadToken`
- tag: "upload"
hide: true
- title: "Execute Bulk Ingest and Updates"
prerender: false
children:
- operation: "media.bulkUploadAdd"
- operation: "user.addFromBulkUpload"
- operation: "category.addFromBulkUpload"
- operation: "cuePoint.addFromBulk"
- operation: "categoryEntry.addFromBulkUpload"
- operation: "categoryUser.addFromBulkUpload"
- tag: "bulk"
- tag: "schema"
- tag: "dropFolder"
- tag: "dropFolderFile"
- tag: "virusScanProfile"
hide: true
- tag: "aspera"
hide: true
# `bulkUpload` service was deprecated in favour of `bulk`
- tag: "bulkUpload"
hide: true
- title: "Convert and Transcode Media"
children:
- title: "How to use the API to Add a New Conversion Profile"
markdownURL: /assets/documentation/Convert-and-Transcode-Media/how-use-api-add-new-conversion-profile.html
path: "/Convert-and-Transcode-Media/how-use-api-add-new-conversion-profile.html"
discussionURL: null
- title: "How to use the API to Add New Flavor Params"
markdownURL: /assets/documentation/Convert-and-Transcode-Media/how-use-api-add-new-flavor-params.html
path: "/Convert-and-Transcode-Media/how-use-api-add-new-flavor-params.html"
discussionURL: null
- title: "How to Use the API to Create a New Flavor Asset for an Existing Entry"
markdownURL: /assets/documentation/Convert-and-Transcode-Media/how-use-api-create-new-flavor-asset-existing-entry.html
path: "/Convert-and-Transcode-Media/how-use-api-create-new-flavor-asset-existing-entry.html"
discussionURL: null
- tag: "flavorAsset"
- tag: "flavorParams"
- tag: "flavorParamsOutput"
- tag: "conversionProfile"
- tag: "conversionProfileAssetParams"
- tag: "mediaInfo"
- title: "Live Stream and Broadcast"
prerender: false
children:
- tag: "liveStream"
- title: "Enrich and Organize Metadata"
children:
- title: "How to Retrieve Metadata of a Media Entry using the API?"
markdownURL: /assets/documentation/Enrich-and-Organize-Metadata/how-retrieve-metadata-media-entry-using-api.html
path: "/Enrich-and-Organize-Metadata/how-retrieve-metadata-media-entry-using-api.html"
discussionURL: null
- tag: "baseEntry"
- tag: "category"
- tag: "categoryEntry"
- tag: "categoryUser"
- tag: "media"
- tag: "metadata"
- tag: "metadataProfile"
- tag: "captionAsset"
- tag: "captionParams"
- tag: "captionAssetItem"
- tag: "attachmentAsset"
- tag: "thumbAsset"
- tag: "thumbParams"
- tag: "tag"
- title: "Search, Discover and Personalize"
children:
- title: "Searching with Kaltura eSearch API"
markdownURL: /assets/documentation/Search--Discover-and-Personalize/search.html
path: "/Search--Discover-and-Personalize/esearch.html"
discussionURL: null
- title: "How to perform AND, OR, NOT and Exact Match searches in API"
markdownURL: /assets/documentation/Search--Discover-and-Personalize/how-search-kaltura-works-how-perform-and-or-not-and-exact-match-searches-api.html
path: "/Search--Discover-and-Personalize/how-search-kaltura-works-how-perform-and-or-not-and-exact-match-searches-api.html"
discussionURL: null
- operation: "baseEntry.list"
- tag: "media"
- tag: "captionAssetItem"
- tag: "playlist"
- tag: "like"
- tag: "shortLink"
- tag: "tag"
- tag: "user"
- tag: "groupUser"
- title: "Engage and Publish"
children:
- title: "Adding a Thumbnail Flavor Parameter that Supports Resizing Auto-generated Thumbnails"
markdownURL: /assets/documentation/Engage_and_Publish/how-add-thumbnail-flavor-param-supports-resizing-auto-generated-thumbnails-transcoding-profile.html
path: "/Engage_and_Publish/how-add-thumbnail-flavor-param-supports-resizing-auto-generated-thumbnails-transcoding-profile.html"
discussionURL: null
- title: "How To Create a Video Thumbnail Rotator in JavaScript"
markdownURL: /assets/documentation/Engage_and_Publish/how-create-video-thumbnail-rotator-javascript.html
path: "/Engage_and_Publish/how-create-video-thumbnail-rotator-javascript.html"
discussionURL: null
- title: "Kaltura Video Thumbnail and Image Transformation API"
markdownURL: /assets/documentation/Engage_and_Publish/kaltura-thumbnail-api.html
path: "/Engage_and_Publish/kaltura-thumbnail-api.html"
discussionURL: null
- tag: "playlist"
- tag: "thumbAsset"
- tag: "cuePoint"
- tag: "quiz"
- tag: "userEntry"
- tag: "like"
- tag: "uiConf"
- tag: "annotation"
hide: true
- title: "Media Analytics"
prerender: false
children:
- title: "How to Generate Interactive Video Quiz Reports Using the Kaltura API?"
markdownURL: /assets/documentation/Video-Analytics-and-Insights/how-generate-interactive-video-quiz-reports-using-kaltura-api.html
path: "/Video-Analytics-and-Insights/how-generate-interactive-video-quiz-reports-using-kaltura-api.html"
discussionURL: null
- title: "Kaltura's Media Analytics"
markdownURL: /assets/documentation/Video-Analytics-and-Insights/media-analytics.html
path: "/Video-Analytics-and-Insights/media-analytics.html"
discussionURL: null
- tag: "analytics"
- tag: "report"
- tag: "liveReports"
- tag: "liveStats"
- tag: "stats"
- title: "Deliver and Distribute Media"
prerender: false
children:
- title: "Video Search Engine Optimization (SEO)"
markdownURL: /assets/documentation/Deliver-and-Distribute-Media/videoSEO.html
path: "/Deliver-and-Distribute-Media/videoSEO.html"
discussionURL: null
- title: "The playManifest Service: Streaming API for Videos and Playlists"
markdownURL: /assets/documentation/Deliver-and-Distribute-Media/playManifest-streaming-api.html
path: "/Deliver-and-Distribute-Media/playManifest-streaming-api.html"
discussionURL: null
- tag: "playManifest"
- tag: "syndicationFeed"
- tag: "entryDistribution"
- tag: "distributionProfile"
- tag: "distributionProvider"
- tag: "deliveryProfile"
hide: true
- tag: "storageProfile"
- title: "Secure, Control and Govern"
children:
- title: "Content Categories Management"
markdownURL: /assets/documentation/Secure_Control_and_Govern/Content-Categories-Management.html
path: "/Secure_Control_and_Govern/Content-Categories-Management.html"
discussionURL: null
seeAlso:
- operation: "category.add"
- operation: "categoryEntry.add"
- operation: "categoryEntry.delete"
- title: "Content Entitlements and Privacy Enforcement"
markdownURL: /assets/documentation/Secure_Control_and_Govern/Content-Entitlements-Privacy-Enforcement.html
path: "/Secure_Control_and_Govern/Content-Entitlements-Privacy-Enforcement.html"
discussionURL: null
- title: "Access Control and Content Retrieval on Connected Devices"
markdownURL: /assets/documentation/Secure_Control_and_Govern/Access-Control-and-Content-Retrieval-on-Connected-Devices.html
path: "/Secure_Control_and_Govern/Access-Control-and-Content-Retrieval-on-Connected-Devices.html"
discussionURL: null
- title: "The Kaltura Media Access Control Model"
markdownURL: /assets/documentation/Secure_Control_and_Govern/kaltura-media-access-control-model.html
path: "/Secure_Control_and_Govern/kaltura-media-access-control-model.html"
discussionURL: null
- title: "Kaltura Audit-Trail - Viewer Example Application"
markdownURL: /assets/documentation/Secure_Control_and_Govern/Kaltura_Audit-Trail_Viewer_Example_Application.html
path: "/Secure_Control_and_Govern/Kaltura_Audit-Trail_Viewer_Example_Application.html"
discussionURL: null
- tag: "partner"
- tag: "user"
- tag: "userRole"
- tag: "groupUser"
- tag: "accessControlProfile"
- tag: "categoryEntry"
- tag: "categoryUser"
- tag: "permission"
- tag: "permissionItem"
# `accessControl` service was deprecated in favour of `accessControlProfile`
- tag: "accessControl"
hide: true
- tag: "adminUser"
hide: true
- tag: "conference"
hide: true
- tag: "auditTrail"
#- title: "Optimize API Requests"
#prerender: false
#children:
# - tag: "multirequest"
# - tag: "responseProfile"
- title: "Integration, Scheduling and Hooks"
prerender: false
children:
- title: "Recorded and Live Stream Events Scheduling and iCal API"
markdownURL: /assets/documentation/Integration-Scheduling-and-Hooks/recorded-and-live-event-scheduling.html
path: "/Integration-Scheduling-and-Hooks/recorded-and-live-event-scheduling.html"
discussionURL: null
- title: "Scheduling Triggers using iCal"
markdownFile: ./markdown/scheduling.md
children:
- tag: "scheduleEvent"
- tag: "scheduleEventResource"
- tag: "scheduleResource"
- title: "How To Handle Kaltura Server Notifications in PHP"
markdownURL: /assets/documentation/Integration-Scheduling-and-Hooks/how-handle-kaltura-server-notifications-in-php.html
path: "/Integration-Scheduling-and-Hooks/how-handle-kaltura-server-notifications-in-php.html"
discussionURL: null
- tag: "eventNotificationTemplate"
- tag: "scheduledTaskProfile"
- tag: "integration"
- tag: "businessProcessCase"
# `notification` service was deprecated in favour of `eventNotificationTemplate`
- tag: "notification"
hide: true
- title: "Encrypt and License Content"
prerender: false
children:
- tag: "drmLicenseAccess"
- tag: "drmPolicy"
- tag: "drmProfile"
- tag: "playReadyDrm"
- tag: "widevineDrm"
- tag: "deliveryProfile"
hide: true
- title: "Manage Documents and Other Assets"
prerender: false
children:
- tag: "baseEntry"
- tag: "data"
- tag: "documents"
- title: "Manage and Deliver Apps and Widgets"
prerender: false
children:
- tag: "uiConf"
- tag: "widget"
- tag: "fileAsset"
- tag: "captureSpace"
- title: "Manage Backend and Storage"
prerender: false
children:
- tag: "system"
- tag: "storageProfile"
- title: "Miscellaneous"
prerender: false
isMiscellaneous: true
hide: true
searchable: true
autoselect: false
- title: "Sample applications"
children:
- title: "Video social network"
markdownURL: /assets/documentation/Inspiring-Examples/TikRok-FaceFilter-Social-Network.html
path: "/Inspiring-Examples/TikRok-FaceFilter-Social-Network.html"
discussionURL: null
- title: "Meetabout: Kaltura Virtual Rooms Example"
markdownURL: /assets/documentation/Inspiring-Examples/Meetabout-Virtual-Rooms-App.html
path: "/Inspiring-Examples/Meetabout-Virtual-Rooms-App.html"
discussionURL: null
- title: "Contribute"
children:
- title: "Article Style and Structure Guidelines
VPaaS Website Sample Article"
markdownURL: /assets/documentation/Contribute/Article-Style-Structure-Guidelines.html
path: "/Contribute/Article-Style-Structure-Guidelines.html"
discussionURL: null
workflowNavigation:
- title: Generate API Sessions
icon: assets/img/icons/administrative.png
children:
- workflow: authentication
- workflow: app_token_auth
- title: Secure, Control and Govern
icon: users
children:
- workflow: group_management
- title: Ingest and Upload Media
icon: assets/img/icons/upload.png
children:
- workflow: upload
- workflow: youtube_ingestion
- title: Enrich and Organize Metadata
icon: assets/img/icons/distribute.png
children:
- workflow: metadata
- workflow: captions
- workflow: webvtt_captions
- title: Search, Discover and Personalize
icon: assets/img/icons/publish.png
children:
- workflow: video_search
- title: Engage and Publish
icon: assets/img/icons/engage.png
children:
- workflow: dynamic_thumbnails
- workflow: player_uiconf
- workflow: player_external_skin_overrides
- workflow: using_css_states
- workflow: code_cue_points
- workflow: quiz
- workflow: ad_cue_points
- title: Integration, Scheduling and Hooks
icon: assets/img/icons/other.png
children:
- workflow: backend_notifications
- title: Review Media Analytics
icon: assets/img/icons/analytic.png
children:
- workflow: analytics
- workflow: leaderboard_reports
- title: Manage and Deliver Apps and Widgets
icon: assets/img/icons/manage.png
children:
- workflow: app_token_auth
- title: Add a Workflow
icon: plus
isAdd: true
- title: Contact Us
icon: assets/img/icons/contact.png
isContact: true
webNavigation:
- title: "Getting Started"
markdownURL: /assets/documentation/player-portal/web/getting-started-web.html
path: "/getting-started-web"
- title: "Player Embed Types"
markdownURL: /assets/documentation/player-portal/web/embed-types-web.html
path: "/embed-types-web"
- title: "Embed for Angular"
markdownURL: /assets/documentation/player-portal/web/angular-embed.html
path: "/angular-embed-web"
- title: "Player Setup"
markdownURL: /assets/documentation/player-portal/web/player-setup-web.html
path: "/player-setup-web"
- title: "Player Configuration"
markdownURL: /assets/documentation/player-portal/web/configuration-web.html
path: "/configuration-web"
- title: "Managing Playlists"
markdownURL: /assets/documentation/player-portal/web/playlist-web.html
path: "/playlist-web"
- title: "Player CSS"
markdownURL: /assets/documentation/player-portal/web/player-css-web.html
path: "/player-css-web"
- title: "User Preferences"
markdownURL: /assets/documentation/player-portal/web/user-preferences-web.html
path: "/user-preferences-web"
- title: "Keyboard Shortcuts"
markdownURL: /assets/documentation/player-portal/web/keyboard-shortcuts-web.html
path: "/keyboard-shortcuts-web"
- title: "Player Events"
markdownURL: /assets/documentation/player-portal/web/player-events-web.html
path: "/player-events-web"
- title: "Managing Tracks"
markdownURL: /assets/documentation/player-portal/web/managing-tracks-web.html
path: "/managing-tracks-web"
- title: "Autoplay"
markdownURL: /assets/documentation/player-portal/web/autoplay-web.html
path: "/autoplay-web"
- title: "Player States"
markdownURL: /assets/documentation/player-portal/web/player-states-web.html
path: "/player-states-web"
- title: "Player API"
markdownURL: /assets/documentation/player-portal/web/api-web.html
path: "/api-web"
- title: "Player Plugins"
markdownURL: /assets/documentation/player-portal/web/building-plugins-web.html
path: "/plugins-web"
- title: "Handling Player Errors"
markdownURL: /assets/documentation/player-portal/web/errors-web.html
path: "/errors-web"
- title: "Debugging"
markdownURL: /assets/documentation/player-portal/web/debugging-web.html
path: "/debugging-web"
- title: "Source Selection"
markdownURL: /assets/documentation/player-portal/web/source-selection-web.html
path: "/source-selection-web"
- title: "Coding Guidelines"
markdownURL: /assets/documentation/player-portal/web/coding-guidelines-web.html
path: "/coding-guidelines-web"
- title: "Player UI"
children:
- title: "Player UI Configuration"
markdownURL: /assets/documentation/player-portal/web/playkit-js-ui/ui-configuration.html
path: "/ui/ui-configuration"
- title: "Player UI Events"
markdownURL: /assets/documentation/player-portal/web/playkit-js-ui/ui-events.html
path: "/ui/ui-events"
- title: "Player Components"
markdownURL: /assets/documentation/player-portal/web/playkit-js-ui/components.html
path: "/ui/components"
- title: "Custom UI Presets"
markdownURL: /assets/documentation/player-portal/web/playkit-js-ui/custom-ui-presets.html
path: "/ui/custom-ui-presets"
- title: "Player Translation and Language"
markdownURL: /assets/documentation/player-portal/web/playkit-js-ui/translations.html
path: "/ui/translations"
- title: "Captions Menu Settings"
markdownURL: /assets/documentation/player-portal/web/playkit-js-ui/captions-menu.html
path: "/ui/captions-menu"
iosNavigation:
- title: "Getting Started with the Player SDK"
markdownURL: /assets/documentation/player-portal/ios/getting-started-ios.html
path: "/getting-started-ios"
- title: "Supported Devices"
markdownURL: /assets/documentation/player-portal/ios/supported-devices-ios.html
path: "/supported-devices-ios"
- title: "Player Events"
markdownURL: /assets/documentation/player-portal/ios/player-events-ios.html
path: "/player-events-ios"
- title: "Track Selection"
markdownURL: /assets/documentation/player-portal/ios/track-selection-ios.html
path: "/track-selection-ios"
- title: "Analytics Plugins"
markdownURL: /assets/documentation/player-portal/ios/analytics-plugins-ios.html
path: "/analytics-plugins-ios"
- title: "Interactive Media Ads"
markdownURL: /assets/documentation/player-portal/ios/interactive-media-ads-ios.html
path: "/interactive-media-ads-ios"
- title: "Live Streaming"
markdownURL: /assets/documentation/player-portal/ios/live-streaming-ios.html
path: "/live-streaming-ios"
- title: "Background Play"
markdownURL: /assets/documentation/player-portal/ios/background-play-ios.html
path: "/background-play-ios"
- title: "Download-to-go"
markdownURL: /assets/documentation/player-portal/ios/download-to-go-ios.html
path: "/download-to-go-ios"
- title: "Casting for iOS"
markdownURL: /assets/documentation/player-portal/ios/casting-ios.html
path: "/casting-ios"
- title: "Offline Assets"
markdownURL: /assets/documentation/player-portal/ios/offline-assets-ios.html
path: "/offline-assets-ios"
- title: "VR/360 Video"
markdownURL: /assets/documentation/player-portal/ios/vr-360-ios.html
path: "/vr-360-ios"
- title: "Kaltura Session Authentication"
markdownURL: /assets/documentation/player-portal/ios/kaltura-session-authentication-ios.html
path: "/kaltura-session-authentication-ios"
- title: "Player UI Tutorial"
markdownURL: /assets/documentation/player-portal/ios/player-ui-ios.html
path: "/player-ui-ios"
- title: "Audio Mode"
markdownURL: /assets/documentation/player-portal/ios/audio-mode-ios.html
path: "/audio-mode-ios"
androidNavigation:
- title: "Getting Started with the Player SDK"
markdownURL: /assets/documentation/player-portal/android/getting-started-android.html
path: "/getting-started-android"
- title: "Player Events"
markdownURL: /assets/documentation/player-portal/android/player-events-android.html
path: "/player-events-android"
- title: "Player Settings"
markdownURL: /assets/documentation/player-portal/android/player-settings-android.html
path: "/player-settings-android"
- title: "Player Configuration"
markdownURL: /assets/documentation/player-portal/android/player-config-android.html
path: "/player-config-android"
- title: "Security Provider"
markdownURL: /assets/documentation/player-portal/android/security-provider-android.html
path: "/security-provider-android"
- title: "Download-to-go"
markdownURL: /assets/documentation/player-portal/android/download-to-go-android.html
path: "/download-to-go-android"
- title: "Casting for Android"
markdownURL: /assets/documentation/player-portal/android/casting-android.html
path: "/casting-android"
- title: "DRM Schemes"
markdownURL: /assets/documentation/player-portal/android/drm-android.html
path: "/drm-android"
- title: "Ad Plugins"
markdownURL: /assets/documentation/player-portal/android/ads-android.html
path: "/ads-android"
- title: "Playlist Configuration"
markdownURL: /assets/documentation/player-portal/android/playlist-android.html
path: "/playlist-android"