PDA

View Full Version : Other Browser Sessions trough RED5 & JAVA



ad.sign
August 4th, 2008, 09:51 PM
I'm trying to access browser session variables through a remoting service that is running inside a Red5 media server. So since that service is not and does not inherit from Java HttpServlet Class, I am having a hard time searching my way to the user session.

Has anyone here passed by this issue?

Tanks for helping guys, seems to be little stuff, but I'm about to get mad with It.

webreake
November 18th, 2008, 09:20 PM
i had never used remoting with red5 i prefer to send/receive data using netconnection method callbacks
but i guess you should extend red5 remoting classes to do what you want