Silvain Beriault wrote:
I tried running the
testMPEG1or2VideoStreamer.exe program with no success. I suspect my
test.mpg file is in the wrong format since I receive multiple errors of
the type:
"MPEG1or2VideoStreamParser::parseSlice(): Saw unexpected code 000001E0"
Your test.mpg is probably an MPEG PS, while MPEG1or2VideoStreamParser
wants an MPEG1 or MPEG2 video ES. You can obtaining it by demuxing your
test.mpg file. For example, you can use the "ffmpeg" program with a
command line like
ffmpeg -i test.mpg -vcodec copy test.m2v
and then rename test.m2v to test.mpg. I am pretty sure there also are
other programs that can be used for this purpose instead of ffmpeg.
Luca
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel