Lenovo IdeaPad Duet Chromebook(Debian 10)에 OBS 설치
2980 단어 데비안ChromebookOBS
개요
이 기사의 내용으로 설치했지만, 어딘가에서 OS를 업데이트한 타이밍에 기동을 할 수 없는 것 같습니다. 코멘트란 참조.
크롬북을 리눅스 모드에서 사용하고 OBS를 설치했습니다. 데비안에의 설치는 공식적으로도 기재가 있었습니다만, 데비안 9가 아니고 데비안 10이었던 것으로 약간 고전했기 때문에 그 기록입니다.
소개
크롬북은 당연히 리눅스 모드를 활성화하고 터미널을 사용합니다.
공식 사이트에는 이렇게 쓰여 있습니다.
Debian 9.0 or newer is required.
First make sure you have everything up-to-date.
$ sudo apt update
FFmpeg is required. If you do not have the FFmpeg installed (if you're not sure, then you probably don't have it), you can get it with the following command (or compile it yourself):
$ sudo apt install ffmpeg
Finally, install OBS Studio.
$ sudo apt install obs-studio
원래 그 전에 OS 버전을 확인해 둡시다.
~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
또는
$ cat /etc/issue
Debian GNU/Linux 10 \n \l
하지만 괜찮습니다.
데비안 10군요.
ffmpeg는 말한대로 넣어 OK입니다.
$ sudo apt install ffmpeg
문제는 obs-studio
$ sudo apt install obs-studio
이걸 찾을 수 없습니다.
그러고 보니 이 크롬북은 ARM 아키텍처였던 것 같다.
확인
$ dpkg --print-architecture
arm64
과연, buster에는 없는 것이다.
htps : // 팹 c 게이 s. 데비안. 오 rg / 브 s 테 r / 오 bs - s tsuo
obs-studio 패키지를 찾아보세요
그래서 다른 것을 찾아 보니 sid에 있었다.
쓰여진 대로
/etc/apt/sources.list(追記する)
deb http://ftp.de.debian.org/debian sid main
https가 아니므로주의!
나머지는
$ sudo apt-get update
$ sudo apt-get install obs-studio
들어갔다!
부팅은
$ obs
Reference
이 문제에 관하여(Lenovo IdeaPad Duet Chromebook(Debian 10)에 OBS 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/tetsunosukeito/items/89b798e366bc9c7a4855
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
크롬북은 당연히 리눅스 모드를 활성화하고 터미널을 사용합니다.
공식 사이트에는 이렇게 쓰여 있습니다.
Debian 9.0 or newer is required.
First make sure you have everything up-to-date.
$ sudo apt update
FFmpeg is required. If you do not have the FFmpeg installed (if you're not sure, then you probably don't have it), you can get it with the following command (or compile it yourself):
$ sudo apt install ffmpeg
Finally, install OBS Studio.
$ sudo apt install obs-studio
원래 그 전에 OS 버전을 확인해 둡시다.
~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
또는
$ cat /etc/issue
Debian GNU/Linux 10 \n \l
하지만 괜찮습니다.
데비안 10군요.
ffmpeg는 말한대로 넣어 OK입니다.
$ sudo apt install ffmpeg
문제는 obs-studio
$ sudo apt install obs-studio
이걸 찾을 수 없습니다.
그러고 보니 이 크롬북은 ARM 아키텍처였던 것 같다.
확인
$ dpkg --print-architecture
arm64
과연, buster에는 없는 것이다.
htps : // 팹 c 게이 s. 데비안. 오 rg / 브 s 테 r / 오 bs - s tsuo
obs-studio 패키지를 찾아보세요
그래서 다른 것을 찾아 보니 sid에 있었다.
쓰여진 대로
/etc/apt/sources.list(追記する)
deb http://ftp.de.debian.org/debian sid main
https가 아니므로주의!
나머지는
$ sudo apt-get update
$ sudo apt-get install obs-studio
들어갔다!
부팅은
$ obs
Reference
이 문제에 관하여(Lenovo IdeaPad Duet Chromebook(Debian 10)에 OBS 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/tetsunosukeito/items/89b798e366bc9c7a4855
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Debian 9.0 or newer is required.
First make sure you have everything up-to-date.
$ sudo apt update
FFmpeg is required. If you do not have the FFmpeg installed (if you're not sure, then you probably don't have it), you can get it with the following command (or compile it yourself):
$ sudo apt install ffmpeg
Finally, install OBS Studio.
$ sudo apt install obs-studio
~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
$ cat /etc/issue
Debian GNU/Linux 10 \n \l
$ sudo apt install ffmpeg
문제는 obs-studio
$ sudo apt install obs-studio
이걸 찾을 수 없습니다.
그러고 보니 이 크롬북은 ARM 아키텍처였던 것 같다.
확인
$ dpkg --print-architecture
arm64
과연, buster에는 없는 것이다.
htps : // 팹 c 게이 s. 데비안. 오 rg / 브 s 테 r / 오 bs - s tsuo
obs-studio 패키지를 찾아보세요
그래서 다른 것을 찾아 보니 sid에 있었다.
쓰여진 대로
/etc/apt/sources.list(追記する)
deb http://ftp.de.debian.org/debian sid main
https가 아니므로주의!
나머지는
$ sudo apt-get update
$ sudo apt-get install obs-studio
들어갔다!
부팅은
$ obs
Reference
이 문제에 관하여(Lenovo IdeaPad Duet Chromebook(Debian 10)에 OBS 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/tetsunosukeito/items/89b798e366bc9c7a4855
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
$ sudo apt install obs-studio
$ dpkg --print-architecture
arm64
(追記する)
deb http://ftp.de.debian.org/debian sid main
$ sudo apt-get update
$ sudo apt-get install obs-studio
부팅은
$ obs
Reference
이 문제에 관하여(Lenovo IdeaPad Duet Chromebook(Debian 10)에 OBS 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tetsunosukeito/items/89b798e366bc9c7a4855텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)