Re: [Live-devel] MediaSession Destructor Is Protected

2012-05-18 Thread Ross Finlayson
> I am trying to manage my resources correctly, and I've discovered you > cannot delete a MediaSession... What is the proper way to free a > MediaSession's resources. "MediaSession" - like all subclasses of "Medium" - objects cannot be deleted directly. Instead, you reclaim such an object b

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

[Live-devel] MediaSession Destructor Is Protected

2012-05-18 Thread Constantin Savtchenko
Hello All, I am trying to manage my resources correctly, and I've discovered you cannot delete a MediaSession... What is the proper way to free a MediaSession's resources. An scenario would be when you wish to reinitialize a MediaSession with a new DESCRIBE command. Thank you. Constantin

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] liveMedia/FreeBSD : compilation fails on ar command

2012-05-18 Thread Ross Finlayson
> I solved the ar issue the following solution : > In Makefile.tail, I added a space in the line > $(LIBRARY_LINK)$@ $(LIBRARY_LINK_OPTS) \ > between $(LIBRARY_LINK) and $@... But you shouldn't have to do this, because the space is already present - at the end of the "LIBRARY_LINK" line in the "c

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

Re: [Live-devel] liveMedia/FreeBSD : compilation fails on ar command

2012-05-18 Thread Ross Finlayson
>> I ran genMakefiles and then I tried to compile liveMedia on FreeBSD (8 & 9 : >> fresh installed systems). But I have an issue : >> >> ar crlibliveMedia.a The problem is the missing space after "ar cr". If that's then, then "ar" should work. But I don't understand why/how your Makefile coul

[Live-devel] liveMedia/FreeBSD : compilation fails on ar command

2012-05-18 Thread Christopher COMPAGNON
> Hello ! > > I ran genMakefiles and then I tried to compile liveMedia on FreeBSD (8 > & 9 : fresh installed systems). But I have an issue : > > /ar crlibliveMedia.a Media.o MediaSource.o FramedSource.o > FramedFileSource.o FramedFilter.o ByteStreamFileSource.o > ByteStreamMultiFileSource.o Byte