Connection issue w/ FMS teleconferencing app
i have flex based application using flash media server (fms) server (version 4.0) live video streaming between 2 users (i.e. 1 one teleconferencing service). streaming one-to-one, defined business rules, no third person can join teleconference. either person can start video stream via browser-based flex client , communication gets established once second user joins. validation connecting streams of 2 users implemented on fms server (as server side scripting defined in main.asc). facing 3 critical problems our teleconferencing solution.
1.often times, full communication can not established between 2 users. 1 user can not see or hear other user. there client side 'refresh' button when clicked, attempts establish connection via server side script. works. before implementing our current server side script, tried establishing stream using methods found here: http://forums.adobe.com/thread/905613
i think method below may work give me array of subscribers stream.
getlivestreamstats(appinst:string, stream:string) : object
but problem server returns following:
<result>
<level>error</level>
<code>admin.api.methodnotallowed</code>
<description>getlivestreams - method not allowed!</description>
<timestamp>8/7/2012 10:05:38 am</timestamp>
</result>
question - need different client or server setting needs modification?
thanks ideas...
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment