The problem here is the extremely large H.264 frame (about 280,000 bytes in size) that you have in this video. This was too big for our stream parsing code to handle.
You can fix this by changing the constant BANK_SIZE in "liveMedia/StreamParser.cpp" from 150000 to 300000. (I'll also 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