Summary: | only black video images recieves on yahoo messenger on windows pc | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | rostacs |
Component: | Yahoo Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cristi.posoiu, fschaefer.oss, rakuco, rdieter |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.1 | |
Sentry Crash Report: |
Description
rostacs
2010-07-10 16:31:48 UTC
I try it on different pc same result. The receiving side only recieves black video images but I can see my video locally. The video device code is ok, so changing component to "yahoo plugin". If possible, check the error logs on receiving part and see if you can't find something about missing 'jasper' program. On linux that is ~/.xsession-errors, don't know where they're located on windows. You might also have to run kdebugdialog and enable logging for Yahoo raw data. Currently jasper program is needed to convert yahoo webcam images to something suitable. Hopefully a newer version will try to use the jasper libraries directly. There is a little bit of a discussion if that jasper library should be mandatory or not on windows boxes. Ah, I think that you could try for presence of jasper program, on the windows box, by trying a 'Invite to view your webcam' SVN commit 1217895 by rkcosta: Use libjasper instead of relying on the external jasper program. From the original ReviewBoard description: I saw that for yahoo - webcam images are converted by running an external program. Personally I am not ok with this since running an external program every 0.X seconds is a bit expensive. Also, not to mention using disk files (at least pushing directly into the program and reading its output would have been better). Also - I saw that inviteWebcam action was checking for presence of jasper program - but requestWebcam should also have done that. Not to mention that if a yahoo contact just invites you to see his cam, you might get a feedback of missing program after accepting to invitation. Not necessarily a big deal, though. Original patch by Cristi Posoiu <cristi.posoiu AT gmail>, thanks! REVIEW: 6312 BUG: 244135 M +4 -1 CMakeLists.txt M +3 -1 libkyahoo/CMakeLists.txt A libkyahoo/webcamimgformat.cpp [License: LGPL (v2+)] A libkyahoo/webcamimgformat.h [License: LGPL (v2+)] M +8 -30 libkyahoo/webcamtask.cpp M +1 -15 yahoocontact.cpp M +10 -35 yahoowebcam.cpp M +0 -3 yahoowebcam.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1217895 SVN commit 1217896 by rkcosta: Use libjasper instead of relying on the external jasper program. From the original ReviewBoard description: I saw that for yahoo - webcam images are converted by running an external program. Personally I am not ok with this since running an external program every 0.X seconds is a bit expensive. Also, not to mention using disk files (at least pushing directly into the program and reading its output would have been better). Also - I saw that inviteWebcam action was checking for presence of jasper program - but requestWebcam should also have done that. Not to mention that if a yahoo contact just invites you to see his cam, you might get a feedback of missing program after accepting to invitation. Not necessarily a big deal, though. Original patch by Cristi Posoiu <cristi.posoiu AT gmail>, thanks! This commit is a forward-port of r1217895 to the 4.6 branch. REVIEW: 6312 CCBUG: 244135 M +4 -1 CMakeLists.txt M +3 -1 libkyahoo/CMakeLists.txt A libkyahoo/webcamimgformat.cpp [License: LGPL (v2+)] A libkyahoo/webcamimgformat.h [License: LGPL (v2+)] M +8 -30 libkyahoo/webcamtask.cpp M +1 -15 yahoocontact.cpp M +10 -35 yahoowebcam.cpp M +0 -3 yahoowebcam.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1217896 rostacs, can you update to 4.6.1 when it's released and check if your issue has been solved? Everything indicates it has, but if you still experience it, please reopen the report. |