Adding a red5 app in a multiuser website
- by Zakaria
hi everybody,
I have an mvc php website where users can publish their public information: http://www.example.com/foobar/profile.
Beside this project, based on some red5 samples, I have an application (done with Flex) that sends audio:
rtmp://server/sendAudio (very basic but works).
I want to create for each subscribed on my website an admin part where can send an audio stream: http://admin.example.com/foobar. And, when someone goes on their public profile, they can listen to the streamed audio: http://www.example.com/foobar/profile).
How can I use my red5/flash app dynamically with my php website so that my users can broadcast their proper canal? Do you have some experience to share ?
Thank you,
Regards.