Re: [Live-devel] Getting Status

2007-07-09 Thread Ross Finlayson
>it appears the output is direct to the console, in that I can't pipe it >anywhere. Is this correct ? is there a way to get the SDP information >optimally to STDOUT? or at least a file ??? The diagnostic information (including the SDP description) is output to stderr. You can redirect/pipe that

Re: [Live-devel] Getting Status

2007-07-08 Thread pjf
figured it out needed to add #include and before the shutdown printf ( "%s \n" , sdpDescription ); This gets me the description into stdout and I can pipe grep etc .. Thanks for the pointers -Pete > Thanks, that is part of the answer, now for the trickier part. > > it appears the output is d

Re: [Live-devel] Getting Status

2007-07-08 Thread pjf
Thanks, that is part of the answer, now for the trickier part. it appears the output is direct to the console, in that I can't pipe it anywhere. Is this correct ? is there a way to get the SDP information optimally to STDOUT? or at least a file ??? Thanks -Pete >>I have a streaming server, and

Re: [Live-devel] Getting Status

2007-07-08 Thread Ross Finlayson
>I have a streaming server, and some others that I look into (hosted >elsewhere). I would like to grab the info that is generated from >openRTSP, eg DESCRIBE. I don't really need the actual stream so something >like : >openRTSP -r rtsp://stream.name:/path/to/stream.rm >returns the SDP info th

[Live-devel] Getting Status

2007-07-08 Thread pjf
Hi to all, Im new to the list, and this may have been answered elsewhere, so I aplogize if this is a repeat. I have a streaming server, and some others that I look into (hosted elsewhere). I would like to grab the info that is generated from openRTSP, eg DESCRIBE. I don't really need the actual