plural
This commit is contained in:
parent
426da7a6e3
commit
fd14d11601
|
@ -44,7 +44,7 @@ Create a directory on the USB drive named *icestream* and copy your files into t
|
|||
Go to the *Administrator control panel*, select *App settings*, then *icecast*, then *Import stream files from USB drive*.
|
||||
|
||||
** Via ssh
|
||||
Make a directory named *icestream* and copy your file into it. Then copy the directory to your server.
|
||||
Make a directory named *icestream* and copy your files into it. Then copy the directory to your server.
|
||||
|
||||
#+begin_src bash
|
||||
scp -r -P 2222 icestream myusername@mydomain:/home/myusername
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2017-11-27 Mon 12:28 -->
|
||||
<!-- 2017-11-27 Mon 12:34 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>‎</title>
|
||||
|
@ -256,9 +256,9 @@ Icecast enables you to run something like an internet radio station. So if you h
|
|||
This system is available only via an onion address, which should mitigate the potential for copyright disputes over streamed content. By default it's only set up to stream to a small number of users so that it doesn't put too much stress on CPU or memory requirements, although you can increase the maximum limit if you have a more powerful system and enough bandwidth.
|
||||
</p>
|
||||
|
||||
<div id="outline-container-org8c8f8ae" class="outline-2">
|
||||
<h2 id="org8c8f8ae">Installation</h2>
|
||||
<div class="outline-text-2" id="text-org8c8f8ae">
|
||||
<div id="outline-container-org39e710c" class="outline-2">
|
||||
<h2 id="org39e710c">Installation</h2>
|
||||
<div class="outline-text-2" id="text-org39e710c">
|
||||
<p>
|
||||
Log into your system with:
|
||||
</p>
|
||||
|
@ -282,9 +282,9 @@ If you then go to the <b>About</b> screen you'll see the onion address for Iceca
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org00ccd42" class="outline-2">
|
||||
<h2 id="org00ccd42">Adding files to be streamed</h2>
|
||||
<div class="outline-text-2" id="text-org00ccd42">
|
||||
<div id="outline-container-org4aa7903" class="outline-2">
|
||||
<h2 id="org4aa7903">Adding files to be streamed</h2>
|
||||
<div class="outline-text-2" id="text-org4aa7903">
|
||||
<p>
|
||||
There are two ways to get files onto the system: either via ssh or via a USB drive. File types can be <b>ogg, ogv, mp3 or mp4</b> format.
|
||||
</p>
|
||||
|
@ -294,9 +294,9 @@ It may take a while for the files to import, especially on a low power single bo
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org96ee1e5" class="outline-3">
|
||||
<h3 id="org96ee1e5">From a USB drive</h3>
|
||||
<div class="outline-text-3" id="text-org96ee1e5">
|
||||
<div id="outline-container-orgaeb4e7a" class="outline-3">
|
||||
<h3 id="orgaeb4e7a">From a USB drive</h3>
|
||||
<div class="outline-text-3" id="text-orgaeb4e7a">
|
||||
<p>
|
||||
Create a directory on the USB drive named <b>icestream</b> and copy your files into there. Plug the drive into your server.
|
||||
</p>
|
||||
|
@ -307,11 +307,11 @@ Go to the <b>Administrator control panel</b>, select <b>App settings</b>, then <
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org487d744" class="outline-3">
|
||||
<h3 id="org487d744">Via ssh</h3>
|
||||
<div class="outline-text-3" id="text-org487d744">
|
||||
<div id="outline-container-org01e736b" class="outline-3">
|
||||
<h3 id="org01e736b">Via ssh</h3>
|
||||
<div class="outline-text-3" id="text-org01e736b">
|
||||
<p>
|
||||
Make a directory named <b>icestream</b> and copy your file into it. Then copy the directory to your server.
|
||||
Make a directory named <b>icestream</b> and copy your files into it. Then copy the directory to your server.
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
|
@ -335,9 +335,9 @@ Select <b>Administrator controls</b>, enter your password, then go to <b>App set
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org9612135" class="outline-2">
|
||||
<h2 id="org9612135">Access controls</h2>
|
||||
<div class="outline-text-2" id="text-org9612135">
|
||||
<div id="outline-container-orge4a3d96" class="outline-2">
|
||||
<h2 id="orge4a3d96">Access controls</h2>
|
||||
<div class="outline-text-2" id="text-orge4a3d96">
|
||||
<p>
|
||||
By default anyone who happens to find your Icecast onion address can listen to your stream. If you only want it to be available to a few friends or family then you can add an extra login password.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue