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