RTMP Serverが必要。オープンソースでもあるぞ
http://server-setting.info/centos/crtmpserver-streaming.html
日本語の情報が一番多かった。
./crtmpserver stop ./configs/flvplayback.lua ./crtmpserver stop ./configs/flvplayback.lua
http://wiki.rtmpd.com/tutorial_full_centos_build
1935,6666,9999をあけておくことが必要。たぶん内部だけでよい。
https://www.adobe.com/cfusion/tdrc/index.cfm?loc=ja&product=adobemediaserver#
ダウンロードが進まない・・・
Appleが開発したプロトコル。Media Serverも対応しているらしい。ただし動画ファイルをぶった切りする必要があり、その手順がめんどくさそう。
FFmpeg というソフトが対応しているらしい。
E:\ffmpeg-20141120-git-4388e78-win64-static\bin>ffmpeg.exe -i test.m4v -codec co py -map 0 -f segment -vbsf h264_mp4toannexb -segment_format mpegts -segment_time
10 -segment_list test.m3u8 test-%03d.ts
AddType application/x-mpegURL .m3u8 AddType video/MP2T .ts