[Live-devel] streaming live H263 video

Ross Finlayson finlayson at live555.com
Mon Mar 14 22:40:38 PDT 2011


>Is this correct that my 'encoder' class must implement the following 
>functions:
>
>   // redefined virtual functions:
>   virtual void doGetNextFrame();
>   virtual void doStopGettingFrames();

Your encoder class must implement "doGetNextFrame()" (note that this 
is a pure virtual function in "FramedSource"); see "DeviceSource.cpp" 
for a model of how to do this.  It may also, but does not need to, 
implement "doStopGettingFrames()".
-- 

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


More information about the live-devel mailing list