RTMP Serverが必要。オープンソースでもあるぞ

http://server-setting.info/centos/crtmpserver-streaming.html

C++ RMTP Server

日本語の情報が一番多かった。

起動と停止

./crtmpserver stop ./configs/flvplayback.lua
./crtmpserver stop ./configs/flvplayback.lua

起動スクリプトなど

http://wiki.rtmpd.com/tutorial_full_centos_build

利用するポートの情報

1935,6666,9999をあけておくことが必要。たぶん内部だけでよい。

Media Server Starter

https://www.adobe.com/cfusion/tdrc/index.cfm?loc=ja&product=adobemediaserver#

ダウンロードが進まない・・・

HTTP Live Streaming(以下 HLS)

Appleが開発したプロトコル。Media Serverも対応しているらしい。ただし動画ファイルをぶった切りする必要があり、その手順がめんどくさそう。

FFmpeg というソフトが対応しているらしい。

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

AddType application/x-mpegURL .m3u8
AddType video/MP2T            .ts

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS