init: données initiales abonnel.fr
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# OBS
|
||||
|
||||
## - Installer OBS sous Fedora 29
|
||||
```
|
||||
sudo dnf install https:*download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https:*download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||
```
|
||||
|
||||
```
|
||||
sudo dnf install obs-studio
|
||||
```
|
||||
|
||||
codec
|
||||
```
|
||||
sudo dnf install gstreamer1-plugins-good gstreamer-ffmpeg gstreamer1-libav
|
||||
```
|
||||
|
||||
```
|
||||
install the OpenH264 codec implementation and its extensions for Firefox and gstreamer.
|
||||
|
||||
sudo dnf config-manager --set-enabled fedora-cisco-openh264
|
||||
|
||||
sudo dnf upgrade
|
||||
|
||||
sudo dnf install gstreamer1-plugin-openh264 mozilla-openh264
|
||||
|
||||
# Afterwards you need open Firefox, go to menu -> Add-ons -> Plugins and enable OpenH264 plugin.
|
||||
```
|
||||
|
||||
For NVIDIA Hardware accelerated encoding make sure you have CUDA installed (in case of an older card, install xorg-x11-drv-nvidia-340xx-cuda instead):
|
||||
|
||||
sudo dnf install xorg-x11-drv-nvidia-cuda
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"uuid": "19f54ccf-f722-454a-867d-5e8af8330dc8",
|
||||
"slug": "obs",
|
||||
"title": "OBS",
|
||||
"author": "cedric@abonnel.fr",
|
||||
"published": true,
|
||||
"published_at": "2023-02-10 22:48:30",
|
||||
"created_at": "2023-02-10 22:48:30",
|
||||
"updated_at": "2023-02-10 22:48:30",
|
||||
"revisions": [],
|
||||
"cover": "",
|
||||
"files_meta": [],
|
||||
"external_links": [],
|
||||
"seo_title": "",
|
||||
"seo_description": "",
|
||||
"og_image": "",
|
||||
"category": "Informatique"
|
||||
}
|
||||
Reference in New Issue
Block a user