While making these changes, could you also make the constructor,
destructor and processSpecialHeader() of H264VideoRTPSource
protected.
OK, will do.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@
Hi Ross,
> Do you still want the "fFileSize" member variable to be
"protected:" - i.e., do you want to modify its value in a subclass?
Yes. Actually, I need to store the original fileName, so I created a
sublass of it. But to do so, I need to set fFileSize in my constructor.
OK, I'll make
> Do you still want the "fFileSize" member variable to be
"protected:" - i.e., do you want to modify its value in a subclass?
Yes. Actually, I need to store the original fileName, so I created a
sublass of it. But to do so, I need to set fFileSize in
my constructor.
OK, I'll make that chang
For another reason, my file is changing onlive, so I need to update its
size periodically.
On Mon, Jul 18, 2011 at 6:16 PM, Mojtaba Nouri wrote:
> > Do you still want the "fFileSize" member variable to be "protected:" -
> i.e., do you want to modify its value in a subclass?
>
> Yes. Actually, I
> Do you still want the "fFileSize" member variable to be "protected:" -
i.e., do you want to modify its value in a subclass?
Yes. Actually, I need to store the original fileName, so I created a sublass
of it. But to do so, I need to set fFileSize in my constructor.
___
I need some private members to be protected in order to use them in
my code. I appreciate if you consider applying them to the main code.
In class DynamicRTSPServer, I need
the constructor, destructor and function lookupServerMediaSessionv
to be protected.
OK, will do.
In ByteStreamFileSour
Hi Ross.
I need some private members to be protected in order to use them in my code.
I appreciate if you consider applying them to the main code.
In class DynamicRTSPServer, I need
the constructor, destructor and function lookupServerMediaSessionv to be
protected.
In ByteStreamFileSource, fFileSiz