Skip to content

Commit

Permalink
Making the links use absolute pats instead of relative
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Mar 4, 2024
1 parent bf5beef commit 758f738
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions server/templates/_base.tmpl
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="en-gb">
<head>
<script src="../public/jquery.min.js"></script>
<script src="/public/jquery.min.js"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="../public/stylesheet.css">
<link rel="icon" type="image/x-icon" href="../public/ystv.ico" sizes="48x48">
<link rel="apple-touch-icon" href="../public/ystv.ico" sizes="48x48">
<link rel="stylesheet" type="text/css" href="/public/stylesheet.css">
<link rel="icon" type="image/x-icon" href="/public/ystv.ico" sizes="48x48">
<link rel="apple-touch-icon" href="/public/ystv.ico" sizes="48x48">
<title>Streamer</title>
</head>

Expand Down
14 changes: 7 additions & 7 deletions server/templates/facebookHelp.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<p class="subtitle">Accessing Creator Studio</p><br>
<p>The first thing once you get to the Facebook homepage is to navigate to the YSTV page<br>
If you have access to the YSTV backend controls then you will see a side panel similar to this one on the left-hand side of the page</p><br>
<img src="public/facebook_1.png" alt="Facebook 1"><br>
<img src="/public/facebook_1.png" alt="Facebook 1"><br>
<p>Scroll down until you see "Creator Studio" and click it</p><br>
<img src="public/facebook_2.png" alt="Facebook 2"><br>
<img src="/public/facebook_2.png" alt="Facebook 2"><br>
<p>Once you are on Creator Studio then you will see the main page with the top bar and on the right-hand side of it then you will see a button labeled "Go live"</p><br>
<img src="public/facebook_3.png" alt="Facebook 3"><br>
<img src="/public/facebook_3.png" alt="Facebook 3"><br>
<p>After pressing "Go live" then you will be presented with the two options in the middle of the screen, you can either go live now or create a live event<br>
Depending on when your livestream is then you can select either</p><br>
<img src="public/facebook_4.png" alt="Facebook 4"><br>
<img src="/public/facebook_4.png" alt="Facebook 4"><br>
<p>Whichever you choose then you will need to go to the settings and under the streams tab then you will need to deselect "End live video if stream stops" in the event of network outage then you will be able to restart the stream</p><br>
<img src="public/facebook_5.png" alt="Facebook 5"><br>
<img src="/public/facebook_5.png" alt="Facebook 5"><br>
<p>Under "Stream setup" then you will see a black window which is what will be coming into Facebook, for now it is okay to be black, under it will be two options, and you want to select "Streaming software"</p><br>
<img src="public/facebook_6.png" alt="Facebook 6"><br>
<img src="/public/facebook_6.png" alt="Facebook 6"><br>
<p>In the window "Streaming software setup" you will need to select the "Advanced Settings" and copy the stream server at the bottom and the stream key at the top into the stream server and stream key fields of Streamer</p><br>
<img src="public/facebook_7.png" alt="Facebook 7"><br>
<img src="/public/facebook_7.png" alt="Facebook 7"><br>
<button type="button" class="button"
onclick="window.open('', '_self', ''); window.close();">Return
</button>
Expand Down

0 comments on commit 758f738

Please sign in to comment.