|
tid=32676&相關資訊請參考:# n+ O3 m7 T5 L# ~
% e d: x: n* E y `' }2 i
http://jamyy.us.to/blog/2009/01/429.html, G6 Z- r2 T. `# B& L, K! T# \# q9 V
, h! s' t0 J- e$ U3 x! F% @* v zhttp://blog.csdn.net/leidengyan/article/details/75763282 }+ \( E: u6 k& q# z5 S
5 B' c; o" X, l& f& M何謂偽串流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) i" q/ o, D R7 E8 U8 l" q4 K6 T
2 _7 e7 N* z# q* vhttps://support.jwplayer.com/customer/portal/articles/1430518: G6 E; |+ u: ]" x) p
Jwplayer 教學: http://blog.csdn.net/gaohuanjie/article/details/24957223
% X4 }, T4 ^' k. s' f8 U
+ y$ w# n$ ?, S" yjwplayer6.12 下載 :http://www.allseego.com/jwplayer/6.12/) E* P+ S, ?/ F0 a- m
非常有用的資訊 :http://itindex.net/detail/53495-nginx-jwplayer-flv http://www.opsers.org/server/use ... to-build-nginx.html
& y2 Q) X% f- d4 U6 S$ Z& bmp4格式加入metadata 的指令MP4Box及安裝:https://gpac.wp.mines-telecom.fr ... only-all-platforms/
; ~5 d7 [" {$ ~$ Q$ O" B. D% |& U http://lzone.de/Comparison+of+FLV+and+MP4+metadata+tagging+tools+(injectors)
& {8 P( \: l, ~6 e7 `http://forum.videohelp.com/threa ... tag-MP4-AVI-MOV-WMA4 U! [7 @' S7 S7 R/ U2 K
FLV streaming 說明: http://www.therealtimeweb.com/in ... eo-via-PHP-take-two
1 F0 \3 |( O" X7 Z9 W0 Xmod h264 streaming的簡易串流技巧 http://www.cc.ntu.edu.tw/chinese/epaper/0033/20150620_3308.html$ J: E7 C* ?! _& ?& r
1 B. ]. S8 P0 p( i5 K6 Y7 Q
http://stackoverflow.com/questio ... eam-large-mp4-files$ Q6 L9 n. t% O' a% U
ffmpeg 參數詳解: https://ffmpeg.org/ffmpeg-all.html6 K8 G' c- A! u" s2 {, C$ s- p
1 N1 o. o7 t- T+ y. k$ A0 Mnginx 限速指令limit_rate : http://blog.csdn.net/ciaos/article/details/74839275 @8 |$ D/ r7 R; d, l! y# z( ?
" u4 F8 @; x2 _) V$ c3 g% iInstall yamdi:" n# F( J/ r. |' i! A3 }
yum install yamdi
5 ]5 C8 C6 v* @2 n! `OR x" B: g+ k4 K! E2 H) [* h5 L' I
cd /usr/local/src- p/ U( |; ~, D, G3 J$ ]- a
wget http://downloads.sourceforge.net ... .gz?use_mirror=nchc+ D0 K+ j6 I& x. y& [# z, u
tar -zxvf yamdi-1.4.tar.gz8 Z6 S+ j6 ]; R e; x
cd yamdi-1.4
3 N9 m7 Y7 g6 q* D' w+ N; O* o. jgcc yamdi.c -o yamdi -O2 -Wall2 m4 k- ^8 T8 r/ w
mv yamdi /usr/bin/
1 x( h5 |+ O: c8 E0 {. ?ffmpeg/avconv 轉檔與影片連接範例 : http://rocksaying.tw/archives/22568176.html1 Y$ q2 S. w& u+ U
Build and install libx264, libav and rtmpd scripts: https://gist.github.com/revmischa/742831* x, O9 \5 \. G$ S
use yum install ffmpeg: https://chrisjean.com/install-ffmpeg-and-ffmpeg-php-on-centos-easily/
/ I' t4 k4 r9 j$ q# Z http://ask.xmodulo.com/compile-ffmpeg-centos-fedora-rhel.html
! E& E. u0 r6 @4 L4 P; K& h `7 n( K% ?/ l8 A
升級 gcc-4.4.7 to gcc-4.8.2 :http://ilovers.sinaapp.com/article/centos%E4%B8%8B%E5%AE%89%E8%A3%85gcc-4813 ^9 m# A) Y. g& C0 C6 Z
! n2 i1 ]7 M/ Q5 {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+RedHat4 Q0 H9 [3 t' s: t! h+ k
使用yum 安裝 ffmpeg + ffmpeg-php ==> https://www.scalescale.com/tips/nginx/ffmpeg-php-ffmpeg-centos-6-7/- O$ s% Z3 g. H. @4 Y
假如你的OS是 CentOS 5.X /i386,那麼你需作以下動作:% R+ |3 K4 V) B" ~/ R* o; X4 c
vi /etc/yum.repos.d/CentOS-Base.repo 加入以下內容
" H2 g" ^8 v+ S+ ~7 h& ][dag] + E5 a) a1 F" E7 Y
name=DAG RPM Repository$ R" M0 c& @2 U
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag8 D$ g7 Q$ C1 x" V
gpgcheck=15 P& N9 P9 ^7 n- A+ @+ K
enabled=1
+ H/ y3 D( O6 H3 y( J6 G
' e4 [( A# s6 z+ s m" U, ANow you need to add DAG’s GPG key. Without this you will get the following error message when attempting to use it with yum.
) J9 I0 {2 ^4 h# |# M
5 Q5 V! ?1 l8 D5 _warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 6b8d79e6, g; I7 ]- b U# X% f& j( C
Public key for faac.x86_64.1.26-1.el5.rf.rpm is not installed- X+ w0 V4 i6 C/ Y/ Z3 J
9 A) x L6 p' W9 Z4 _" dImport the GPG key:
" `& Y+ M4 {( c; A6 Wrpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt" r% ], g. N( a
8 h7 T& F0 y, q) n* }' L4 z0 ?
This next step is not necessary, but if you encounter any problems you may want to try updating your system.! Y. D6 @5 _ \) m! g! s
$ yum update+ u* K' r6 ]( s9 h4 L
+ m. V3 O) S4 b* }/ v. S- X+ ?
Install FFmpeg- @6 h5 C8 T! H2 h0 L
$ yum install ffmpeg ffmpeg-devel( D3 |5 K5 z% O
: z. w a/ f' p5 C
3 Z0 ^6 }# {, V% O' }0 k* V( w. G$ a* `7 b( ` a1 A
|
|