-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguide_vimeo.html
More file actions
106 lines (103 loc) · 4.97 KB
/
guide_vimeo.html
File metadata and controls
106 lines (103 loc) · 4.97 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
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Qveedo - Vimeo Live Streaming Guide</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="wrapper">
<main>
<div class="container">
<div class="heading">
<h1>How to Stream Live on Vimeo with Qveedo</h1>
<p>Welcome to Qveedo, Let’s get started with a step-by-step guide to unlock your streaming potential.</p>
</div>
<div class="card">
<h6>Step 1: Open Vimeo app and click on Live Events</h6>
<div class="card-body">
<div class="text">
<p>Go to Vimeo and click on the <strong>Live Events</strong> option.</p>
</div>
<div class="media">
<img src="img/vimeo_one.jpg" title="Live Events" alt="Live Events">
</div>
</div>
</div>
<div class="card">
<h6>Step 2: Now click on Start Free Demo</h6>
<div class="card-body">
<div class="text">
<p>Click on the <strong>Start Free Demo</strong> button to begin.</p>
</div>
<div class="media">
<img src="img/vimeo_two.jpg" title="Start Free Demo" alt="Start Free Demo">
</div>
</div>
</div>
<div class="card">
<h6>Step 3: Select Set Up From Scratch</h6>
<div class="card-body">
<div class="text">
<p>Choose the <strong>Set Up From Scratch</strong> option.</p>
</div>
<div class="media">
<img src="img/vimeo_three.jpg" title="Set Up From Scratch" alt="Set Up From Scratch">
</div>
</div>
</div>
<div class="card">
<h6>Step 4: Enter all the streaming details and click Create</h6>
<div class="card-body">
<div class="text">
<p>Fill out your streaming details and click <strong>Create</strong>.</p>
</div>
<div class="media">
<img src="img/vimeo_four.jpg" title="Select Stream With an Encoder" alt="Select Stream With an Encoder">
</div>
</div>
</div>
<div class="card">
<h6>Step 4: Select Use an External Encoder</h6>
<div class="card-body">
<div class="text">
<p>Select <strong>Use an External Encoder</strong> and click <strong>Next</strong>.</p>
</div>
<div class="media">
<img src="img/vimeo_five.jpg" title="Use an External Encoder" alt="Use an External Encoder">
</div>
</div>
</div>
<div class="card">
<h6>Step 6: Copy RTMP URL and Stream Key</h6>
<div class="card-body">
<div class="text">
<p>Copy the RTMP URL and Stream Key.</p>
</div>
<div class="media">
<img src="img/vimeo_six.jpg" title="Copy RTMP URL and Stream Key" alt="Copy RTMP URL and Stream Key">
</div>
</div>
</div>
<div class="card">
<h6>Step 7: Paste URL and Stream Key into our app</h6>
<div class="card-body">
<div class="text">
<p>Paste the RTMP URL and Stream Key into our app to start streaming.</p>
</div>
<div class="media">
<img src="img/Vimeo.jpg" title="Copy RTMP URL and Stream Key" alt="Copy RTMP URL and Stream Key">
</div>
</div>
</div>
</div>
</main>
</div>
</body>
</html>