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
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
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
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? ( /**
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
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/
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
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