Sunday, 15 September 2013

flash - XML: How to send stream from external encoder to Adobe Media Server? -



flash - XML: How to send stream from external encoder to Adobe Media Server? -

i using digital rapids encoder stream (rtmp). install flash server in same vlan read stream. hence downloaded adobe media server , wish stream towards integrated adobe sample video player. however, digital rapids doesn't recognize destination server url. guess because of port issue.

checking ports situation on ams server (cmd -> netstat -an), realise port 1935 (which receives rtmp) listening locally (127.0.0.1:1935) instead of exterior (i have 0.0.0.0:1935). application not seem have forced port open (i don't have firewall).

looking xml code (../conf/defaultroot/defaultvhost/vhost.xml), looks app runs locally rather remotely:

<proxy> <!-- vhost may configured run apps locally or remotely. --> <!-- vhost not explicitly defined gets aliased --> <!-- default vhost , configured such. proxy server --> <!-- runs apps remotely, while normal server runs --> <!-- apps locally. next parameter defines whether --> <!-- vhost running local or remote apps, default --> <!-- local. may set either local or remote --> <mode>local</mode> <requesttimeout>2</requesttimeout> <anonymous>false</anonymous> <cachedir enabled="false" useappname="true"> <path></path> <maxsize>32</maxsize> </cachedir> <localaddress></localaddress> <routetable protocol=""> <routeentry></routeentry> </routetable> <edgeautodiscovery> <enabled>false</enabled> <allowoverride>true</allowoverride> <waittime>1000</waittime> </edgeautodiscovery> <!-- <ssl> <sslverifycertificate>true</sslverifycertificate> <sslcacertificatepath></sslcacertificatepath> <sslcacertificatefile></sslcacertificatefile> <sslverifydepth>9</sslverifydepth> <sslciphersuite>all:!adh:!low:!exp:!md5:@strength</sslciphersuite> </ssl> --> <aggregatemessages enabled="true"> <!-- <maxaggmsgsize>65536</maxaggmsgsize> --> <!-- <maxaggmsgduration>10000</maxaggmsgduration > --> </aggregatemessages> </proxy>

do have suggestions or advice code-wise or simple configuration?

many in advance help !

i found source of issue. isn't code based. turns out application requiring access port 1935 installed on server, , had priority on ams. uninstalled it, , ams receives stream. hope helps!

xml flash adobe flash-player

No comments:

Post a Comment