ams adds user authentication to realize automatic streaming at startup

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. 移除推流验证的方法
 After removing /modules/access/libconnect.so, restart fms
B. Realize automatic streaming at startup.

1.

Via Start -> All Programs -> Accessories -> System Tools -> Task Scheduler -> Create Task.

There are two tasks

Restart the server regularly to start every 4 days, using reboot.bat. shutdown -r

Streaming implementation automatically starts streaming when the server is started. FMLEcmd.exe

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

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326071988&siteId=291194637
Recommended