So, I want to use Jitsi with OBS ( https://obsproject.com/ ). OBS outputs video/audio, but only to an SRT/RTMP/FTL server, or to a recording file.
I want to workaround all this by hosting a local SRT server, then outputting it to a file, and sending it to Jitsi. All with audio/video.
Is there a way to use a commandline tool to upload both audio/video, LIVE, from a file that is continuously being written to? Maybe another alternative to getting OBS to output BOTH video and audio to Jitsi? In HD?
I use Ubuntu/Linux, NOT windows.
I am having issues using obs-v4l2sink ( https://github.com/CatxFish/obs-v4l2sink ), which outputs a blurry image, and crops the video output. It also does NOT include the audio from OBS.
Any solutions?