Re: [Live-devel] Packet loss status in RTCP RR packets

2015-12-04 Thread Ross Finlayson
> I am using live555 library to stream to proxyserver on rtp over tcp. I want > to add variable bitrate mechanism for my device for that i suppose i need to > verify some parameters on RTCP RR report. I was trying to look at packet loss > status but everytime it was a constant value coming 0x00f

[Live-devel] Packet loss status in RTCP RR packets

2015-12-04 Thread Hardik Sangani
Hi Ross, I am using live555 library to stream to proxyserver on rtp over tcp. I want to add variable bitrate mechanism for my device for that i suppose i need to verify some parameters on RTCP RR report. I was trying to look at packet loss status but everytime it was a constant value coming 0x00ff

Re: [Live-devel] Stream two subsessions in one ServerMediaSession

2015-12-04 Thread Ross Finlayson
> The fTimestampBase > is set as the random value, so there is no possibility to have similar > timestamps in both subessions. That is totally correct. Different media streams have different RTP timestamps (perhaps with different timestamp frequencies, as is the case here), and the mapping from

[Live-devel] Stream two subsessions in one ServerMediaSession

2015-12-04 Thread Piotr Piwko
Hi, I have two separated live sources of video (H264) and audio (ACC) content. I created the FrameSource the OnDemandServerMediaSubsession classes where the corresponding RTPSink objects are created (H264VideoRTPSink and MPEG4GenericRTPSink). The fPresentationTime parameter is set as the current t