- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
-
- 1
- 2
- Next »
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-18-2020 08:28 AM
Re: GOPRO withe microsoft teams and Skype
[ New ]Skype seems to have the same problem - would the same process work for that do you think?
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-21-2020 06:44 AM
Re: GOPRO withe microsoft teams and Skype
[ New ]I honestly don't know whether it would work for Skype as I don't use it on my Mac.
Please report back once you tried it for MS Teams and let us know whether it resolved the problem for Skype as well.
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-21-2020 07:11 AM
Re: GOPRO withe microsoft teams and Skype
[ New ]It definitely works for Teams, but not for Skype - I'm guessing the same sort of process would though if it was configured for Skype.
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-23-2020 09:16 AM
Re: GOPRO withe microsoft teams and Skype
[ New ]Thank you! I had the same issue. running these commands in Terminal worked!
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-05-2020 02:28 AM
Re: GOPRO withe microsoft teams and Skype
[ New ]Hi
I have this same issue - I followed your nstructions and now HAVE my Hero 9 working as a webcam with MS Teams, thank you.
Now I want to get it working with Skype.
I am not a coder, but I tried to use Terminal, and modify the 'Microsoft' string you showed for Teams to Skype
sudo codesign -remove-signature "'Applications/Skype.app"
sudo codesign -remove-signature "/Applications/Skype.app/Contents/Frameworks/Skype Helper.app"
sudo codesign -remove-signature "/Applications/Skype.app/Contents/Frameworks/Skype Helper (GPU).app"
sudo codesign -remove-signature "/Applications/Skype.app/Contents/Frameworks/Skype Helper (Plugin).app"
sudo codesign -remove-signature "/Applications/Skype.app/Contents/Frameworks/Skype Helper (Renderer).app"
After entering the first string above, I entered my password, but Terminal app returns some error about usage, which I do not understand:
sudo codesign -remove-signature "'Applications/Skype. app Password: Usage: codesign identity [-fv*] [-o flags] [-r reqs] -ident] path # sign codesign -V [-v*] [-R=<req string>|-R ‹req file path>] path| [+ ]pid ••• # verify codesign -d [options] path # display contents codesign -h pid # display hosting paths normanrouse@ Normans-MBP ~ %
I know that there are four files in the Skype/Contents/Frameworks folder that have to be unsigned to make Skype accept an external GoPro camera as a Webcam...
Skype Helper
Skype Helper (GPU)
Skype Helper (Plugin)
Skype Helper (Renderer)
As I say, I am not a prgrammer or coder, but any help would be much apprciated, thank you.
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-10-2020 06:36 AM
Re: GOPRO withe microsoft teams and Skype
[ New ]Hi
The error is because of a syntax error in the instructions - namely you need a double dash rather than a single before the remove-signature instruction. This worked for me:
sudo codesign --remove-signature "/Applications/Skype.app"
sudo codesign --remove-signature "/Applications/Skype.app/Contents/Frameworks/Skype Helper.app"
sudo codesign --remove-signature "/Applications/Skype.app/Contents/Frameworks/Skype Helper (GPU).app"
sudo codesign --remove-signature "/Applications/Skype.app/Contents/Frameworks/Skype Helper (Plugin).app"
sudo codesign --remove-signature "/Applications/Skype.app/Contents/Frameworks/Skype Helper (Renderer).app"
Also with the latest update to Teams on MacOS I found I needed to run the instructions again for Teams including all the 4 helpers like this:
sudo codesign --remove-signature "/Applications/Microsoft Teams.app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper.app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (GPU).app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Plugin).app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Renderer).app"
Hope this helps.
Cheers
Ian
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-15-2020 09:56 AM
Re: GOPRO withe microsoft teams and Skype
[ New ]- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-17-2020 02:49 PM
Re: GOPRO withe microsoft teams and Skype
[ New ]This worked for me BUT - I had to follow the updated instructions on the page linked to by the (very helpful) Mr Yemsky
- « Previous
-
- 1
- 2
- Next »