|
From: Daniel <da...@un...> - 2009-05-10 05:26:15
|
Hi, I've done some research looking for a C++ solution for a flash streaming server and someone on red5 community passed me the link to this project So... here is my situation: I'm actually a C++ programmer joining the open source flash community. I'm currently developing a C++ streamming server that connects to a C++ client that sends/receives a H.264/AAC streamming back to the server (using our internal protocol based on IRC). I'm doing some research on flash because I need somehow redirect the stream generated on my client side application to play (somehow) in the flash player. I need to know if it is currently supported by mammoth project and if it would be easy to connect my application server stream to the mammoth server and this to the flash client? What kind of payload do the flash server expect to receive from my app ? RTP carrying H264/AAC ? Is there available sample code on using this just to prove concept ? Thanks in advance, Daniel |