Hi all, Thanks for the report, the discussion, and the patch by Amir. I already made a fix in r3797, let us know if that fixes the problem. Best regards, Ming On Thu, Oct 6, 2011 at 3:02 PM, frogersik <frogersik at gmail.com> wrote: > Hi Armir (one more time), > I just downloaded the newest pjsip, and I built it and paste your code and > now it works great (thanks? a lot), but sometimes I sending picture without > red colour and upside-down. I have this error: > [h263 @ 01A34020] illegal ac vlc code at 18x11 > [h263 @ 01A34020] Error at MB: 271 > [h263 @ 01A34020] concealing 187 DC, 187 AC, 187 MV errors > [h263 @ 01A34020] illegal ac vlc code at 19x17 > [h263 @ 01A34020] Error at MB: 410 > [h263 @ 01A34020] concealing 52 DC, 52 AC, 52 MV errors > [h263 @ 01A34020] concealing 140 DC, 140 AC, 140 MV errors > [h263 @ 01A34020] I cbpy damaged at 2 11 > [h263 @ 01A34020] Error at MB: 255 > [h263 @ 01A34020] concealing 201 DC, 201 AC, 201 MV errors > [h263 @ 01A34020] illegal ac vlc code at 10x17 > [h263 @ 01A34020] Error at MB: 401 > [h263 @ 01A34020] concealing 61 DC, 61 AC, 61 MV errors > > Sorry for my previous message, and creating new thread on mailing list ;/ > Thank you, greetings > Andrzej > > > Hi Amir, > Thanks for your reply, I pasted your code, and have tested it but i > didn't help. Sending video is still without red colour and receiving > picture is pink (sweet ;P). I tested it on two pjsua, and pjsua - xlite > (3.0/4.0). > > Greetings > Andrzej. > //----------------------------------------------- > >> Hi Andrzej, >> >> If I remember correctly, my problem was due to malfunction of >> "enum_dev_cap" function in "pjmedia/src/pjmedia-videodev/dshow_dev.c" and >> the following corrected that: >> >> --- old/pjmedia/src/pjmedia-videodev/dshow_dev.c 2011-07-27 >> 08:27:40.138351800 -0400 >> +++ new/pjmedia/src/pjmedia-videodev//dshow_dev.c 2011-10-04 >> 21:35:18.514872525 -0400 >> @@ -310,6 +310,16 @@ >> for (j = 0; j< nformat; j++) { >> if (!dshow_format || j> 0) >> dshow_format = > dshow_fmts[j].dshow_format; >> + >> + if (sup_fmt) { >> + if (UuidCompare(&mediatype->subtype, >> (UUID*)dshow_fmts[j].dshow_format,&rpcstatus) == 0&& >> + rpcstatus == RPC_S_OK&& >> + > UuidCompare(&mediatype->formattype, >> (UUID*)&FORMAT_VideoInfo,&rpcstatus2) == 0&& >> + rpcstatus2 == RPC_S_OK) { >> + sup_fmt[j] = >> PJ_TRUE; >> + } >> + } >> + >> if (UuidCompare(&mediatype->subtype, >> (UUID*)dshow_format, >> &rpcstatus) == 0&& >> >> >> >> I hope that helps. >> >> >> Regards, >> Amir >> >> >> >> On Tue, Oct 4, 2011 at 1:48 AM, Bo Shi<cnshibo at gmail.com> wrote: >> >>> Hi Amir, >>> I have same problem, only have pink screen on windows?can you > give some >>> clue? >>> Thanks, >>> bo >>> >>> >>> On Tue, Oct 4, 2011 at 7:36 AM, Amir Pakdel<pakdel at gmail.com> wrote: >>> >>>> Hi Andrzej, >>>> >>>> Are running it on Windows? >>>> I am asking because I had a similar problem and resolved it a few days >>>> ago but could not find the time for creating and posting the patch. >>>> >>>> Regards, >>>> Amir >>>> >>>> On Mon, Oct 3, 2011 at 5:21 PM, frogersik at gmail.com<frogersik > at gmail.com >>>> > wrote: >>>> >>>>> Hi all, >>>>> I run pjsua with video, and make video call, sending is > upside-down but >>>>> this is not a problem, but recive it's not working. I get only > pink screen >>>>> and this log: >>>>> *[h263p @ 003FAB20] warning, clipping 1 dct coefficients to -127..127* >>>>> With which is the problem? >>>>> >>>>> Greetings >>>>> Andrzej > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >