Re: [Live-devel] FYI: New option to "openRTSP" for writing new files periodically

2013-12-17 Thread Ross Finlayson
> Excellent addition indeed. I've seen so many people requesting this feature > that it became a must. There's nothing in this software that's a "must". Please don't ever forget that this software (and the support in this mailing list) is provided - for free - as an optional and voluntary serv

Re: [Live-devel] RES: Problems to capture a RTSP

2013-12-17 Thread Warren Young
On 12/17/2013 12:00, Robson Nunes wrote: i'm not being able to make it on Visual Studio 2012. Could you help me out, please? Toggle the checkbox. You know, the one over there. In that dialog. Since I'm feeling generous, I will also give some specific advice in response to your nonspecific q

Re: [Live-devel] FYI: New option to "openRTSP" for writing new files periodically

2013-12-17 Thread Bob Bischan
Ross, Thanks for your reply. Shell scripting is within my reach...I'll explore ways to handle files using those tools. Bob On Tue, Dec 17, 2013 at 12:45 PM, Ross Finlayson wrote: > *File naming convention and output options:* > > Would it be possible to add options to openRTSP that provide a

Re: [Live-devel] RES: Problems to capture a RTSP

2013-12-17 Thread Ross Finlayson
> Good afternoon Mr. Finlayson, thanks for responding, but I've verified the > firewall 3 times already, executed TELNET on port 554 and seems ok. Does openRTSP -n rtsp://186.215.116.89:554/pro1 work OK for you? If it does, then the problem must be in your code. If it doesn't work, then

[Live-devel] RES: Problems to capture a RTSP

2013-12-17 Thread Robson Nunes
Good afternoon Mr. Finlayson, thanks for responding, but I've verified the firewall 3 times already, executed TELNET on port 554 and seems ok. Through VLC works nicely, but not on the application. I'm trying to configure a new project to run the playCommon.cpp and testRTSPClient.cpp, but i'm not be

Re: [Live-devel] Problems to capture a RTSP

2013-12-17 Thread Ross Finlayson
> Dear Sir, I'm having problems to capture a RTSP stream (using API LIVE555) > from a camera model ZAVIO F3110 that can be acessed through > rtsp://186.215.116.89:554/pro1. > With the same code I can acess a PELCO camera, but cannot access that ZAVIO. > With the VLC Player though, I can access th

Re: [Live-devel] sub-classing ProxyServerMediaSession

2013-12-17 Thread Craig Matsuura
Is there a reason DEBUG is left on in RTSPServer.cpp? #include #define DEBUG 1 //#@ // RTSPServer implementation // RTSPServer* RTSPServer::createNew(UsageEnvironment& env, Port ourPort, Thanks, Craig On 12/14/2013 11:48 PM, Ross Finlayson wrote: On Dec 10, 2013, at 1

Re: [Live-devel] FYI: New option to "openRTSP" for writing new files periodically

2013-12-17 Thread Ross Finlayson
> File naming convention and output options: > > Would it be possible to add options to openRTSP that provide a flexible > mechanism for specifying file-naming and storage location using a combination > of format specifiers / existing options? It would certainly be 'possible', but it would mak

Re: [Live-devel] sub-classing ProxyServerMediaSession

2013-12-17 Thread Ross Finlayson
On Dec 18, 2013, at 4:57 AM, Craig Matsuura wrote: > Is there a reason DEBUG is left on in RTSPServer.cpp? It was a mistake; fixed now. Thanks for letting us know. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing l

Re: [Live-devel] FYI: New option to "openRTSP" for writing new files periodically

2013-12-17 Thread julien@nomadsystems
Excellent addition indeed. I've seen so many people requesting this feature that it became a must. As per the "File naming convention and output options", the simpler the better. You can always rename and move things around through scripting in a later stage, but that's just me. On Tuesday,

Re: [Live-devel] FYI: New option to "openRTSP" for writing new files periodically

2013-12-17 Thread Bob Bischan
Ross, Very nice addition to the "LIVE555 Streaming Media" software ! A quick test reveals that it works just as anticipated. I do have a few related comments / suggestions regarding this option, as well, as openRTSP in general. Your thoughts and input would be much appreciated. *File naming con