Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#70794 - [obs-studio] [vlc] VLC is not build with same Lua package as OBS causing segfault
Attached to Project:
Community Packages
Opened by Trystan Mata (tytan652) - Tuesday, 11 May 2021, 08:40 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 31 August 2022, 21:22 GMT
Opened by Trystan Mata (tytan652) - Tuesday, 11 May 2021, 08:40 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 31 August 2022, 21:22 GMT
|
DetailsDescription:
Using VLC sources in OBS will provoke "Segmentation fault" because VLC and OBS have not been built with the same Lua package. Additional info: * luajit is used for obs-studio * lua52 is used for vlc Steps to reproduce: Just add a VLC source and or switch to a scene with a VLC sources will cause a crash |
This task depends upon
You can build VLC with luajit
OR
Disable VLC sources compilation from OBS with the `DISABLE_VLC` cmake flag
[1] https://github.com/obsproject/obs-studio/issues/4305
FS#76931