From 23fbc1adf3a374f40e52898117d71e34723b803a Mon Sep 17 00:00:00 2001 From: "lb5051@student.uni-lj.si" Date: Wed, 12 Aug 2015 17:03:37 +0000 Subject: =?UTF-8?q?Dodana=20angle=C5=A1ka=20navodila.=20Druge=20slike.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@303 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414 --- .../tasks/vlc_stream_rtp/howtos/en/index.html | 94 ++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 kpov_judge/tasks/vlc_stream_rtp/howtos/en/index.html (limited to 'kpov_judge/tasks/vlc_stream_rtp/howtos/en/index.html') diff --git a/kpov_judge/tasks/vlc_stream_rtp/howtos/en/index.html b/kpov_judge/tasks/vlc_stream_rtp/howtos/en/index.html new file mode 100644 index 0000000..c9e2714 --- /dev/null +++ b/kpov_judge/tasks/vlc_stream_rtp/howtos/en/index.html @@ -0,0 +1,94 @@ + + + + + + + + + +

Summary

+ +
    +
  1. Set up a virtual machine
  2. +
  3. Install VLC
  4. +
  5. Create RTP video stream
  6. +
  7. Make sure the stream is accessible from the internet
  8. +
+ +

Instructions

+ +
    +
  1. +

    Set up a virtual machine

    +

    Use disk simpleArbiter. You can get it here.

    +
  2. + +
  3. +

    Install VLC

    +

    + In file /etc/apt/sources.list replace wheezy with + testing or if missing, add rows: +

    +

    + + deb http://ftp.at.debian.org/debian wheezy main contrib non-free
    + deb-src http://ftp.at.debian.org/debian wheezy main contrib non-free +
    +

    + slika-01 +

    + Check for updates and install VLC with the following commands: +

    +

    + + apt-get update
    + apt-get install vlc +
    +

    +
  4. + +
  5. +

    Create a new stream

    + +

    + Open VLC. In Media menu select Stream. +

    + menu +

    + Here we choose stream source. This can be a file, a network stream or a capture device.
    + For this excercise, add one or more video file by clicking Add ... Continue with a click on button Stream. +

    + stream source +

    + We must also choose the stream destination. For this excercise, choose RTP/MPEG Transport Stream and click Add. + You can configure multiple destinations simultaneously. +

    +

    + Configure destination settings. Enter address and stream name. +

    + stream destination +

    + Next, we can set transcoding, encapsulation, audio and video codecs and also subtitles. When you finish, click Save and Next. +

    + stream settings +

    + 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. +

    + +
  6. + +
  7. +

    Open stream

    +

    + We can now play the stream from another device using VLC. +

    + play stream +
  8. +
+ + + + \ No newline at end of file -- cgit v1.2.1