-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #24
Comments
Hi there, this driver exposes the video & audio stream as a file, a FIFO file (non-growing) per default. This is wanted behaviour for streaming to Twitch etc. You can load it into OBS, using If you just want to record footage to your HDD, then you can use Thanks for reporting, we definitely need to improve documentation. I've created a Wiki, but didn't had the time to start writing. I will use this issue for tracking documentation. Cheers, |
Totally makes sense. The problem is that OBS Studio on Mac, you can't manually enter a value. So I dropped into the console and created a file that I knew the driver would overwrite.
Also, since you can't manually enter a value, I needed to be able to locate the file in the OBS Finder window. That's why I used the Next I opened OBS and created a Media object and pointed it at the Lastly I opened the driver with the command:
OBS working great on Mac with your driver! |
If you want, I'll submit a pull request to update your README.md with Mac instructions. Just let me know. |
JoshuaCarroll, all the Elgato cards support Macintosh out of box, except the HD60 Pro. |
@Medicap, while that is what the documentation says, the standard Elgato driver for Mac does not load in OBS Studio (which is also what the documentation says). So if one wants to use an Elgato in OBS Studio on a Mac, this project is the only solution of which I am aware. |
For those interested, you can get a video4linux skeleton that may be able to handle elgato with small modifications, here: http://lxr.free-electrons.com/source/Documentation/video4linux/v4l2-pci-skeleton.c?v=3.15 |
I run the driver and see the output:
What exactly is it waiting for me to do at this point?
The text was updated successfully, but these errors were encountered: