[Live-devel] streaming live H263 video

Arkady Erlikhman arkady at etring.com
Mon Mar 14 22:18:34 PDT 2011


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 <finlayson at 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 at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20110314/989b4052/attachment.html>


More information about the live-devel mailing list