Glimesh / broadcast-box

A broadcast, in a box.
MIT License
688 stars 57 forks source link

My obs lacks WISH stream option #107

Closed ian-kelling closed 4 months ago

ian-kelling commented 4 months ago

I built obs on GNU/Linux with -DENABLE_WEBRTC=ON, but then in the stream options, I don't see WISH like in the screenshot in the readme of this project. Am I missing something? I'm using the current master of obs commit 3a1035576eb6a7c60c1757b3498d97da5d7bfb3b

ian-kelling commented 4 months ago

typo: the title should say WHIP not WISH.

ian-kelling commented 4 months ago

I figured out why. I ran obs --verbose | grep webrtc and I see this:

error: os_dlopen(../../obs-plugins/64bit/obs-webrtc.so->../../obs-plugins/64bit/obs-webrtc.so): libdatachannel.so.0.20: cannot open shared object file: No such file or directory

fixed with

cd $HOME/obs-studio-portable/bin/64bit
cp -a /usr/local/lib/libdatachannel.so* ../../obs-plugins/64bit