Re: [Live-devel] building live555 in VS 2010

2013-02-19 Thread Robert Clove
Hi, Here are the steps to compile:- Modify the line "TOOLS32 = ..." in win32config to point to the VS2005 installed directory in your host machine. For example, "TOOLS32 = C:\Program Files\Microsoft Visual Studio 8\VC" is corresponding to my desktop's configuration. 2. Modify the line "LINK_OPTS_

[Live-devel] Can You Please only if possible

2013-02-19 Thread Robert Clove
Hello, Sorry if i am wrong but can you please give me pseudo code for:- Another possible way to access the code from multiple threads is to have each thread use its own "UsageEnvironment" and "TaskScheduler" objects, and thus its own event loop. The objects created by each thread (i.e., using its

[Live-devel] Is there any way to know socket no in Proxy server

2013-02-17 Thread Robert Clove
Hi Ross, Ross is there any way to know the TCP socket no on which proxy server is receiving the stream from the back-end rtsp server when the -t option is given in the url which is given to proxy server? Thanks ___ live-devel mailing list live-devel@li

Re: [Live-devel] SubClassing "OnDemandServerMediaSubsession"

2013-02-15 Thread Robert Clove
Hello Ross sir, As stated in your reply i ran multiple threads, each with their own "UsageEnvironment" and "TaskScheduler". It works fine. But when i stop receiving the stream from the back-end server that is when i call "deleteservermediasession" for that particular session and again want to rec

Re: [Live-devel] SubClassing "OnDemandServerMediaSubsession"

2013-02-12 Thread Robert Clove
Really nice ques fox.Hey Ross i have implemented - createNewStreamSource() - createNewRTPSink() and now after getStreamParameters i was going to call startstream() but from where to get these parameters - void* rtcpRRHandlerClientData, - ServerRequestAlternativeByteHandler* serve

[Live-devel] Query Related to GroupSock Library

2013-02-11 Thread Robert Clove
Hello All, Sir as i am new to live 555 libraries i built your sample of "testMPEG2TransportStreamer.cpp" which stream from the file and was able to receive the stream.I saw that UDP packets are being streamed. Then i went into your code :- Groupsock rtpGroupsock(*env, destinationAddress, rtpPort

[Live-devel] Proxy Server issue

2013-02-09 Thread Robert Clove
Hello Sir, Here is mine setup,i have 3 machines,. Machine 1 is for streamer 1 and machine 2 is for streamer 2 and machine 3 is for proxy server. i mine project there is some handshaking done between streamer and server machine so that server came to know which streamer is active. When the client w