Adobe Flash Media Server安装
Flash Media Server(FMS)是一个流媒体服务器
使用 实时消息传送协议(RTMP),RTMP是一种未加密的TCP/IP协议,专门设计用来高速传送音频、视频和数据信息。
3.5版32位下载(内含windows和linux版):链接:http://pan.baidu.com/s/1miTce1M 密码:2rzb
4.5版64位linux版:链接:http://pan.baidu.com/s/1eS2PUts 密码:850t
序列号生成器(可能会被杀毒软件拦截,建议在虚拟机VMware Workstation里运行):https://yunpan.cn/cqMLuTV2sZIWA 访问密码 5282
测试序列号:1462-5345-0626-5376-6187-3552
CentOS 6.3安装4.5版注意事项:
fms4.5支持的CentOS版本为5.5 64 bit
在6.3下安装
yum install libcap compat-libcap1 libcap-devel libcap.i686 -y
附其它可能需要安装的工具:
yum install autoconf automake gcc gcc-c++ git libtool make nasm pkgconfig zlib-devel -yldconfig
安装fms
FlashMediaServer4.5_x64.tar.gz
解压后,进入目录
cd FMS_4_5_6_r5012/
ln -s /lib64/libcap.so.2 ./libcap.so.1 vim installFMS 找到 cd_check "Red Hat Enterprise Linux Client release 5"/etc/redhat-release redhat-RHEL5-i686 后面加上 cd_check "Red Hat Enterprise Linux Client release 6" /etc/redhat-release redhat-RHEL6-i686 cd_check "Red Hat Enterprise Linux Server release 6" /etc/redhat-release redhat-RHEL6-i686 找到 cd_check "CentOS release 5"/etc/redhat-release centos-5-i686 后面加上 cd_check "CentOS release 6" /etc/redhat-release centos-6-i686 if[-f/lib/libcap.so.2 ]; then //这一行中将/lib改为/lib64 安装 ./installFMS
输入序列号
1462-5345-0626-5376-6187-3552
(3.5的正版序列号1373-5711-0151-4137-9283-0503)
序列号生成器(可能会被杀毒软件拦截,建议在虚拟机VMware Workstation里运行):艺搜下载
输入用户名:elesos
选择默认用户
我们不安装apache,而用Nginx代替。参见CentOS下安装Nginx+MySQL+PHP+phpMyAdmin
选择安装后不启动!
安装信息确认
开放端口
/sbin/iptables -I INPUT -p tcp --dport80-j ACCEPT /sbin/iptables -I INPUT -p tcp --dport1935-j ACCEPT /sbin/iptables -I INPUT -p tcp --dport1111-j ACCEPT /etc/init.d/iptables save service iptables restart
配置Nginx
vi /opt/nginx/conf/nginx.conf
将网站目录从html修改为fms的webroot目录:/opt/adobe/fms/webroot
重新加载
cd /opt/nginx/sbin ./nginx -s reload
打开http://192.168.220.137/fms_adminConsole.htm即可登录
其它
忘记密码后如何修改密码
cd/opt/adobe/fms ./fmsadmin -console-user<username>
艺搜参考
http://help.adobe.com/en_US/adobemediaserver/install/index.html
https://en.wikipedia.org/wiki/Adobe_Flash_Media_Server
Adobe Flash Media Server安装的更多相关文章
- (转)ubuntu 12.04搭建Adobe Flash Media Server服务
破解版传送门:http://fms45.cuplayer.com/fms4download.html 福利:1462-5247-1705-7678-8379-5590 下载解压 cd进目录,./ins ...
- Adobe/Flash Media Server 5.0 linux 64位系统下的安装
一.下载 Adobe/Flash MS5.0下载地址: http://fs1.d-h.st/download/00036/VOt/adobemediaserver_5_ls1_linux64.tar. ...
- FMS4.5( Adobe Flash Media Server4.5)流媒体服务器搭建
下载FMS4.5 下载地址:http://pan.baidu.com/s/1pJLi5Ur(已更新) FMS是用于用户之间相互通讯的新平台.它集成了Flash多媒体交互的特性,又添加了实时音频和实时数 ...
- Flash Media Server 4.0 破解 注册
Adobe Flash Media Interactive Server 3.5s/n:1373-5047-2985-0514-5175-0098 s/n: 1373-5632-4666-9521-8 ...
- 使用Flash Media Server(FMS)录制mp4格式的视频
最近在做一个有关视频直播和点播的项目,客户的一个需求就是可以控制对直播流的录制,直播的实现采用的是Adobe的Flash Media Server,具体方式就是:视频采集端采集视频并编码->rt ...
- Flash Media Server 5.0 (FMS)注册码
flash media server 4.5 及最新 flash media server 5.0 注册码 防止图片打不开时: Name:tam/CORE Serial:1652-5580-8001- ...
- chrome浏览器 提示Adobe Flash Player未安装的解决方法
最近遇到了个flash player设置的一个问题,记录一下,可能不同浏览器版本和设置不一样 浏览器版本:版本 61.0.3163.100(正式版本) (64 位) 打开需要flash player的 ...
- ubuntu adobe flash player 安装
常规做法 1.先更新sudo apt-get update 2. sudo apt-get install flashplugin-installer 这次却卡在downloading这里 下不去.无 ...
- Flash Media Server 4.5 序列号 (fms4.5 激活码)
激活码一枚 ,网上找不到的..我今天放出来了哦... 1462-5864-7783-6034-8316-3718 (亲测 可用) 安装前找到系统盘下windows/system32/driv ...
随机推荐
- Effective C++ -----条款23:宁以non-member、non-friend替换member函数
宁可拿non-member non-friend函数替换member函数.这样做可以增加封装性.包裹弹性(packaging flexibility)和机能扩充性.
- codeforces 499B.Lecture 解题报告
题目链接:http://codeforces.com/problemset/problem/499/B 题目意思:给出两种语言下 m 个单词表(word1, word2)的一一对应,以及 profes ...
- ajax+bootstrap做弹窗
建页面,引入bootstrap弹窗 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " ...
- Android笔记:获取屏幕信息
像素密度(dpi) float xdpi = getResources().getDisplayMetrics().xdpi;float ydpi = getResources().getDispla ...
- July 4th, Week 28th Monday, 2016
Goals determine what you are going to be. 你的目标决定你将成为怎样的人. What are your goals? What kind of people y ...
- C 替换字符方法
// 444.cpp : Defines the entry point for the console application. // #include "stdafx.h" # ...
- debug与release
因为在Debug中有ASSERT断言保护,所以要崩溃,而在Release优化中就会删掉ASSERT,所以会出现正常运行. void func() { char b[2]={0}; strc ...
- poj1417(种类并查集+dp)
题目:http://poj.org/problem?id=1417 题意:输入三个数m, p, q 分别表示接下来的输入行数,天使数目,恶魔数目: 接下来m行输入形如x, y, ch,ch为yes表示 ...
- Q3 2016 State of the Internet – Security Report
https://content.akamai.com/PG7476-Q3-2016-SOTI-Security-Report.html?utm_source=GoogleSearch&gcli ...
- VS2010 自动跳过代码现象
今日,发现在Release的调试模式下,VS2010会“莫名其妙”的跳过一些代码不执行. 经实验,初步判断可能的原因:预处理器指令或编译器/连接器优化. 20150703更新: 部分代码: m_pTa ...