I am working on code snippet where I want to create an RED5 rtmp stream using RED5 server application. I have been searching since 5 days to get a good tutorial about the same.
All the tutorials or questions on the stackoverflow discuss about either RTMP client side code or isssues with streaming using oflademo.
What I have achieved ?
What I want to achieve ?
Have a server side jsp page showing number of connections i have received.
After getting each request I want to start an rtmp stream for that client.
Thanks in advance.
One solution I found is to go back to 0.9 version, 1.0 RC has some issues. I switched back to 0.9 and everything seems working.