qBittorrent+Flex搭建在线视频播放网站
Posted linuxws
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了qBittorrent+Flex搭建在线视频播放网站相关的知识,希望对你有一定的参考价值。
BT下载工具qbittorrent(当然这里也有其他类似的工具可选如transmission等)
首先安装EPEL源:
yum -y install epel-release
安装开发工具包:
yum -y groupinstall "Development Tools"
安装编译所需的依赖和组件:
yum -y install wget git gcc gcc-c++ qt-devel boost-devel openssl-devel qt5-qtbase-devel qt5-linguist
先编译安装libtorrent:(一行一行复制回车即可)
下载地址:https://github.com/arvidn/libtorrent
tar -zxf /usr/src/bt/libtorrent-libtorrent-1_1_6.tar.gz
cd /usr/src/bt/libtorrent-libtorrent-1_1_6
autoconf
sh autotool.sh
./configure --prefix=/usr CXXFLAGS=-std=c++11
make
make install
ln -s /usr/lib/pkgconfig/libtorrent-rasterbar.pc /usr/lib64/pkgconfig/libtorrent-rasterbar.pc
ln -s /usr/lib/libtorrent-rasterbar.so.9 /usr/lib64/libtorrent-rasterbar.so.9
以上是关于qBittorrent+Flex搭建在线视频播放网站的主要内容,如果未能解决你的问题,请参考以下文章
我的 flex 应用程序无法播放 RTMFP 流。 NetStream.Play.Failed 错误