Re: [Live-devel] Implementation of RTSP server

2014-03-18 Thread Ross Finlayson
By default, our "RTSPServer" class - as illustrated by the "testOnDemandRTSPServer" demo application - serves only those files that have explicitly been 'installed' in the server (by the server's source code, calling "ServerMediaSession::createNew()", followed by "RTSPServer::addServerMediaSess

Re: [Live-devel] Implementation of RTSP server

2014-03-18 Thread Warren Young
On 3/18/2014 13:24, lonely heart wrote: Does anyone have an implemented RSTP server to stream the video file which the client has requested. The testOnDemandRTSPServer program that comes with Live555 does exactly that. The user DOES NOT want to allow all the files, testOnDemandRTSPServer

[Live-devel] Implementation of RTSP server

2014-03-18 Thread lonely heart
Hi, Does anyone have an implemented RSTP server to stream the video file which the client has requested. The user DOES NOT want to allow all the files, but only a few files which he wants to share. If anyone has a good documentation of the library, please share it. Any help would be greatly appreci