tvOS (Apple TV 4th)
Air Launcherはコンピュータ上の動画や音楽をストリーミング再生するためのアプリケーションです。
Apple TVでの視聴環境が欲しいと思ったのなら、このアプリがきっと便利でしょう。
このアプリはTVMLやTVJSを取得してそれを表示します。UIのテストなどの用途にもご利用いただけます。
Air Launcherにはサーバソフトが必要です。あなたのコンピュータ(OS XやWindowsなど)へダウンロードして実行してください。サーバソフトは簡単なもので、サンプルを兼ねています。もし何か追加機能などが必要な場合、自分で作成することもできます。
ダウンロードはApple TV のApp Storeから、「Air Launcher」を検索してください。
ロケットのアイコンが目印です。
ターミナルやPowerShell等を起動し、解凍したfileserveのディレクトリでfileserveを実行します。
ホームのmediaというディレクトリをルートにしたいときは以下のように実行します。
$ ./fileserve ~/media
デフォルトのポート番号は8080です。他に変えたい場合は-pオプションで指定します。
$ ./fileserve -p 8080 ~/media
* うまく繋がらない場合はポートが開放されているかなどをご確認ください。
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.
Available on Apple TV App Store. Please search "Air Launcher".
Find the rocket icon.
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
* If you cannot connect well, check the port for open.