[Live-devel] compilation error
Roozbeh Zabihollahi
ruzbeh at gmail.com
Sun Nov 21 17:15:29 PST 2004
Hi,
try subclassing FileServerMediaSubsession and implement
createNewStreamSource and createNewRTPSink functions. I done this work
for implementing a mjpeg stream. It's easy, if you have problems take
a look at AMRAudioFileServerMediaSubsession class.
As you probably now, you must implement a JpegVideoSource class for
instantiating in createNewStreamSource function.
I done this job in this week, let me know if you have problems.
Regards,
- - Roozbeh
On Wed, 17 Nov 2004 17:22:00 +0100, Guillaume Larignon
<guillaume.larignon at tiveo.fr> wrote:
>
> Hi,
> I tried to make a class which inherit livemedia
> OnDemandServerMediaSubsession class.
> I define a static function createNew which call the constructor, like in a
> lot of LiveMedia classes.
> When I try to compile, the following errors occur :
>
> error C2259: 'MJPEGOnDemandServerMediaSubsession' : cannot instantiate
> abstract class due to following members:
>
> I made a lot of test, but this error remains.
> Has anybody ever had this kind of error ?
>
> Thanks,
>
> Guillaume
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live.com
> http://lists.live.com/mailman/listinfo/live-devel
>
>
>
More information about the live-devel
mailing list