Giter Club home page Giter Club logo

Comments (22)

wtsnz avatar wtsnz commented on August 21, 2024 4

For people on the OBS Studio 28.0 Beta, I've cut a new build that works - https://github.com/wtsnz/obs-ios-camera-source/releases/tag/v2.9.2

It's not perfect on Windows right now, at least on my computer. It's the next thing to look into this week.

from obs-ios-camera-source.

wtsnz avatar wtsnz commented on August 21, 2024 1

Thank you - that should be enough for me to go on to figure it out. I bet that I've built the plugin pointing at the wrong branch of OBS Studio. I'll take a look next week :)

from obs-ios-camera-source.

RoneyThomas avatar RoneyThomas commented on August 21, 2024 1

On my mac fully removed the plugin by deleting it from plugin directory. Downloaded the arm64 2.9.1 version. Here is the relevant log related to it.

23:06:32.652: os_dlopen(/Library/Application Support/obs-studio/plugins/obs-ios-camera-source.plugin/Contents/MacOS/obs-ios-camera-source->/Library/Application Support/obs-studio/plugins/obs-ios-camera-source.plugin/Contents/MacOS/obs-ios-camera-source): dlopen(/Library/Application Support/obs-studio/plugins/obs-ios-camera-source.plugin/Contents/MacOS/obs-ios-camera-source, 0x0101): Library not loaded: '@rpath/libavcodec.58.134.100.dylib'
23:06:32.652:   Referenced from: '/Library/Application Support/obs-studio/plugins/obs-ios-camera-source.plugin/Contents/MacOS/obs-ios-camera-source'
23:06:32.652:   Reason: tried: '/Applications/OBS.app/Contents/MacOS/../Frameworks/libavcodec.58.134.100.dylib' (no such file), '/Applications/OBS.app/Contents/MacOS/../Frameworks/libavcodec.58.134.100.dylib' (no such file), '/usr/lib/libavcodec.58.134.100.dylib' (no such file)
23:06:32.652: 
23:06:32.652: Module '/Library/Application Support/obs-studio/plugins/obs-ios-camera-source.plugin/Contents/MacOS/obs-ios-camera-source' not loaded
23:06:32.652: os_dlopen(/Library/Application Support/obs-studio/plugins/obs-ios-camera-source.plugin/Contents/MacOS/obs-ios-camera-source->/Library/Application Support/obs-studio/plugins/obs-ios-camera-source.plugin/Contents/MacOS/obs-ios-camera-source): dlopen(/Library/Application Support/obs-studio/plugins/obs-ios-camera-source.plugin/Contents/MacOS/obs-ios-camera-source, 0x0101): Library not loaded: '@rpath/libavcodec.58.134.100.dylib'
23:06:32.652:   Referenced from: '/Library/Application Support/obs-studio/plugins/obs-ios-camera-source.plugin/Contents/MacOS/obs-ios-camera-source'
23:06:32.652:   Reason: tried: '/Applications/OBS.app/Contents/MacOS/../Frameworks/libavcodec.58.134.100.dylib' (no such file), '/Applications/OBS.app/Contents/MacOS/../Frameworks/libavcodec.58.134.100.dylib' (no such file), '/usr/lib/libavcodec.58.134.100.dylib' (no such file)
23:06:32.652: 
23:06:32.652: Module '/Library/Application Support/obs-studio/plugins/obs-ios-camera-source.plugin/Contents/MacOS/obs-ios-camera-source' not loaded
23:06:32.652: os_dlopen(/Library/Application Support/obs-studio/plugins/obs-ios-camera-source/bin/obs-ios-camera-source.so->/Library/Application Support/obs-studio/plugins/obs-ios-camera-source/bin/obs-ios-camera-source.so): dlopen(/Library/Application Support/obs-studio/plugins/obs-ios-camera-source/bin/obs-ios-camera-source.so, 0x0101): tried: '/Library/Application Support/obs-studio/plugins/obs-ios-camera-source/bin/obs-ios-camera-source.so' (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e)))
23:06:32.652: 
23:06:32.652: Module '/Library/Application Support/obs-studio/plugins/obs-ios-camera-source/bin/obs-ios-camera-source.so' not loaded
23:06:32.652: os_dlopen(/Library/Application Support/obs-studio/plugins/obs-ios-camera-source/bin/obs-ios-camera-source.so->/Library/Application Support/obs-studio/plugins/obs-ios-camera-source/bin/obs-ios-camera-source.so): dlopen(/Library/Application Support/obs-studio/plugins/obs-ios-camera-source/bin/obs-ios-camera-source.so, 0x0101): tried: '/Library/Application Support/obs-studio/plugins/obs-ios-camera-source/bin/obs-ios-camera-source.so' (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e)))
23:06:32.652: 
23:06:32.652: Module '/Library/Application Support/obs-studio/plugins/obs-ios-camera-source/bin/obs-ios-camera-source.so' not loaded
23:06:32.652: os_dlopen(/Library/Application Support/obs-studio/plugins/obs-ndi/bin/obs-ndi.so->/Library/Application Support/obs-studio/plugins/obs-ndi/bin/obs-ndi.so): dlopen(/Library/Application Support/obs-studio/plugins/obs-ndi/bin/obs-ndi.so, 0x0101): tried: '/Library/Application Support/obs-studio/plugins/obs-ndi/bin/obs-ndi.so' (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e)))

