[Live-devel] RTSP server to handle receiving data from other Sockets and the RTSP clients
Victor Lee
victor_l2000 at hotmail.com
Fri Nov 17 13:13:06 PST 2006
Hi All,
I am new with liveMedia. I am trying to implement a RTSP server using
LiveMedia library. I think the application is similar to the example
testOnDemandRTSPServer, except that i want to accept data from another
Socket server.After i receive a block of data, I want to process the data
and then pass the processed data to the RTSP clients.
Now my problem is: how can i accept the data continuously and pass it to
multiple RTSP clients (when more than one RTSP clients are requesting same
data source).
In the testOnDemandRTSPServer example, it loads the files, and after these
settings are done, and the requests from the RTSP clients are received, the
data from the files will be passed automatically, after the call:
env->taskScheduler().doEventLoop(); // does not return.
how can my data receiving part be handled?
For my case, i need to continuously receive the socket data.
could you please give me some suggestions on how can i follow your example
using liveMedia and implement my function?
Thanks in advance!
Vic
_________________________________________________________________
Share your latest news with your friends with the Windows Live Spaces
friends module.
http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mk
More information about the live-devel
mailing list