Skip to content

Commit

Permalink
Update: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chimildic committed Aug 26, 2024
1 parent 9871000 commit 6c81958
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
Binary file modified docs/assets/vlc-video-plugin-properties-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/vlc-video-plugin-properties.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions docs/readme-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ Modified VLC-plugin with [Streamlink](https://streamlink.github.io) and hardware
- Hardware acceleration support (move part of the load to the graphics card).
- Custom UI

<p align="center"><img width="85%" style="margin: 0" src="assets/vlc-video-plugin-properties-en.png"></img></p>
<p align="center"><img width="80%" style="margin: 0" src="assets/vlc-video-plugin-properties-en.png"></img></p>

## Install

> Save backup of the files before install: `vlc-video.dll`, `vlc-video.pdb`. Default path `C:\Program Files\obs-studio\obs-plugins\64bit`.
1. [Install Streamlink](https://streamlink.github.io/install.html).
2. Download archive in [releases](https://github.com/Chimildic/obs-vlc-video-plugin/releases).
3. Unpack archive to root folder of OBS Studio. Default path `C:\Program Files\obs-studio`.
1. [Install VLC Player](https://www.videolan.org/vlc/)
2. [Install Streamlink](https://streamlink.github.io/install.html).
3. Download archive in [releases](https://github.com/Chimildic/obs-vlc-video-plugin/releases).
4. Unpack archive to root folder of OBS Studio. Default path `C:\Program Files\obs-studio`.

## Streamlink

Expand Down
25 changes: 13 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@

# obs-vlc-video-plugin

Модифицированный VLC-плагин с поддержкой [Streamlink](https://streamlink.github.io) и аппаратного ускорения для OBS Studio.
Модифицированный VLC-плагин с поддержкой [Streamlink](https://streamlink.github.io/) и аппаратного ускорения для OBS Studio.

## Возможности

- Запуск видеопотока по ссылке на канал через локальный сервер от Streamlink с дополнительными параметрами. Не только Twitch.
- Поддержка аппаратного ускорения (перенос части нагрузки на видеокарту).
- Настройка выведена в интерфейс плагина.

<p align="center"><img width="85%" style="margin: 0" src="docs/assets/vlc-video-plugin-properties.png"></img></p>
<p align="center"><img width="80%" style="margin: 0" src="docs/assets/vlc-video-plugin-properties.png"></img></p>

## Установка

> Перед установкой сохраните резервную копию файлов `vlc-video.dll`, `vlc-video.pdb`. Путь по умолчанию `C:\Program Files\obs-studio\obs-plugins\64bit`.
1. [Установите Streamlink](https://streamlink.github.io/install.html).
2. Скачайте архив в разделе [релизов](https://github.com/Chimildic/obs-vlc-video-plugin/releases).
3. Распакуйте содержание архива в корень папки OBS Studio. Путь по умолчанию `C:\Program Files\obs-studio`.
1. [Установите VLC Player](https://www.videolan.org/vlc/)
2. [Установите Streamlink](https://streamlink.github.io/install.html).
3. Скачайте архив `vlc-plugin.zip` в разделе [релизов](https://github.com/Chimildic/obs-vlc-video-plugin/releases).
4. Распакуйте содержание архива в корень папки OBS Studio с заменой файлов. Путь по умолчанию `C:\Program Files\obs-studio`.

## Streamlink

Expand All @@ -36,4 +31,10 @@ libVLC - библиотека, которую использует плагин

У плагина много внешних зависимостей, которых нет в этом репозитории. Для самостоятельной сборки `.dll` файла поместите модифицированный код в папку [vlc-video](https://github.com/obsproject/obs-studio/tree/master/plugins/vlc-video) из репозитория OBS Studio.

> Функция `get_free_port` требует добавления зависимости `Ws2_32.lib`. Путь для Visual Studio: `Свойства проекта > Компоновщик > Ввод > Дополнительные зависимости`.
> Функция `get_free_port` требует добавления зависимости `Ws2_32.lib`. Путь для Visual Studio: `Свойства проекта > Компоновщик > Ввод > Дополнительные зависимости`.
## Обратная связь

- [Github Issues](https://github.com/Chimildic/obs-vlc-video-plugin/issues)
- [Телеграм](https://t.me/dev_chimildic)
- [Донат](https://yoomoney.ru/to/410014208620686)

0 comments on commit 6c81958

Please sign in to comment.