diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2019-02-24 21:05:27 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2019-02-24 21:05:27 +0100 |
commit | 8081a5520a441b43a8a7a73f3a90c7aacfaa8e10 (patch) | |
tree | c7f49bd33ed19d53afc0ee9df8b2c82c200c5910 /kpov_judge/tasks/vlc_stream_rtp/howtos | |
parent | 9963b74f777edf985540eac71b1ca095f88b8bca (diff) |
Move everything one level up
Diffstat (limited to 'kpov_judge/tasks/vlc_stream_rtp/howtos')
-rw-r--r-- | kpov_judge/tasks/vlc_stream_rtp/howtos/en/index.html | 94 | ||||
-rw-r--r-- | kpov_judge/tasks/vlc_stream_rtp/howtos/images/1.png | bin | 8681 -> 0 bytes | |||
-rw-r--r-- | kpov_judge/tasks/vlc_stream_rtp/howtos/images/playlist.PNG | bin | 48064 -> 0 bytes | |||
-rw-r--r-- | kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_finish.PNG | bin | 57437 -> 0 bytes | |||
-rw-r--r-- | kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_menu.png | bin | 80030 -> 0 bytes | |||
-rw-r--r-- | kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_open.PNG | bin | 62759 -> 0 bytes | |||
-rw-r--r-- | kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_output.PNG | bin | 53770 -> 0 bytes | |||
-rw-r--r-- | kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_transcoding.PNG | bin | 88906 -> 0 bytes | |||
-rw-r--r-- | kpov_judge/tasks/vlc_stream_rtp/howtos/si/index.html | 93 |
9 files changed, 0 insertions, 187 deletions
diff --git a/kpov_judge/tasks/vlc_stream_rtp/howtos/en/index.html b/kpov_judge/tasks/vlc_stream_rtp/howtos/en/index.html deleted file mode 100644 index c9e2714..0000000 --- a/kpov_judge/tasks/vlc_stream_rtp/howtos/en/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<html> - -<head> -<meta http-equiv=Content-Type content="text/html; charset=utf-8"> -</head> - - -<body><font face="Georgia, Times New Roman, Times, serif"> - -<h2> Summary </h1> - -<ol> - <li>Set up a virtual machine</li> - <li>Install VLC</li> - <li>Create RTP video stream</li> - <li>Make sure the stream is accessible from the internet</li> -</ol> - - <h2>Instructions</h1> - - <ol> - <li> - <h4>Set up a virtual machine </h3> - <p> Use disk simpleArbiter. You can get it <a href="http://polz.si/media/uploads/kpov/virtualke/">here</a>. </p> - </li> - - <li> - <h4>Install VLC</h3> - <p> - In file <code>/etc/apt/sources.list</code> replace <code>wheezy</code> with - <code>testing</code> or if missing, add rows: - </p> - <p> - <code> - deb http://ftp.at.debian.org/debian wheezy main contrib non-free <br> - deb-src http://ftp.at.debian.org/debian wheezy main contrib non-free - </code> - </p> - <img alt="slika-01" src="../images/1.png" style="width: 640px;" /> - <p> - Check for updates and install VLC with the following commands: - </p> - <p> - <code> - apt-get update <br> - apt-get install vlc - </code> - </p> - </li> - - <li> - <h4>Create a new stream </h3> - - <p> - Open VLC. In Media menu select Stream. - </p> - <img src="../images/stream_menu.png" style="width: 640px;" alt="menu"> - <p> - Here we choose stream source. This can be a file, a network stream or a capture device. <br> - For this excercise, add one or more video file by clicking <i>Add ...</i> Continue with a click on button Stream. - </p> - <img src="../images/playlist.PNG" style="width: 640px;" alt="stream source"> - <p> - We must also choose the stream destination. For this excercise, choose RTP/MPEG Transport Stream and click Add. - You can configure multiple destinations simultaneously. - </p> - <p> - Configure destination settings. Enter address and stream name. - </p> - <img src="../images/stream_output.PNG" style="width: 640px;" alt="stream destination"> - <p> - Next, we can set transcoding, encapsulation, audio and video codecs and also subtitles. When you finish, click Save and Next. - </p> - <img src="../images/stream_transcoding.PNG" style="width: 640px;" alt="stream settings"> - <p> - In the last step, it is important to check option Stream all elementary streams. - In the text area, we can see the string that can be used to run the stream from a command line. - This is useful if you want to run stream from a computer without graphic interface. - </p> - <img src="../images/stream_finish.PNG" style="width: 640px;"> - </li> - - <li> - <h4>Open stream </h3> - <p> - We can now play the stream from another device using VLC. - </p> - <img src="../images/stream_open.PNG" style="width: 640px;" alt="play stream"> - </li> -</ol> - -</body> - -</html>
\ No newline at end of file diff --git a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/1.png b/kpov_judge/tasks/vlc_stream_rtp/howtos/images/1.png Binary files differdeleted file mode 100644 index 903be70..0000000 --- a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/1.png +++ /dev/null diff --git a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/playlist.PNG b/kpov_judge/tasks/vlc_stream_rtp/howtos/images/playlist.PNG Binary files differdeleted file mode 100644 index b815098..0000000 --- a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/playlist.PNG +++ /dev/null diff --git a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_finish.PNG b/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_finish.PNG Binary files differdeleted file mode 100644 index f429a9b..0000000 --- a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_finish.PNG +++ /dev/null diff --git a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_menu.png b/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_menu.png Binary files differdeleted file mode 100644 index 01f52c6..0000000 --- a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_menu.png +++ /dev/null diff --git a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_open.PNG b/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_open.PNG Binary files differdeleted file mode 100644 index 772ffe8..0000000 --- a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_open.PNG +++ /dev/null diff --git a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_output.PNG b/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_output.PNG Binary files differdeleted file mode 100644 index c3dc2a7..0000000 --- a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_output.PNG +++ /dev/null diff --git a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_transcoding.PNG b/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_transcoding.PNG Binary files differdeleted file mode 100644 index 1fbc9f3..0000000 --- a/kpov_judge/tasks/vlc_stream_rtp/howtos/images/stream_transcoding.PNG +++ /dev/null diff --git a/kpov_judge/tasks/vlc_stream_rtp/howtos/si/index.html b/kpov_judge/tasks/vlc_stream_rtp/howtos/si/index.html deleted file mode 100644 index c94044b..0000000 --- a/kpov_judge/tasks/vlc_stream_rtp/howtos/si/index.html +++ /dev/null @@ -1,93 +0,0 @@ -<html>
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=utf-8">
-</head>
-
-
-<body><font face="Georgia, Times New Roman, Times, serif">
-
-<h2> Naloga na hitro </h1>
-
-<ol>
- <li>Postavi navidezni računalnik</li>
- <li>Naloži VLC</li>
- <li>Ustvari RTP video tok</li>
- <li>Poskrbi, da bo tok dostopen na internetu</li>
-</ol>
-
- <h2>Navodila</h1>
-
- <ol>
- <li>
- <h4>Postavi navidezni računalnik </h3>
- <p> Uporabi disk simpleArbiter. Dobiš ga lahko <a href="http://polz.si/media/uploads/kpov/virtualke/">tu</a>. </p>
- </li>
-
- <li>
- <h4>Naloži VLC </h3>
- <p>
- V <code>/etc/apt/sources.list</code> v spodnjih vrsticah zamenjaj <code>wheezy</code> z
- <code>testing</code> oziroma dodaj vrstice če niso napisane:
- </p>
- <p>
- <code>
- deb http://ftp.at.debian.org/debian wheezy main contrib non-free <br>
- deb-src http://ftp.at.debian.org/debian wheezy main contrib non-free
- </code>
- </p>
- <img alt="slika-01" src="../images/1.png" style="width: 640px;" />
- <p>
- Poglej za posodobitve in nato naloži VLC z naslednjimi ukazi:
- </p>
- <p>
- <code>
- apt-get update <br>
- apt-get install vlc
- </code>
- </p>
- </li>
-
- <li>
- <h4>Ustvari nov tok </h3>
-
- <p>
- Odpri VLC. V meniju Media izberi Stream.
- </p>
- <img src="../images/stream_menu.png" style="width: 640px;" alt="Meni">
- <p>
- V oknu "Open Media" izberemo vir toka. Ta je lahko datoteka, že obstoječ omrežni tok ali pa snemalne naprave. <br>
- Za namen te naloge lahko z klikom na gumb <i>Add ...</i> dodamo eno ali več video datotek. Nadaljujemo z klikom na Stream.
- </p>
- <img src="../images/playlist.PNG" style="width: 640px;" alt="Vir toka">
- <p>
- Določiti moramo tudi destinacijo toka. Za to nalogo izberemo RTP/MPEG Transport Stream in kliknemo Add.
- Možno je nastaviti več destinacij hkrati.
- </p>
- <p>
- Nato izpolnimo nastavitve destinacije z naslovom in imenom toka.
- </p>
- <img src="../images/stream_output.PNG" style="width: 640px;" alt="Destinacija toka">
- <p>
- V naslednjem koraku lahko nastavimo kodiranje, enkapsulacijo, avdio in video nastavitve ter podnapise.
- </p>
- <img src="../images/stream_transcoding.PNG" style="width: 640px;" alt="Nastavitve Toka">
- <p>
- V zadnjem koraku je pomembno obkljukati možnost Stream all elementary streams.
- V spodnjem tekstovnem polju dobimo niz, ki ga lahko uporabimo za zagon toka iz ukazne vrstice.
- </p>
- <img src="../images/stream_finish.PNG" style="width: 640px;">
- </li>
-
- <li>
- <h4>Odpri tok </h3>
- <p>
- Na drugem računalniku lahko ustvarjen video tok predvajamo z VLC.
- </p>
- <img src="../images/stream_open.PNG" style="width: 640px;" alt="Predvajanje toka">
- </li>
-</ol>
-
-</body>
-
-</html>
\ No newline at end of file |