Martijn,

Thanks for the report.  The following change to the code should prevent the 
problem:

In "QuickTimeFileSink.cpp", line 321, change
        subsession->readSource()->stopGettingFrames();
to
        if (subsession->readSource() != NULL) 
subsession->readSource()->stopGettingFrames();

I'll make this change in the next release of the software.


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

Reply via email to