Hi Jonny,
Thank you for the reply. The OBS forums posts were quite interesting. I tried their suggestion of starting my OBS as follows:
MESA_GL_VERSION_OVERRIDE=3.3 obs
and received a reply as follows:
Invalid desktop entry file: '/home/brian/.local/share/applications/com.obsproject.Studio.desktop
And the first bit of this text file before it heads off into a multitude of foreign language GenericName stuff reads:
[Desktop Entry]
Version=1.0
Name=OBS Studio
GenericName=Streaming/Recording Software
Comment=Free and Open Source Streaming/Recording Software
Exec=MESA_GL_VERSION_OVERRIDE=3.3 obs
Icon=com.obsproject.Studio
Terminal=false
Type=Application
Categories=AudioVideo;Recorder;
StartupNotify=true
StartupWMClass=obs
GenericName[an_ES]=Programa de retransmisión/gravación
Comment[an_ES]=Program de retransmisión/gravación libre y de codigo ubierto
GenericName[ar_SA]=برامج البث / التسجيل
A few years back I successfully used a dinosaurian version of OBS (25.0.8, LINUX) running on Ubuntu 16.04 on an Intel NUC and ended up with it using a VFL2 input from a USB video capture device and writing the output to a series of MKV Matroska files. OBS performed nicely. Apart from that I have had very little experience with the OBS package. I was hoping to be able to make it run on an RPi5.
Searching for OBS and invalid desktop entry file I found this:
If you encounter the “invalid desktop entry file” error with OBS, it may be related to the configuration settings or the environment in which OBS is running. It is recommended to check the output path settings and ensure they point to a valid directory. Additionally, verifying the compatibility of OBS with your current operating system and environment can help resolve such issues. If the problem persists, checking the OBS community forums or support channels for the latest updates and solutions could be beneficial.
I will pursue the output path settings further in the next couple of days. I tried re-running the vulkaninfo program under a GUI because I suspect I may have done it from an SSH session last time, and this is what I saw.
root@RPi501:/home/brian# vulkaninfo | grep apiVersion
MESA: error: Use of VkSurfacePresentModeCompatibilityEXT without a VkSurfacePresentModeEXT set. This is an application bug.
MESA: error: Use of VkSurfacePresentModeCompatibilityEXT without a VkSurfacePresentModeEXT set. This is an application bug.
apiVersion = 1.2.289 (4202785)
apiVersion = 1.3.289 (4206881)
root@RPi501:/home/brian#
It seems to be saying there is some sort of MESA error. Does it mean anything to you?
Thanks,
Brian