Hi another silly question, how is it possible to have a main application
running in web.handler and then another application loaded as a custom
bean which purely just monitors for connection and stream events. I have
a class extending applicationadaptor which will hopefully log connects,
disconnects, and streamclose, however this doesnt seem to want to make
it run
<bean id="streamStatistics"
class="statistics.VODStatistics"
singleton="true"
/>
Then in that class methods like
public void streamSubscriberClose(IPlaylistSubscriberStream stream) {
public void streamSubscriberStart(ISubscriberStream stream) {
}
Should be called to log traffic.
Id like it seperate from the logic of the main app as this is logging
specific stuff only.
Let me know.
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org