Re: [Live-devel] continueAfterOPTIONS late

2013-11-20 Thread Craig Matsuura
On 11/20/2013 08:59 PM, Ross Finlayson wrote: If the continueAfterOPTIONS command is late (longer than the liveness timeout) I assume the camera would time out and shutdown the session? I don't see anywhere in continueAfterLivenessCommand that it handles this? Phew... 1/ The interval between tw

Re: [Live-devel] continueAfterOPTIONS late

2013-11-20 Thread Ross Finlayson
> If the continueAfterOPTIONS command is late (longer than the liveness > timeout) I assume the camera would time out and shutdown the session? I > don't see anywhere in continueAfterLivenessCommand that it handles this? Phew... 1/ The interval between two successive "OPTIONS" commands will alm

[Live-devel] continueAfterOPTIONS late

2013-11-20 Thread Craig Matsuura
If the continueAfterOPTIONS command is late (longer than the liveness timeout) I assume the camera would time out and shutdown the session? I don't see anywhere in continueAfterLivenessCommand that it handles this? Thanks, Craig ___ live-devel mailing

Re: [Live-devel] Inserting SPS/PPS repeatedly in TS file

2013-11-20 Thread Umar Qureshey
Thanks, that is very helpful. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Inserting SPS/PPS repeatedly in TS file

2013-11-20 Thread Ross Finlayson
> ./openRTSP -v rtsp://192.168.1.214/axis-media/media.amp?streamprofile=Quality > | ./testH264VideoToTransportStreamUDP > > The issue I am encountering is that if, during the process of streaming, the > client loses connection and then reconnects, it cannot decode the stream > because it cannot

Re: [Live-devel] Is there a better command to use other than OPTION for keep-alive?

2013-11-20 Thread Ross Finlayson
> I see that the OPTION command is used for keeping a stream alive. I > there a better command that can be used that can also indicate the > stream is still running? Not really. Every server should support "OPTIONS". ("GET_PARAMETER" could also be used, but some servers don't support this.)

Re: [Live-devel] Splitting files while recording via openRTSP

2013-11-20 Thread Ross Finlayson
> This would be a great option for the openRTSP client! I agree - it would be a great option for "openRTSP": http://live555.com/funded-projects/live555_openrtsp_interval_files.html Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___

[Live-devel] Inserting SPS/PPS repeatedly in TS file

2013-11-20 Thread Umar Qureshey
Hi, I am streaming from H.264 Elementary Stream (ES) over RTP from an IP camera and creating a Transport Stream (TS) which I send over UDP. I have modified "testH264VideoToTransportStream" to take input from 'stdin' and send to a UDP client (H.264 decoder) by replacing FileSink with BasicUDPSin

[Live-devel] Is there a better command to use other than OPTION for keep-alive?

2013-11-20 Thread Craig Matsuura
I see that the OPTION command is used for keeping a stream alive. I there a better command that can be used that can also indicate the stream is still running? If an OPTION is send on or outside the timeout of the camera the stream stops but what is the indication that it has stopped? I see

Re: [Live-devel] Splitting files while recording via openRTSP

2013-11-20 Thread Bob Bischan
This would be a great option for the openRTSP client! I have the same issue you described with wanting to avoid gaps between output files. I suppose you could always start another client before the other client terminates to create overlapping recordings, however, that seems more like a work-around

[Live-devel] Splitting files while recording via openRTSP

2013-11-20 Thread Ehsan Adeli
Dear all, I am trying to use the openRTSP test project to record a live RTSP stream. The stream is being played continuously (from a camera) and I want to record the video. In order to be able to manage the recorded files, I want to split the recording and save, for instance, every 5 minutes of th

Re: [Live-devel] Live555 license info

2013-11-20 Thread Ross Finlayson
> I read that live555 is LGPL licensed Yes. > but the build for live555 creates static libraries. Not necessarily. You can create dynamic-linked libraries for Linux by running genMakefiles linux-with-shared-libraries Ross Finlayson Live Networks, Inc. http://www.live555.com/

[Live-devel] Live555 license info

2013-11-20 Thread ssingh
Hi, I read that live555 is LGPL licensed but the build for live555 creates static libraries. If I am correct than LGPL dictates that the application links to it dynamically. Is there any plan to change the build type to dynamic for live555 or do I have to create dynamic library myself which w