[Live-devel] R: "GET_PARAMETER" as a client 'liveness' indicator

2010-05-03 Thread Trotti Matteo
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

[Live-devel] rtsp/rtp port management

2009-11-04 Thread Trotti Matteo
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

[Live-devel] unicast streaming file size

2008-02-20 Thread Trotti Matteo
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