forked from ustream/api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (100 loc) · 4.67 KB
/
index.html
File metadata and controls
101 lines (100 loc) · 4.67 KB
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
---
layout: default
title: Ustream Developers
id: developers-home
---
<header class="hero medium fill-grad1">
<div class="row">
<div class="hero-content column column-6">
<h1>Developer Tools</h1>
<h4>Customize and control the viewing experience for your audience or create your own streaming applications with the Ustream open video platform and Application Programming Interfaces (APIs) and Software Development Kits (SDKs).</h4>
</div>
<div id="ApiLogo" class="has-transition">
<div id="ApiLogoShadow"></div>
<div id="ApiLogoBase">
<div id="ApiLogoGrid"></div>
<div id="ApiLogoU"></div>
</div>
</div>
</div>
</header>
<main>
<article class="gutter-30 text-center clear">
<div class="row" data-egalize-heights=".column-4 .column-wrapper">
<div class="column column-4">
<div class="column-wrapper">
<i class="illustrative-icon blue-icon ustream-api-icon"></i>
<div class="description">
<h4>Broadcasting API<span>for Media and Enterprise</span></h4>
<p>The Broadcasting API provides total control over Ustream accounts and channels. It allows you to build a full white-label streaming platform or create multiple channels under a single account.</p>
</div>
<div class="buttons">
<a href="https://www.ustream.tv/enterprise-video/contact" class="button ghost default">Contact sales</a>
<a class="secondary-action" href="broadcasting-api/index.html">View documentation</a>
</div>
</div>
</div>
<div class="column column-4">
<div class="column-wrapper">
<i class="illustrative-icon light-red-icon embed-icon"></i>
<div class="description">
<h4>Player API<span>Free for Anyone</span></h4>
<p>Control the features of the Ustream player and customize its layout, while maintaining a continuous, interactive data connection with Ustream’s backend. Embed the player anywhere and manage it according to your needs and preferences.</p>
</div>
<div class="buttons">
<a href="player-api/index.html" class="button ghost default">View documentation</a>
</div>
</div>
</div>
<div class="column column-4">
<div class="column-wrapper">
<i class="illustrative-icon cyan-icon mobile-icon"></i>
<div class="description">
<h4>Player SDK<span>for app publishers, media, and enterprise</span></h4>
<p>Ustream provides Player SDKs for iOS, Android, and Roku, allowing application developers and publishers to seamlessly integrate live and recorded video feeds into a fully customized app experience.</p>
</div>
<div class="buttons">
<a href="https://www.ustream.tv/enterprise-video/contact" class="button ghost default">Contact sales</a>
<a href="player-sdk/index.html" class="secondary-action">View documentation</a>
</div>
</div>
</div>
<div class="column column-4">
<div class="column-wrapper">
<i class="illustrative-icon cyan-icon shield-icon"></i>
<div class="description">
<h4>Authenticated Viewing<br>Access API<span>for Enterprise</span></h4>
<p>Connect Ustream to your own user database or directory information service and manage access control using your existing security tools for both live and recorded content.</p>
</div>
<div class="buttons">
<a href="https://www.ustream.tv/enterprise-video/contact" class="button ghost default">Contact sales</a>
</div>
</div>
</div>
<div class="column column-4">
<div class="column-wrapper">
<i class="illustrative-icon light-pink-icon pro-camera-icon"></i>
<div class="description">
<h4>Certified Broadcasting<br>Device API<span>for device manufacturers</span></h4>
<p>Join companies like JVC, Logitech, Panasonic, Samsung and Teradek in using the Certified Broadcasting Device API to build cameras and encoders with a direct connection to Ustream.</p>
</div>
<div class="buttons">
<a href="mailto:certified@ustream.tv" data-url="certified[{kukac}]ustream[{pont}]tv" class="button ghost default email-populate-button">Contact us</a>
</div>
</div>
</div>
<div class="column column-4">
<div class="column-wrapper">
<i class="illustrative-icon orange-icon analytics-icon"></i>
<div class="description">
<h4>Smart Data Connectors<span>for Media and Enterprise</span></h4>
<p>Tap into Ustream’s powerful engagement, sentiment, and telemetry data. Create filters for our live un-sampled data and get a customized, instantaneous data feed for realtime analytics.</p>
</div>
<div class="buttons">
<a href="https://www.ustream.tv/enterprise-video/contact" class="button ghost default">Contact sales</a>
</div>
</div>
</div>
</div>
</article>
</main>