Hi Todd, On Tue, 2007-09-11 at 10:47 -0700, Todd Zimmerman wrote: > It appears that H261AS is implemented on the Windows VIC builds; however, it > doesn't seem to receive > or send H261AS video streams. Looking at the vic global stats shows many > 'Bad Payload Format' > packets - I assume these are the incoming H261AS packets. > > Can anyone confirm that H261AS works on windows??
Looks like the H261AS codec gets built on Windows, but because the USE_H261AS preprocessor directive wasn't defined in vic's Visual C++ project file, vic doesn't know about the H.261AS payload format. I believe building with the USE_H261AS preprocessor directive will fix it, but can't confirm it at the moment. Cheers, Doug