Re: [Live-devel] Can test on demand server be implemented to handle multiple clients

2012-05-18 Thread Ross Finlayson
> Thats obvious sir if we duplicate the code block and write source of > different test mpeg2 streamer. > Can the test on demand server file be act as following:- > the server should always be in listening mode and > every time when i run the test mpeg2 streamer the server creates a > thread(thr

Re: [Live-devel] Can test on demand server be implemented to handle multiple clients

2012-05-18 Thread i m what i m ~~~~
Hey Ross Thats obvious sir if we duplicate the code block and write source of different test mpeg2 streamer. Can the test on demand server file be act as following:- the server should always be in listening mode and every time when i run the test mpeg2 streamer the server creates a thread(thread c

Re: [Live-devel] Can test on demand server be implemented to handle multiple clients

2012-05-18 Thread Ross Finlayson
> In this case clients are not the vlc player,clients are the > testMPEG2TransportStreamer, > Sorry if i was not able to explain question earlier,My ques is i want to run > 2 or 3 testMPEG2TransportStreamer application and can these multiple > applications be handled by test on demand server???

Re: [Live-devel] Can test on demand server be implemented to handle multiple clients

2012-05-18 Thread i m what i m ~~~~
Hey Ross In this case clients are not the vlc player,clients are the testMPEG2TransportStreamer, Sorry if i was not able to explain question earlier,My ques is i want to run 2 or 3 testMPEG2TransportStreamer application and can these multiple applications be handled by test on demand server??? On

Re: [Live-devel] Can test on demand server be implemented to handle multiple clients

2012-05-18 Thread Ross Finlayson
> In your test on demand server implementation there is an option in which > server listens to the incoming mpeg2 stream(client), > Can this server be implemented to handle multiple clients Yes, all of our RTSP servers handle multiple concurrent clients automatically. You don't need to do anyth

[Live-devel] Can test on demand server be implemented to handle multiple clients

2012-05-18 Thread i m what i m ~~~~
Hello Ross Remarkable work "The Live Media". Ross i want to ask u something is this possible or not:- In your test on demand server implementation there is an option in which server listens to the incoming mpeg2 stream(client), Can this server be implemented to handle multiple clients(as we have