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