Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Neweset OBS Studio

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
pantarhei
Posts: 4
Joined: 2021-12-28 13:59
Has thanked: 3 times

[SOLVED] Neweset OBS Studio

#1 Post by pantarhei »

How to install on Debian newest OBS Studio? I want to have NVEC and available version (26.x) there is no NVEC.

How can I install OBS Studio 27 on Debian?
Last edited by pantarhei on 2022-05-29 00:43, edited 2 times in total.

Dai_trying
Posts: 1100
Joined: 2016-01-07 12:25
Has thanked: 5 times
Been thanked: 16 times

Re: Neweset OBS Studio

#2 Post by Dai_trying »

Have you tried the flatpack?
https://obsproject.com/download#linux

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Neweset OBS Studio

#3 Post by stevepusser »

That's a two part question. You need a ffmpeg build that supports nvenc. That's done by adding libffmpeg-nvenc-headers to the build environment and rebuilding your current ffmpeg--ffmpeg autodetects the headers automatically. It's safe to use the upstream libffmpeg-etc. from Sid or testing on bullseye--they are just header files, and are compatible.

Backporting the newer OBS from upstream to Bullseye is done as usual; nothing really unusual. You don't have to have the newer ffmpeg installed. If you have 64-bit installed with ffmpeg multiarch i386 installed to support 32-bit games, you'll have to upgrade both i386 and amd64 versions at the same time.

I speak from experience, having done exactly those two things recently on Bullseye build platforms for MX 21.

http://mxrepo.com/mx/repo/pool/main/o/obs-studio/
http://mxrepo.com/mx/repo/pool/main/f/ffmpeg/
MX Linux packager and developer

pantarhei
Posts: 4
Joined: 2021-12-28 13:59
Has thanked: 3 times

Re: Neweset OBS Studio

#4 Post by pantarhei »

Code: Select all

deb http://deb.debian.org/debian unstable  main contrib non-free
deb-src http://deb.debian.org/debian unstable main contrib non-free
It was the solution, just to enable unstable packages. For those who has Nvidia GTX 1070 I recommend to use newest OBS Studio and drivers from kernel.

User avatar
sunrat
Administrator
Administrator
Posts: 6412
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 462 times

Re: Neweset OBS Studio

#5 Post by sunrat »

pantarhei wrote: 2022-05-29 00:42

Code: Select all

deb http://deb.debian.org/debian unstable  main contrib non-free
deb-src http://deb.debian.org/debian unstable main contrib non-free
It was the solution, just to enable unstable packages.
That's a great way to wreck your whole system if running stable.
https://wiki.debian.org/DontBreakDebian
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Neweset OBS Studio

#6 Post by Head_on_a_Stick »

pantarhei wrote: 2022-05-29 00:42 It was the solution, just to enable unstable packages
:lol:

You might also want to read viewtopic.php?t=114130

EDIT: I miss dasein :(
deadbang

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: [SOLVED] Neweset OBS Studio

#7 Post by stevepusser »

So now you are running Sid? Sure, that's what's recommended for beginners!

I would wager that your problem has become even less SOLVED overall.
MX Linux packager and developer

Post Reply