OK, try changing line 115 in 
"liveMedia/MPEG2TransportStreamMultiplexor.cpp" from
         streamType = mpegVersion == 1 ? 3 : 4;
to
         streamType = mpegVersion == 1 ? 3 : mpegVersion == 2 ? 4 : 0xF;
Then arrange for "MPEG2TransportStreamMultiplexor::handleNewBuffer()" 
to be called with the "mpegVersion" parameter set to 4.

Please let us know if that works OK for you.  If so, I'll include it 
in the next release of the software.


        Ross Finlayson
        Live Networks, Inc. (LIVE555.COM)
        <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