Re: [Live-devel] Changing media directory for vod server

2007-06-19 Thread Pushkal Mishra
Hey Ross, thanks for the quick help. I made the changes. I can see the server trying the right file, but the client doesn't see any video stream. I will dig some more and see what am I missing.. FILE* fid = fopen(strcat(str, streamName), "rb"); . sms = createNewSMS(envir(), strcat(str, stream

[Live-devel] Changing media directory for vod server

2007-06-19 Thread Pushkal Mishra
Hi, Currently, our live555 vod server is playing TS assets out of current directory. Instead can we pull vod assets from any particular directory? If so, can you please point us to the file where we can make the change? I plan to use a getenv( ) call to get our vod library path, but not sure where