<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div style="font-size: 12pt; font-family: Calibri;"><div>I found the problem that uLawFromPCMAudioSource  afterGettingFrame is 
not getting called when I use DeviceSource based design and triggering 
concept.</div>
<div>i.e. </div>
<div>If I am calling FramedSource::afterGetting(this) in doGetNextFrame itself , 
it is calling afterGettingFrame  function in 
uLawFromPCMAudioSource   followed by calling 
afterGettingFrame   function in MultiFramedRTPSink.</div>
<div> </div>
<div>If I am calling FramedSource::afterGetting(this) in deliverFrame(which will 
called by trigger event), then it is calling only afterGettingFrame   
function in MultiFramedRTPSink and not uLawFromPCMAudioSource   
afterGettingFrame  function.</div>
<div>That's why I am getting FramedSource ::getNextFrame():attempting to read 
more than once at the same time. </div>
<div> </div>
<div>Where I am going wrong?</div></div></div></div></blockquote><div><br></div><div>I can't tell what's wrong, without seeing your code.</div><div><br></div><div>Please post the code for your "OnDemandServerMediaSubsession" subclass, and for your "DeviceSource" based class.</div></div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>