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_
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
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
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
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
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
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