Есть сервер работающий на базе Widnwos Server 2003
На нём работает веб сервер, на веб сервере крутится чат.
К движку чата захотелось приделать веб камеры, техническая возможность в движке есть.
Камеры работают на основе Flash Media Server, для этого на сервер был установлен Adobe Flash Media Server 3.01.
Описание подключения плагина веб камеры к движку чата более чем скромное:
Цитата:
## FOR FLASH MEDIA SERVERS
a) Upload the enclosed folder 'webcams' to your 'prochatrooms' root folder (eg. http://www.yoursite.com/prochatrooms/webcams)
b) Login to your Flash Media Server and create an application folder (eg. prochatrooms)
c) Open the file 'webcams/preferences.xml' with your text editor and enter your domain name and the rtmp:// address or rtmpt:// address to the application folder you created in step b.
Example:
<Pref Data = "www.YOURSITE.com" />
<Pref Data = "rtmp://123456.rtmphost.com/prochatrooms" />
d) Login to your Pro Chat Rooms admin area, click 'settings' and enable the Webcams Module.
|
application создал, в место 123456.rtmphost.com - указал localhost, аунтефикация не происходит.. по факту закономерно. Подскажите как действовать?