|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <title>Screen Recorder - Castr Live Streaming Guide</title> |
| 8 | + |
| 9 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 10 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 11 | + <link |
| 12 | + 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" |
| 13 | + rel="stylesheet"> |
| 14 | + |
| 15 | + <link rel="stylesheet" type="text/css" href="css/style.css"> |
| 16 | +</head> |
| 17 | + |
| 18 | +<body> |
| 19 | + <div class="wrapper"> |
| 20 | + <main> |
| 21 | + <div class="container"> |
| 22 | + <div class="heading"> |
| 23 | + <h1>How to Stream Live on Castr</h1> |
| 24 | + <p>Welcome to Screen Recorder, let’s get started with a step-by-step guide to unlock your streaming potential.</p> |
| 25 | + </div> |
| 26 | + |
| 27 | + <div class="card"> |
| 28 | + <h6>Step 1: Login to Castr and create a LiveStream</h6> |
| 29 | + <div class="card-body"> |
| 30 | + <div class="text"> |
| 31 | + <p>Go to <strong>Castr</strong> and log in to your streaming account. Click on <strong>Profile</strong> and go to the <strong>Dashboard</strong>. |
| 32 | + If no livestream exists, click <strong>Create New LiveStream</strong>.</p> |
| 33 | + </div> |
| 34 | + <div class="media"> |
| 35 | + <img src="img/castr_one.png" title="Castr Dashboard" alt="Castr Dashboard"> |
| 36 | + </div> |
| 37 | + </div> |
| 38 | + </div> |
| 39 | + |
| 40 | + <div class="card"> |
| 41 | + <h6>Step 2: Activate your free trial</h6> |
| 42 | + <div class="card-body"> |
| 43 | + <div class="text"> |
| 44 | + <p>If you are a new user, activate your <strong>free trial</strong> to proceed with live streaming.</p> |
| 45 | + </div> |
| 46 | + <div class="media"> |
| 47 | + <img src="img/castr_two.png" title="Activate Trial" alt="Activate Trial"> |
| 48 | + </div> |
| 49 | + </div> |
| 50 | + </div> |
| 51 | + |
| 52 | + <div class="card"> |
| 53 | + <h6>Step 3: Enter stream name and choose region</h6> |
| 54 | + <div class="card-body"> |
| 55 | + <div class="text"> |
| 56 | + <p>Enter your <strong>stream name</strong> and select the <strong>region</strong> where you want to stream.</p> |
| 57 | + </div> |
| 58 | + <div class="media"> |
| 59 | + <img src="img/castr_three.png" title="Stream Name and Region" alt="Stream Name and Region"> |
| 60 | + </div> |
| 61 | + </div> |
| 62 | + </div> |
| 63 | + |
| 64 | + <div class="card"> |
| 65 | + <h6>Step 4: Choose RTMP and copy Streaming URL & Key</h6> |
| 66 | + <div class="card-body"> |
| 67 | + <div class="text"> |
| 68 | + <p>Click on <strong>Source Setup</strong>, choose <strong>RTMP</strong>, and copy the <strong>Streaming URL</strong> and <strong>Streaming Key</strong>.</p> |
| 69 | + </div> |
| 70 | + <div class="media"> |
| 71 | + <img src="img/castr_four.png" title="RTMP Source Setup" alt="RTMP Source Setup"> |
| 72 | + </div> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + |
| 76 | + <div class="card"> |
| 77 | + <h6>Step 5: Paste URL and Streaming Key in the App</h6> |
| 78 | + <div class="card-body"> |
| 79 | + <div class="text"> |
| 80 | + <p>Paste the copied <strong>Streaming URL</strong> and <strong>Streaming Key</strong> into the app and start streaming live.</p> |
| 81 | + </div> |
| 82 | + <div class="media"> |
| 83 | + <img src="img/castr-device.png" title="Paste Streaming Details" alt="Paste Streaming Details"> |
| 84 | + </div> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + |
| 88 | + </div> |
| 89 | + </main> |
| 90 | + |
| 91 | + <footer class="footer"> |
| 92 | + <p>Screen Recorder © All rights reserved</p> |
| 93 | + </footer> |
| 94 | + </div> |
| 95 | +</body> |
| 96 | + |
| 97 | +</html> |
0 commit comments