Is this correct that my 'encoder' class must implement the following
functions:

  // redefined virtual functions:
  virtual void doGetNextFrame();
  virtual void doStopGettingFrames();


On Mon, Mar 14, 2011 at 8:39 PM, Ross Finlayson <finlay...@live555.com>wrote:

> Thanks. Do I need to return "new" H263plusVideoRTPSink instance (instead of
>> framer) from createNewStreamSource?
>>
>
> No, your implementation of the "createNewStreamSource()" virtual function
> would return an instance of your 'encoder' class.
>
> Your implementation of the "createNewRTPSink()" virtual function would
> return an instance of "H263plusVideoRTPSink", just by calling
>        H263plusVideoRTPSink::createNew( ... );
>
> As I noted earlier, you should not need to deal with
> "H263plusVideoStreamFramer" at all.
>
> --
>
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
> _______________________________________________
> live-devel mailing list
> live-devel@lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to