Re: [Live-devel] Support for multiple NPT ranges in the Range header

2007-06-07 Thread Ross Finlayson
I have one question regarding LIVE555 media server. Does LIVE 555 RTSP server support multiple NPT ranges in the Range header? No. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/___ live-devel mailing list live-devel@lists.live555.com ht

[Live-devel] Support for multiple NPT ranges in the Range header

2007-06-07 Thread Nitin Jain
Hi all, I have one question regarding LIVE555 media server. Does LIVE 555 RTSP server support multiple NPT ranges in the Range header? e.g Range: npt=10-30, npt=45.5-60. By looking at sourcecode I think presently LIVE555 does not support this feature.Can anyone conform this. Regards

Re: [Live-devel] LIVE555 code standard: comments

2007-06-07 Thread Ross Finlayson
When commenting LIVE555 code, is it prefered to have the comment blocks appear after the code block or function definition the comment block pertains to? It depends. If the comment is of the form // We're about to do X then I usually put it before. If the comment is of the form

[Live-devel] LIVE555 code standard: comments

2007-06-07 Thread xcsmith
When commenting LIVE555 code, is it prefered to have the comment blocks appear after the code block or function definition the comment block pertains to? I can't tell which is the prefered location. Are larger comment blocks using // prefered over /* */ ? What about Doxygen comments? ( /**

[Live-devel] Understanding RTSP reference code from live555.com

2007-06-07 Thread mayank agarwal
Hi all, I have downloaded the freely available reference code from live555.com and compile,run it and tried to stream test.mpg file as input in client/server mode. Actually i am getting the delay between audio and video on streaming. Now i am trying to understand the code.I have the following doubt

Re: [Live-devel] OnDemandServerMediaSubsession::deleteStream problem

2007-06-07 Thread Ross Finlayson
Thanks for the bug report. This fix will be included in the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/

[Live-devel] OnDemandServerMediaSubsession::deleteStream problem

2007-06-07 Thread Igor Bukanov
The current code for OnDemandServerMediaSubsession::deleteStream, http://live555.com/liveMedia/doxygen/html/classOnDemandServerMediaSubsession.html#55a633f69121ee4f71874003d422f41c calls streamState->endPlaying even when destination is null. This immediately segfaults in endPlaying on null derefer

[Live-devel] Delay between audio and video

2007-06-07 Thread mayank agarwal
Hi all, I am running the downloaded LiveMedia code for steaming multiplexed audio/video stream using RTSP on client side.I was going through the code but i was not able to find out the code or the file in which audio/video synchronization is done. Please help me in this regard. Regards, Mayank