but in VS2008 line MPEG1or2FileServerDemux::createNew rise exeption:
First-chance exception at 0x7c812afb in testvideomc.exe: Microsoft C++
exception: int at memory location 0x0011f880..
and program abnormally closed after this.

what this can mean?

It means that a memory access exception occurred somewhere in the code, most likely somewhere in the code for "MPEG1or2ProgramStreamFileDuration()" (see "liveMedia/MPEG1or2FileServerDemux.cpp"). Fortunately, You Have Complete Source Code, which should help you find the problem.

(Note that "MPEG1or2FileServerDemux" assumes that its input file is a MPEG-1 or 2 *Program Stream" file. If this is not the case, then that might have caused the code to fail.)
--

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