Re: [Live-devel] understanding the normalzerFilter in the ProxyServerMediaSubsession::createNewStreamSource

2015-12-30 Thread Ross Finlayson
The “PresentationTimeSessionNormalizer" and “PresentationTimeSubsessionNormalizer” classes are used to ensure that the presentation times - sent by the proxy server to the ‘front-end’ clients - are aligned with ‘wall clock’ time. This is important for ensuring that RTCP “SR” report packets (al

[Live-devel] understanding the normalzerFilter in the ProxyServerMediaSubsession::createNewStreamSource

2015-12-30 Thread Craig Matsuura
Hi Ross, I have a a question. I see in the ProxyServerMediaSubsession::createNewStreamSource, there is a normalizerFilter setup for the PTS times from a source. Why can't the PTS times from a source be used instead of normalizing it? Is this due to latency from proxying a camera stream?

Re: [Live-devel] RTSPServer with PassiveServerMediaSubsession from live camera

2015-12-30 Thread Ross Finlayson
> I have a streaming source that already provides me with a h264 RTP stream and > would like to use live555 just as a RTSP server. > I require neither RTP packetization nor RTCP generation. > > I found your answer to this question: > http://lists.live555.com/pipermail/live-devel/2014-September/0

[Live-devel] RTSPServer with PassiveServerMediaSubsession from live camera

2015-12-30 Thread Marko Vucak
Hi I have a streaming source that already provides me with a h264 RTP stream and would like to use live555 just as a RTSP server. I require neither RTP packetization nor RTCP generation. I found your answer to this question: http://lists.live555.com/pipermail/live-devel/2014-September/018672.htm