Groups | Blog | Home
all groups > macromedia flash flashcom > march 2005 >

macromedia flash flashcom : Can I create a client-application with C++???


FrancoX79
3/15/2005 3:50:48 PM
I'm building a 3D chat application in c++ and I need to use Flash communication
server for server-side. I 'd like to know if there is a method or a library I
can use to send and receive messagges on RTMP protocol of FlashCom.Thanx

For replies please write here or to fra.depaolis79@libero.it
udi at oddcast
4/15/2005 4:27:03 PM
Hi,

we're looking to incorporate C++ code into a server-side application. if we
can't do that, we might have to write a streaming server that handles RTMP
because we want to use Flash for the clients.

I was wondering if you have found any C++ library that encapsulates the RTMP
protocol.

Udi

FredzCode
4/15/2005 4:31:07 PM
There aren't any libraries that support this since the only one that is legal is Macromedia's since the RTMP protocol is copyrighted. or whatever..


Anyways, if you do find something Enjoy !

udi at oddcast
4/15/2005 4:34:36 PM
That's what I expected.
Do you know if there is any way to run a stream on the server through some sort of plugin/filter written in C++ ?

Udi

FredzCode
4/15/2005 4:40:19 PM
You can stream the stream on HTTP but this will open the door to downloading
it. The RTMP has control messages to issue commands to the server. An example
is to tell the server that you are seeking to some other part of the stream.
This will make the server push the part you want. So, the answer is no. I do
not know of any C++ plugin/filter or stuff to handle this server job. Ferdz./
udi at oddcast
4/15/2005 4:47:14 PM
What do you mean by stream the stream on HTTP?
I don't mind the stream being available for download. what we're developing is
an audio conferencing app, and we want to be able to use Flash for the client
frontends. the thing is that we need to process the audio as it flows through
the server.

Can Flash player send a stream to a server over HTTP? where would i find
documentation for that?

Udi

FredzCode
4/15/2005 4:58:14 PM
No, it can not send the stream via HTTP. Im just saying that if your .flv files
are static, you can offer them thruw your webserver (via Progressive download
as they call it) But since your talking about live conferencing. Im not quite
sure of your possibilities without flash communication server (if your front
end is in flash). Sincerely Fredz./
twelfth312
4/19/2005 8:56:21 PM
AddThis Social Bookmark Button