Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 3.78 KB

README-jp.md

File metadata and controls

79 lines (45 loc) · 3.78 KB

ScreenXを使えばあなたのターミナル画面を生中継できます。

勉強会の配信、講義、ペアプログラミングなどのシーンでご活用ください。

Screenshot

必要なソフトウェア

  • GCC コンパイラ
  • Screen コマンド
    • Mac OS X: brew install screen
    • Linux: sudo aptitude install screen
    • Windows: Download and install this via Cygwin.

配信の仕方

  1. 配信ツールのソースファイルを GitHub からダウンロードします。

    git clone https://github.com/screenxtv/screenxtv-gcc-client.git

  2. ダウンロードしたソースファイルへ移動し、コンパイルします。

    cd screenxtv-gcc-client

    make

  3. 配信ツールを起動します。

    ./screenxtv-gcc-client

  4. 必要な項目(配信URL、タイトルなど)を入力して、Enter を押します。

    ss-start

  5. 配信完了!配信URLからターミナル画面が配信されるので、URLを友人などにシェアしてみてください :-)

配信の停止/再開

  1. ターミナル画面から exit することで、配信を停止することができます。

    exit

    NOTE: ScreenX TV は、 exit してから最長 10分間 セッションを保持します。

    ss-stop

  2. 配信停止の状態から、再び配信中のターミナル画面にアタッチしたい場合は、再度配信ツールを起動して下さい。

    ./screenxtv-gcc-client

    配信ツールを起動すると、配信中のターミナル画面に自動的にアタッチしてくれます。

    ss-resume

関連レポジトリ

ライセンス

(The MIT License)

Copyright (c) 2012 Tomoya Ishida

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.