Re: [Live-devel] Implementing H263VideoFileSink

2019-05-11 Thread Ross Finlayson
> On May 11, 2019, at 6:10 AM, Ross Finlayson wrote: > > > >> On May 6, 2019, at 8:03 PM, halim wrote: >> >> Hi. >> >> I am trying to implement H263VideoFileSink. > > Why not use our existing “H263plusVideoRTPSink” class? My apologies. I misread your question. I see now that you are as

Re: [Live-devel] Implementing H263VideoFileSink

2019-05-11 Thread Ross Finlayson
> On May 6, 2019, at 8:03 PM, halim wrote: > > Hi. > > I am trying to implement H263VideoFileSink. Why not use our existing “H263plusVideoRTPSink” class? Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live

[Live-devel] Implementing H263VideoFileSink

2019-05-11 Thread halim
Hi. I am trying to implement H263VideoFileSink. But I can't really figure what is really needed at H263VideoFileSink::afterGettingFrame. I try to refer from H264or5VideoFileSink::afterGettingFrame. However, it is different from H263 as H263 doesn't have SPropRecord or SPS. There is H263plusVid