Re: [Live-devel] TestOnDemandRTSPServer Help

2010-10-04 Thread Ross Finlayson
Hi, I am new to live 555. Could someone to me how to use the test program TestOnDemandRTSPServer. I compiled and executed this test program. All it gave was a list of urls. But I am not able to play any video from that url. Help required immediately please. I very much doubt that you re

Re: [Live-devel] Defintion of the ServerMediaSession and SeverMediaSubsession classed and their usage in relation with doGetNextFrame()

2010-10-04 Thread Ross Finlayson
Additionally, I implemented lookupServerMediaSession() virtual method in myOnDyanmicRTSPServer. Now in lookupServerMediaSession() I checked to see if the channel name in the URI passed to this method does not exist then I created a ServerMediaSession and added addSubsession() If you haven't

[Live-devel] TestOnDemandRTSPServer Help

2010-10-04 Thread dilip raghavan
Hi, I am new to live 555. Could someone to me how to use the test program TestOnDemandRTSPServer. I compiled and executed this test program. All it gave was a list of urls. But I am not able to play any video from that url. Help required immediately please. Thanks a lot. _

[Live-devel] Defintion of the ServerMediaSession and SeverMediaSubsession classed and their usage in relation with doGetNextFrame()

2010-10-04 Thread Mehran Ansari
I am trying to understand the relationship and interaction of different Live555 classes so that I can implement an OnDemandRTSPServer to be able to send live video/audio frames that are generated by my encoder associated to different video port channels. To start, I derived myOnDyanmicRTSPServe