aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: dc76d303650d6e557e392008f360c18c436f84a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
obs-bmusb
=========
`obs-bmusb` is a Linux plugin for [OBS studio][obs] that provides a Source for capturing from the BlackMagic USB3 cards
Intensity Shuttle and UltraStudio SDI via the [bmusb][bmusb] driver.

## Building

> When in doubt, follow [the OBS development instructions](https://obsproject.com/wiki/Getting-Started-with-OBS-Studio-Development)


    git clone --recursive https://github.com/obsproject/obs-studio.git    # clone OBS source
    cd obs-studio

    git submodule add https://git.s-ol.nu/obs-bmusb.git plugins/obs-bmusb # add obs-bmusb submodule
    echo 'add_subdirectory(obs-bmusb)' >> plugins/CMakeLists.txt          # add plugin to cmake
    cmake .                                                               # generate makefile
    make                                                                  # build

[obs]: https://obsproject.com/
[bmusb]: https://git.sesse.net/?p=bmusb;a=summary