Skip to content

Commit

Permalink
Minor changes to new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Mar 17, 2024
1 parent 3ea388a commit ccaa9fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
15 changes: 5 additions & 10 deletions server/templates/main.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@
<p class="subtitle">Recording</p>
<p>This is the file output of the stream, it will be saved as a .mkv file, and you can specify a
path<br>
It will be saved in the pending edits folder on the network drive (not to be confused with
the
It will be saved in the pending edits folder on the network drive (not to be confused with the
Google Drive)<br>
The format to follow is (folder/file) e.g. ERN/ERN.mkv, the folder will be created in
pending
The format to follow is (folder/file) e.g. ERN/ERN.mkv, the folder will be created in pending
edits
if it doesn't already exist<br>
The extension (.mkv) will be added to the end of the file if it doesn't already contain it
Expand Down Expand Up @@ -88,10 +86,8 @@
<p class="subtitle">Additional forwarding</p>
<p>This section is for adding all the stream servers and keys<br>
All stream servers should start with "rtmp://" or "rtmps://"<br>
If you are unsure how to get the stream servers and keys from YouTube and Facebook then
click on
the
links below<br>
If you are unsure how to get the stream servers and keys from YouTube and Facebook then click on
the links below<br>
<a target="_blank" href="/youtubehelp">YouTube</a><br>
<a target="_blank" href="/facebookhelp">Facebook</a></p><br>
<label for="input"></label><input type="text" id="input" hidden disabled/>
Expand All @@ -101,8 +97,7 @@
<input type="text" name="stream_server_0" id="stream_server_0"
placeholder="Enter stream server" class="input" required/><br><br>
<label for="stream_key_0">Enter the stream key - 1 </label><br>
<input type="text" name="stream_key_0" id="stream_key_0"
placeholder="Enter stream key"
<input type="text" name="stream_key_0" id="stream_key_0" placeholder="Enter stream key"
class="input" required/><br><br>
</td>
<td>
Expand Down
3 changes: 1 addition & 2 deletions server/templates/recall.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
<p class="subtitle">Additional forwarding</p>
<p>This section is for adding all the stream servers and keys<br>
All stream servers should start with "rtmp://" or "rtmps://"<br>
If you are unsure how to get the stream servers and keys from YouTube and Facebook then click on
the
If you are unsure how to get the stream servers and keys from YouTube and Facebook then click on the
links below<br>
<a target="_blank" href="/youtubehelp">YouTube</a><br>
<a target="_blank" href="/facebookhelp">Facebook</a></p><br>
Expand Down
3 changes: 1 addition & 2 deletions server/templates/save.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
<p>This section is for adding all the stream servers and keys<br>
All stream servers should start with "rtmp://" or "rtmps://"<br>
If you are unsure how to get the stream servers and keys from YouTube and Facebook then click on
the
links below<br>
the links below<br>
<a target="_blank" href="/youtubehelp">YouTube</a><br>
<a target="_blank" href="/facebookhelp">Facebook</a></p><br>
<label for="input"></label><input type="text" id="input" hidden disabled/>
Expand Down

0 comments on commit ccaa9fc

Please sign in to comment.