You have to schedule a dummy task which get called at a given time interval
inside the EventLoop.
Create a task where you will just issue a GET_PARAMETER command
rtspClient->getMediaSessionParameter
and after that, simply re-schedule the task itself with a given time interval
env->taskSched
Hi guys,
I am building a streaming server and I am using liveMedia code to manage
the core part of rtsp/rtp transmission.
I will have multiple clients requesting media to server, and each client
is able to get more than one streams at a time,
so I am trying to figure out how to manage (server
Hi all,
I am developing a server application which uses live555 in order to
stream via unicast mp4 ES video files.
Till now, my approach is very similar to TestOnDemandRTSPServer.
I am facing some problems in server architecture implementation: I need
to perform file seeking and we know that