obs studio

  1. NapoleonWils0n

    obs studio with jack audio and the freebsd realtime kernel module

    Setting up the Freebsd realtime kernel module for jack and capturing the audio with obs studio Add mac_priority to /etc/rc.conf file and load the mac_priority kernel module. sudo sysrc kld_list+="mac_priority" kldload mac_priority sudo kldload mac_priority Then add yourself to realtime...
  2. NapoleonWils0n

    Solved audio popping recording with obs studio

    im getting really bad audio popping recording with obs studio on freebsd 14 on wayland the issue happens when recording the display and the mic at the same time, using either pulse audio, sndio audio or recording the audio with sox and the video with obs i have had a simmilar issue on my old...
  3. NapoleonWils0n

    obs studio without pulse audio using oss audio and virtual oss instead

    Freebsd use obs studio without pulse audio and use oss audio input capture for your microphone and virtual oss to capture desktop audio pulse audio was causing audio popping recording on fresbsd and switching to oss audio has fixed the issue in this video i cover setting up your mic with...
  4. NapoleonWils0n

    obs studio enable nvenc encoding on freebsd 14

    Enable nvenc encoding on obs studio by fixing a typo in with-glibc-shim the typo has been fixed with with-glibc-shim and the instruction below are no longer needed but ill leave the commands as a record the commit below didnt make it to the last quarterly release, but we can fix the issue...
  5. NapoleonWils0n

    obs studio nvenc encoding with nv-sglrun need a bit of help

    I'm trying to get obs studio working with nvenc encoding on my dell xps 15 2019 using nv-sglrun, which should be possible according to this post on bugs.freebsd.org "At the moment there are no native FreeBSD versions of libcuda.so/libnvidia-encode.so/libnvcuvid.so, so to actually use NVENC we...
  6. NapoleonWils0n

    Chromium enable drm playback by building the www/linux-widevine-cdm port with Poudriere

    Chromium has been recently patched to enable Widevine support as mentioned in the post This lets you play widevine drm encrypted audio and video, so you can watch things like Netflix, Channel4 and ITV in the UK or other video services that use widevine drm or listen to Spotify I have written a...
  7. D

    Unable to build OBS because of old github issue

    Since last year if you try to build multimedia/obs-studio, it throws a link to this Github issue and says obs-studio is marked as broken. It seems like this was fixed in October yet we still can't build it - the tag is for 27.2.3 and that version is currently in quarterly ports. Anyone know why?
  8. D

    Video recorders with OSS support

    The big two video recorders obs-studio and simplescreenrecorder depend on sound systems that are not native to FreeBSD. I like many others don't care to use Pulseaudio, ALSA, or JACK. Is there any recorders that support OSS at least as a build option that I'm not aware of?
  9. C

    webcamd and browsers

    I've got a webcam working via webcamd and chromium. Today, I tried "piping" video through a virtual camera in OBS and almost got there but got stuck chrome not detecting the virtual camera. Basically, I get a /dev/video5 device, vlc successfully connects and displays the stream. I figured, this...
  10. rockzombie2

    Solved How to record desktop audio on OBS-Studio

    Okay, so I've been at this for a while now. For context: I used to use Arch linux and I recall having to do some loopback command to listen to the output of my default sound device, thereby capturing my desktop audio to stream with in OBS. Since then, I switched to FreeBSD but also streamed from...
  11. NapoleonWils0n

    obs-v4l2sink plugin freebsd port

    Just a heads up there is a freebsd port of obs-v4l2sink which is a obs studio plugin used with virtual video devices An OBS Studio plugin that provides output capabilities to a Video4Linux2 device. It is basically a Linux version of obs-virtual-cam, but only contains the video sink part. You...
  12. NapoleonWils0n

    obs studio freebsd set up

    Setting up obs studio on freebsd Boot up with the external usb mic plugged in + install obs and obs browser plugin # pkg install obs-studio-25.0.4 obs-qtwebkit-g2018090201_2 + set the xdg_runtime_directory directory to /tmp/username for pulseaudio edit your shell config file, replace vi...
  13. NapoleonWils0n

    obs studio, pulseaudio and external usb mic fix

    obs studio is open source software for video recording and live streaming Heres how i managed to get my Yeti Blue Snowball mic working with obs studio 1 - Boot up with the external usb mic plugged in 2 - After logging in run dmesg as root to make sure the device is recognised # dmesg 3 -...
Back
Top