Re: [Live-devel] FrameSource:Getnextframe error while streamingPCMframes

2013-10-24 Thread Ross Finlayson
I think your problem is here: void triggerLive555Scheduler(void) { scheduler->triggerEvent(WAVSource::s_frameReceivedTrigger, sessionState.source); } The problem with this is the second parameter to "triggerEvent()". It needs to be a pointer to a "WAVSource" object. If you are streami

Re: [Live-devel] FrameSource:Getnextframe error while streamingPCMframes

2013-10-24 Thread Krishna
, 2013 6:23 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] FrameSource:Getnextframe error while streamingPCMframes I found the problem that uLawFromPCMAudioSource afterGettingFrame is not getting called when I use DeviceSource based design and triggering con