NagisaWorks

Air Launcher

tvOS (Apple TV 4th)

Air Launcherはコンピュータ上の動画や音楽をストリーミング再生するためのアプリケーションです。
Apple TVでの視聴環境が欲しいと思ったのなら、このアプリがきっと便利でしょう。
このアプリはTVMLやTVJSを取得してそれを表示します。UIのテストなどの用途にもご利用いただけます。

Air Launcherにはサーバソフトが必要です。あなたのコンピュータ(OS XやWindowsなど)へダウンロードして実行してください。サーバソフトは簡単なもので、サンプルを兼ねています。もし何か追加機能などが必要な場合、自分で作成することもできます。

Download Air Launcher

ダウンロードはApple TV のApp Storeから、「Air Launcher」を検索してください。
ロケットのアイコンが目印です。

Set up a File server

  1. バイナリをダウンロードして、zipを展開します。
  2. ファイルサーバにしたいディレクトリのパスと、使用するポートを確認します。
  3. ファイルサーバのルートにlist.xmlをコピーします。
    一覧での名前や画像を指定したい場合、meta.jsonを編集して同様にコピーします。(画像は絶対パス)
  4. ターミナルやPowerShell等を起動し、解凍したfileserveのディレクトリでfileserveを実行します。
    ホームのmediaというディレクトリをルートにしたいときは以下のように実行します。
    $ ./fileserve ~/media

    デフォルトのポート番号は8080です。他に変えたい場合は-pオプションで指定します。
    $ ./fileserve -p 8080 ~/media

  5. Apple TV上のAir Launcherで「サーバの追加」を選び、アドレスを入力します。http://は省略可です。

* うまく繋がらない場合はポートが開放されているかなどをご確認ください。

Air Launcher is streaming video and music player for these files stored on your computer.
Do you want to watch or listen them on your TV? This app would be realize it.
This app would get and display TVML(XML) and TVJS(JavaScript) on your server. So, you can test their user interface easily.

You need the server software. Download it on your computer (Mac, Windows, Linux, etc), then execute it.
The saver software is simple application doubled as a sample code. If you need some additional function, you can create own app.

Download Air Launcher

Available on Apple TV App Store. Please search "Air Launcher".
Find the rocket icon.

Set up a File server

  1. Download and unzip the file.
  2. Make sure the root path for your file-server and port you want to use.
  3. Copy list.xml to the root dir.
    Edit and copy meta.json, if you want to modify its name and thumbnail in the server list.
  4. Running Terminal/Console/PowerShell, then move to the fileserve dir and execute it. (e.g. Your root is "~/media")
    $ ./fileserve ~/media

    Default port is 8080. If you want to use another one, you can use -p option.
    $ ./fileserve -p 8080 ~/media

  5. Choose "Add Server" at Air Launcher on your Apple TV, then input the address. It's OK to omit "http://".

* If you cannot connect well, check the port for open.

Server apps

OS Xdownload
Linux (64bit)download
Windows (32bit)download
Windows (64bit)download
Raspbian (Tested with Raspberry Pi B+)download
Source Code
AirLauncher Sample