Tuesday, April 23, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 32465  / 3 Years ago, tue, june 8, 2021, 3:24:00

I just got an invitation for Google+, the video conference feature "hangout" is the first feature I checked out, and unfortunately the webcam is not working, the mic and speakers work ok.
When I started it, it recquired me to install a new version of Google Talk plugin 2.1.7.0.




  • It seems that now the gmail chat and the chat within empathy( that used to work) does not work either.


  • in the settings of the webcam in google hangout window my only option, is gspca driver.




    • Notice that my cam had problems with skype, and I had to go around it by



      env LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so skype





How can I make it work?


More From » 11.04

 Answers
6

I have wrote this little script according the instructions suggested by @suli8.



If you save it to a file (lets call it apply-googletalk-v4l1-workaround.sh, but can be anything), then you could apply it by:



sudo bash apply-googletalk-v4l1-workaround.sh


This might help in avoiding small mistakes.



#!/bin/bash

plugin_location=/opt/google/talkplugin/GoogleTalkPlugin

mv $plugin_location $plugin_location.real

cat > $plugin_location <<EOF
#!/bin/sh
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so $plugin_location.real
EOF

chmod +x $plugin_location

killall GoogleTalkPlugin


I have seen in an above comment that the workaround made Google Talk stop working in Gmail. I guess it was because of some small error in executing the steps. Using this script might avoid that error.


[#44374] Tuesday, June 8, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
biryanrownies

Total Points: 396
Total Questions: 90
Total Answers: 106

Location: Saint Lucia
Member since Sun, Sep 5, 2021
3 Years ago
biryanrownies questions
Wed, Sep 7, 22, 18:13, 2 Years ago
Fri, Dec 3, 21, 02:50, 2 Years ago
Sat, Feb 12, 22, 16:02, 2 Years ago
Sat, Apr 15, 23, 09:22, 1 Year ago
;