- 追加された行はこの色です。
- 削除された行はこの色です。
#author("2017-07-31T23:43:58+09:00","","")
#author("2017-07-31T23:44:44+09:00","","")
[[Linux/Ubuntu/Tomcat7]]
* RED5 [#l593100d]
RED5はJava上で動くフリーのストリーミングサーバーです。~
対応プロトコル、拡張子は以下。~
・Streaming Video (FLV, F4V, MP4, 3GP)
・Streaming Audio (MP3, F4A, M4A, AAC)
・Recording Client Streams (FLV and AVC+AAC in FLV container)Shared Objects
・Live Stream Video Publishing (FLV, VP6)
・Live Stream Audio Publishing (MP3, AAC)
・Remoting (Action Message Format)
・Protocols: RTMP, RTMPT, RTMPS, and RTMPE
+Streaming Video (FLV, F4V, MP4, 3GP)
+Streaming Audio (MP3, F4A, M4A, AAC)
+Recording Client Streams (FLV and AVC+AAC in FLV container)Shared Objects
+Live Stream Video Publishing (FLV, VP6)
+Live Stream Audio Publishing (MP3, AAC)
+Remoting (Action Message Format)
+Protocols: RTMP, RTMPT, RTMPS, and RTMPE
※wikipedia引用~
** install [#m4e0856d]
- コマンド
#highlighter(JavaScript,number){{
sudo wget https://github.com/Red5/red5-server/releases/download/v1.0.4-RELEASE/red5-server-1.0.4-RELEASE-server.tar.gz
sudo tar -vxzf red5-server-1.0.4-RELEASE-server.tar.gz
}}