|
相關資訊請參考:
# i) G, a4 Z$ u, e! x5 X( M% x1 ] g% _( {% M$ e) b5 h
http://jamyy.us.to/blog/2009/01/429.html
( a m5 i& y# O, @6 H" F
/ V" p0 V/ @) ?! m5 Zhttp://blog.csdn.net/leidengyan/article/details/7576328
- |9 ~4 x, N+ h' R/ q8 p# @% M3 q5 b: j
何謂偽串流HTTP Pseudo-Streaming :http://kfsoft.info/article-14-Flash-Video-streaming%E8%A6%96%E9%A0%BB%E4%B8%B2%E6%B5%81%E5%AF%A6%E4%BD%9C.html
U1 n; z A( y+ C9 P4 n; {% g
( F- I) X& N( phttps://support.jwplayer.com/customer/portal/articles/1430518
; Z) t8 u: L& z& |Jwplayer 教學: http://blog.csdn.net/gaohuanjie/article/details/24957223
( `3 W( z' e) {+ `! w! O4 d0 r9 |2 Q3 V- G" }+ N4 `
jwplayer6.12 下載 :http://www.allseego.com/jwplayer/6.12/2 h1 ^+ Y/ |( [& A' D+ P5 y
非常有用的資訊 :http://itindex.net/detail/53495-nginx-jwplayer-flv http://www.opsers.org/server/use ... to-build-nginx.html: l2 ]7 e& a4 K5 f6 N0 p( F
mp4格式加入metadata 的指令MP4Box及安裝:https://gpac.wp.mines-telecom.fr ... only-all-platforms/
- ^3 |, P2 E6 u0 M" G2 |4 ?% B http://lzone.de/Comparison+of+FLV+and+MP4+metadata+tagging+tools+(injectors)
$ n; V: p; f2 l, U9 yhttp://forum.videohelp.com/threa ... tag-MP4-AVI-MOV-WMA
0 f) k! G! ~1 ^( E QFLV streaming 說明: http://www.therealtimeweb.com/in ... eo-via-PHP-take-two( J( H' I/ ?9 w/ i
mod h264 streaming的簡易串流技巧 http://www.cc.ntu.edu.tw/chinese/epaper/0033/20150620_3308.html
5 {; ?0 @8 V6 l \) M; |4 l. w" K
1 L1 X; H4 q I, f7 ]http://stackoverflow.com/questio ... eam-large-mp4-files" ]+ @3 u: m- n. p
ffmpeg 參數詳解: https://ffmpeg.org/ffmpeg-all.html9 W( P2 M' w! ^. L; L3 M( d6 O
& a/ S. M/ f# y* v& pnginx 限速指令limit_rate : http://blog.csdn.net/ciaos/article/details/7483927
3 |' G9 X' Q0 t. N% W* M+ D e3 Q
/ N: W6 v- x' e) iInstall yamdi:
. Y5 W4 T6 u- }2 g9 ~yum install yamdi1 `6 j u# o' s. e5 [
OR4 C7 k+ T+ q% u( a2 ~# g' r C5 k$ U
cd /usr/local/src
, w9 x7 N( p# Dwget http://downloads.sourceforge.net ... .gz?use_mirror=nchc
/ W! V! _0 d$ R; f4 r% s3 ntar -zxvf yamdi-1.4.tar.gz
6 S2 S `% N1 l2 Ocd yamdi-1.49 q& Y, j5 D) G7 ]. e. ?( A# r$ q
gcc yamdi.c -o yamdi -O2 -Wall
0 y0 p/ I I$ q6 K/ Vmv yamdi /usr/bin/
3 X |0 e" b% a/ b! Gffmpeg/avconv 轉檔與影片連接範例 : http://rocksaying.tw/archives/22568176.html
4 w& ?# c6 p% Z1 A2 vBuild and install libx264, libav and rtmpd scripts: https://gist.github.com/revmischa/742831
* ]) G* L5 F* d1 _use yum install ffmpeg: https://chrisjean.com/install-ffmpeg-and-ffmpeg-php-on-centos-easily/
: c, m6 U3 o- c" ~- r http://ask.xmodulo.com/compile-ffmpeg-centos-fedora-rhel.html2 N4 O3 W5 T- n0 r: ?5 d/ f
5 x& r( b! u- E" ~/ \7 l( i升級 gcc-4.4.7 to gcc-4.8.2 :http://ilovers.sinaapp.com/article/centos%E4%B8%8B%E5%AE%89%E8%A3%85gcc-481, G) q0 S' y3 H4 |7 ]" e: W
- k5 h0 m& u$ g. {source install ffmpeg: https://kdenlive.org/user-manual/downloading-and-installing-kdenlive/installing-source/installing-ffmpeg , http://wiki.razuna.com/display/ecp/FFMpeg+Installation+on+CentOS+and+RedHat
( e+ ]0 j: h2 s. r+ s5 S2 \* B使用yum 安裝 ffmpeg + ffmpeg-php ==> https://www.scalescale.com/tips/nginx/ffmpeg-php-ffmpeg-centos-6-7/
5 P% B# }" L! v8 U4 p3 M$ a假如你的OS是 CentOS 5.X /i386,那麼你需作以下動作:; f* o' k, ?: D3 r5 j. @" O
vi /etc/yum.repos.d/CentOS-Base.repo 加入以下內容
/ M7 ~! c5 s) p9 ]2 Y h[dag]
$ C" Z2 g, H3 Xname=DAG RPM Repository
" Q! U# C8 S# s x* U. Obaseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag5 V/ r& y& l( s# A4 e/ \
gpgcheck=1
( G: _+ c; v, l1 `" uenabled=1
# _( g4 _ t9 b n0 c7 V4 D" J" g, x/ Y# X% J6 ]' X
Now you need to add DAG’s GPG key. Without this you will get the following error message when attempting to use it with yum.7 s3 w2 Q2 x; k/ w: j% C" d* X% i" E
' O) x2 ^2 [# H' E/ ?. q# P
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 6b8d79e6) N; U) ?5 r: @9 Z
Public key for faac.x86_64.1.26-1.el5.rf.rpm is not installed( y( y6 i6 q% f# C) D0 H+ O
1 h8 v' V$ d; Q' }' J& SImport the GPG key:' Q3 Y5 Y- X) Z' }4 d% N
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt' }% L( h0 @- m) E* R7 _- k
$ m$ N7 E* m7 q7 H' o2 B7 h, K- m
This next step is not necessary, but if you encounter any problems you may want to try updating your system.5 z+ K; D6 a( D" L7 g
$ yum update- F0 L% H$ I2 |5 W, H
8 [8 i5 W8 f& N9 l6 D
Install FFmpeg
; d6 g( O4 G& b4 _$ yum install ffmpeg ffmpeg-devel# f1 A' I, i r1 b3 u- J j, I
2 O& {; D" u/ h. l6 ?
! K8 ^( b* `$ J6 l$ O
" W# q. s3 p- ~4 R |
|
-->
|