Hi Ross, With GCC version 4.4.6 (present on old centOS distro), the last liblivemedia library does not compile anymore with the linux-with-shared-libraries configuration. It is due to the new file MPEG2TransportStreamParser.hh where a word "class" is missing at line 107.
Here is the patch. @@ -104,7 +104,7 @@ private: // Parsing functions: - friend class MPEG2TransportStreamDemuxedTrack; + friend MPEG2TransportStreamDemuxedTrack; Boolean parse(); // returns True iff we have finished parsing all BOS pages (on initialization) u_int8_t parseAdaptationField(); Best regards Denis.
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel