ams增加用户验证,实现开机自动推流。

来源:互联网 发布:介绍人工智能的小短片 编辑:程序博客网 时间:2024/06/14 19:11
1. Download the Add-in from here :

www.adobe.com/go/learn_fms_authaddin_en.

2. Run the installer on the machine where FMS is installed. For windows run the msi. For linux untar the file and run the installSAA script.

3. The add-in installs the Server Access Adapter (under root_install/modules/access) and the Flash Media Encoder User Management utility (under root_install/conf).

4. Navigate to root_install/conf in the command prompt and run the following to add new user :

users add -u <username> -p <password>

actually you have to use absolute path like this :

/opt/adobe/fms/conf/users add -u wing -p 123456
Operation Successful:  New user entry added.

5. Restart FMS.


6. 移除推流验证的方法
 将/modules/acess/libconnect.so 移走后,重新启动 fms
B.实现开机自动推流。

1.

通过开始->所有程序->附件->系统工具->任务计划程序->创建任务。

任务有两个

定时重启实现服务器的每4天启动, 利用reboot.bat。   shutdown -r

推流实现服务器启动时自动开始推流。 FMLEcmd.exe

参数 :/p "C:\Users\Wing\AppData\Roaming\Adobe\Flash Media Live Encoder 3.2\wing.xml" /ap wing:123456 /r


0 0
原创粉丝点击