OBS 28 beta 1 only has libavcodec.59.18.100.dylib and the plugin is referencing libavcodec.58.134.100.dylib.
I think rebuilding the project with OBS 28 sources should fix this issue for Mac.

from obs-ios-camera-source.

wtsnz avatar wtsnz commented on August 21, 2024 1

Yep, it should fix the issue! I've been hoping that I can rebase the plugin on the new https://github.com/obsproject/obs-plugintemplate project so that we don't have to worry about my arcane build scripts and make sure to keep up to date faster with new versions of OBS Studio. I've got something in the works I hope to release soon.

from obs-ios-camera-source.

wtsnz avatar wtsnz commented on August 21, 2024

Thanks for testing - to clarify, which version of OBS Studio are you using @dungi?

from obs-ios-camera-source.

dungi avatar dungi commented on August 21, 2024

27.2.3 - should be the latest

from obs-ios-camera-source.

wtsnz avatar wtsnz commented on August 21, 2024

Interesting, thanks for that @dungi! One last thing - was there anything of interest in the OBS Studio Log File explaining why it wouldn't load?

from obs-ios-camera-source.

dungi avatar dungi commented on August 21, 2024

Only found this:

21:58:02.724: Loading iOS Camera Plugin (version 2.9.1)
21:58:02.724: obs_register_source: Tried to register obs_source_info with size 400 which is more than libobs currently supports (392)

21:58:03.576: Source ID 'ios-camera-source' not found
21:58:03.576: Failed to create source 'iOS Camera'!

from obs-ios-camera-source.

dungi avatar dungi commented on August 21, 2024

All right :) Cause I have the bug with the "scene switch" and wanted to try out if this worked for me. I will go back to the older version. And try the new one out, if it's fixed.

from obs-ios-camera-source.

Espionage724 avatar Espionage724 commented on August 21, 2024

27.2.3 - should be the latest

I don't believe it'll change anything, but 27.2.4 is the latest currently https://github.com/obsproject/obs-studio/releases/tag/27.2.4

from obs-ios-camera-source.

dungi avatar dungi commented on August 21, 2024

27.2.3 - should be the latest

I don't believe it'll change anything, but 27.2.4 is the latest currently https://github.com/obsproject/obs-studio/releases/tag/27.2.4

You're right. I just updated... but still, doesn't work :)

from obs-ios-camera-source.

Keysureshm avatar Keysureshm commented on August 21, 2024

28.0 beta 1 installed working fine. but 2.9.1 obs iOS camera source not working.

from obs-ios-camera-source.

Keysureshm avatar Keysureshm commented on August 21, 2024

Screenshot 2022-08-04 at 4 00 04 PM

from obs-ios-camera-source.

Keysureshm avatar Keysureshm commented on August 21, 2024

Screenshot 2022-08-04 at 4 01 36 PM

from obs-ios-camera-source.

RoneyThomas avatar RoneyThomas commented on August 21, 2024

I also have the same issue as the above comment but M1 Mac. I am on OBS 28.0.1 beta arm64 Mac and using the 2.9.1 Mac arm plugin.

from obs-ios-camera-source.

Keysureshm avatar Keysureshm commented on August 21, 2024

I found there is a option, under Video capture device,u can select your apple iPhone device to use sa a camera.it’s working good .

from obs-ios-camera-source.

RoneyThomas avatar RoneyThomas commented on August 21, 2024

@Keysureshm I see the option but isn't using the obs-ios-camera plugin, instead you are using the native OBS feature and it can only mirror your iPhone and there is no Audio.

from obs-ios-camera-source.

Keysureshm avatar Keysureshm commented on August 21, 2024

Yes Your Right.we need to wait to update the plug-in.

from obs-ios-camera-source.

Keysureshm avatar Keysureshm commented on August 21, 2024

I am Also using MacBook Pro M1 and IMac M1.

from obs-ios-camera-source.

Keysureshm avatar Keysureshm commented on August 21, 2024

Yes πŸ‘πŸ».

from obs-ios-camera-source.

Keysureshm avatar Keysureshm commented on August 21, 2024

Thank u.

from obs-ios-camera-source.

Keysureshm avatar Keysureshm commented on August 21, 2024

Thank u So Much. Its Working Fine Now.
Screenshot 2022-08-18 at 9 47 44 AM

from obs-ios-camera-source.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.