[Live-devel] Question regarding streaming application

2013-01-16 Thread kriti singhal
Hello sir, i made an streamer using your libraries which streams the live video from camera int initLm555Settings(void) { scheduler = BasicTaskScheduler::createNew(); env = BasicUsageEnvironment::createNew(*scheduler); destinationAddressStr #ifdef USE_SSM = "232.255.42.42"; #else = Streaming

[Live-devel] rtsp over http tunnelling option conformation

2013-01-10 Thread kriti singhal
Hello Ross sir i saw an rtsp over http tunnelling option in your programs i just want to know that how can we conform that the stream we asre receiving is rtsp over http one of my way is that we know rtsp packet size is 1328 and if it is ovet tcp thaen it should be 1332(4 bytes of tcp header). Is

[Live-devel] testMPEG2TransportStreamer Query

2013-01-08 Thread kriti singhal
Hello Sir, I am new to live media libraries,let me first tell what am i doing:- I am using "*testMPEG2TransportStreamer*" of your to stream an ts file(without implementing internal RTSP server in * testMPEG2TransportStreamer* ) and using *"testOnDemandRTSPServer"* to receive the stream. I just wa