Red5 is capable of serving HTTP requests. But how can I handle one in my application code ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, Red5 is capable of handling HTTP/HTTPS requests if you are using one of the Java EE plugins. The Tomcat-based plugin is the default Java EE container. For the second part of your question I assume you want to call one of the methods in your ApplicationAdapter class. To do that from a Servlet or JSP you simply need to access the ApplicationContext and from there get a reference to the ApplicationAdapter like so:
JSP Example