- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Kanthi,
In 3) I should have included a firewall. Is RTMP going through a firewall?
Have you defined resubsribeAttempts or resubsribeInterval properties?
How big are the data messages in your use case?
How about adding filter patterns for logging Endpoint.RTMP, Protocol.RTMP, ... in services-config.xml?
<logging>
<target class="flex.messaging.log.ConsoleTarget" level="Debug">
<properties>
<prefix>[LCDS] </prefix>
<includeDate>false</includeDate>
<includeTime>false</includeTime>
<includeLevel>false</includeLevel>
<includeCategory>false</includeCategory>
</properties>
<filters>
<pattern>Endpoint.*</pattern>
<pattern>Service.*</pattern>
<pattern>Configuration</pattern>
<pattern>SocketServer.*</pattern>
</filters>
</target>
</logging>
Steve
Views
Replies
Total Likes