coav4u 發表於 2016-3-12 10:44:54

JW player 播放(拖曳) flv格式影片無法快轉

相關資訊請參考:

http://jamyy.us.to/blog/2009/01/429.html

http://blog.csdn.net/leidengyan/article/details/7576328

何謂偽串流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

https://support.jwplayer.com/customer/portal/articles/1430518
Jwplayer 教學: http://blog.csdn.net/gaohuanjie/article/details/24957223

jwplayer6.12 下載 :http://www.allseego.com/jwplayer/6.12/
非常有用的資訊 :http://itindex.net/detail/53495-nginx-jwplayer-flv   http://www.opsers.org/server/use ... to-build-nginx.html
mp4格式加入metadata 的指令MP4Box及安裝:https://gpac.wp.mines-telecom.fr ... only-all-platforms/
                                             http://lzone.de/Comparison+of+FLV+and+MP4+metadata+tagging+tools+(injectors)
http://forum.videohelp.com/threa ... tag-MP4-AVI-MOV-WMA
FLV streaming 說明: http://www.therealtimeweb.com/in ... eo-via-PHP-take-two
mod h264 streaming的簡易串流技巧 http://www.cc.ntu.edu.tw/chinese/epaper/0033/20150620_3308.html

http://stackoverflow.com/questio ... eam-large-mp4-files
ffmpeg 參數詳解:https://ffmpeg.org/ffmpeg-all.html

nginx 限速指令limit_rate : http://blog.csdn.net/ciaos/article/details/7483927

Install yamdi:
yum install yamdi
OR
cd /usr/local/src
wget http://downloads.sourceforge.net ... .gz?use_mirror=nchc
tar -zxvf yamdi-1.4.tar.gz
cd yamdi-1.4
gcc yamdi.c -o yamdi -O2 -Wall
mv yamdi /usr/bin/
ffmpeg/avconv 轉檔與影片連接範例 : http://rocksaying.tw/archives/22568176.html
Build and install libx264, libav and rtmpd scripts: https://gist.github.com/revmischa/742831
use yum install ffmpeg: https://chrisjean.com/install-ffmpeg-and-ffmpeg-php-on-centos-easily/      
      http://ask.xmodulo.com/compile-ffmpeg-centos-fedora-rhel.html

升級 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

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
使用yum 安裝 ffmpeg + ffmpeg-php ==> https://www.scalescale.com/tips/nginx/ffmpeg-php-ffmpeg-centos-6-7/
假如你的OS是 CentOS 5.X /i386,那麼你需作以下動作:
vi /etc/yum.repos.d/CentOS-Base.repo 加入以下內容

name=DAG RPM Repository
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1

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.

warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
Public key for faac.x86_64.1.26-1.el5.rf.rpm is not installed

Import the GPG key:
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt

This next step is not necessary, but if you encounter any problems you may want to try updating your system.
$ yum update

Install FFmpeg
$ yum install ffmpeg ffmpeg-devel



頁: [1]
查看完整版本: JW player 播放(拖曳) flv格式影片無法快轉