Re: [Live-devel] Live555 + streaming directory

2009-03-13 Thread Bartha Adam
Subject: Re: [Live-devel] Live555 + streaming directory To: "LIVE555 Streaming Media - development & use" Date: Friday, March 13, 2009, 9:11 AM Yes I have added these lines in "DynamicRTSPServer.cpp" file in mediaServer   folder.   char  DAVSLive555Path[]="/home/waqasd

Re: [Live-devel] Live555 + streaming directory

2009-03-13 Thread Ross Finlayson
Can you please tell me if I want to test for live streaming how can I test it. Because until now I have test on demand streaming. The "LIVE555 Media Server" product (currently) isn't set up to (easily) support live input sources. However, you can do this with the "testOnDemandRTSPServer" de

Re: [Live-devel] Live555 + streaming directory

2009-03-13 Thread Waqas Daar
Yes I have added these lines in "DynamicRTSPServer.cpp" file in mediaServer folder. char DAVSLive555Path[]="/home/waqasdaar/Videos/live555/%s"; char *DAVSStream=NULL; int length=strlen(streamName)+strlen(DAVSLive555Path); DAVSStream=(char*)malloc(sizeof(char)*length); snprintf(DAVSStrea

Re: [Live-devel] Live555 + streaming directory

2009-03-13 Thread Rawling, Stuart
Check out the mediaServer folder in the source tree. This implements an on demand server which may be all you are needing. On 3/13/09 7:40 AM, "Waqas Daar" wrote: > Hi,  > > I have downloaded the live555 streaming server and compiled it, it works > perfectly. I want to know how can I change i

[Live-devel] Live555 + streaming directory

2009-03-13 Thread Waqas Daar
Hi, I have downloaded the live555 streaming server and compiled it, it works perfectly. I want to know how can I change its behavior so that it streams media files from specific folder where all media files are. currently It streams files which are in the current directory where live555mediastream