-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguide_dlive.html
84 lines (81 loc) · 3.9 KB
/
guide_dlive.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Qveedo - DLive 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 DLive 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: On Profile Page’s Left side find and click on Go Live button</h6>
<div class="card-body">
<div class="text">
<p>Navigate to your profile page and click the <strong>Go Live</strong> button on the left side.</p>
</div>
<div class="media">
<img src="img/dlive_one.png" title="Click Go Live" alt="Click Go Live">
</div>
</div>
</div>
<div class="card">
<h6>Step 2: After entering stream details, click the Save button</h6>
<div class="card-body">
<div class="text">
<p>Enter the required stream details, then click <strong>Save</strong>.</p>
</div>
<div class="media">
<img src="img/dlive_two.png" title="Enter stream details" alt="Enter stream details">
</div>
</div>
</div>
<div class="card">
<h6>Step 3: Copy Server URL and Stream Key</h6>
<div class="card-body">
<div class="text">
<p>Copy the Server URL and Stream Key from the DLive streaming setup page.</p>
</div>
<div class="media">
<img src="img/dlive_three.png" title="Copy Server URL and Stream Key" alt="Copy Server URL and Stream Key">
</div>
</div>
</div>
<div class="card">
<h6>Step 4: Paste Server URL and Stream Key into our app</h6>
<div class="card-body">
<div class="text">
<p>Paste the copied Server URL and Stream Key into our Qveedo app to start streaming.</p>
</div>
<div class="media">
<img src="img/DLive.jpg" title="Paste Server URL and Stream Key" alt="Paste Server URL and Stream Key">
</div>
</div>
</div>
<div class="card">
<h6>Enjoy Streaming on DLive!</h6>
<div class="card-body">
<div class="text">
<p>Once you’ve pasted the details, you’re all set! Enjoy your live streaming session on DLive.</p>
</div>
</div>
</div>
</div>
</main>
<footer class="footer">
<p>Qveedo © All rights reserved</p>
</footer>
</div>
</body>
</html>