{"id":30858919,"url":"https://github.com/chimildic/obs-vlc-video-plugin","last_synced_at":"2026-05-03T15:35:22.397Z","repository":{"id":254009686,"uuid":"845176190","full_name":"Chimildic/obs-vlc-video-plugin","owner":"Chimildic","description":"VLC plugin with Streamlink and hardware acceleration for OBS Studio","archived":false,"fork":false,"pushed_at":"2024-08-26T12:41:49.000Z","size":166,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-26T14:50:50.079Z","etag":null,"topics":["libvlc","obs","obs-studio","obs-studio-plugin","streamlink","vlc","windows"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chimildic.png","metadata":{"files":{"readme":"docs/readme-en.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://yoomoney.ru/to/410014208620686"]}},"created_at":"2024-08-20T18:21:35.000Z","updated_at":"2024-08-26T12:33:02.000Z","dependencies_parsed_at":"2024-08-26T14:39:51.963Z","dependency_job_id":null,"html_url":"https://github.com/Chimildic/obs-vlc-video-plugin","commit_stats":null,"previous_names":["chimildic/obs-vlc-video-plugin"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Chimildic/obs-vlc-video-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chimildic%2Fobs-vlc-video-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chimildic%2Fobs-vlc-video-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chimildic%2Fobs-vlc-video-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chimildic%2Fobs-vlc-video-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chimildic","download_url":"https://codeload.github.com/Chimildic/obs-vlc-video-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chimildic%2Fobs-vlc-video-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274051961,"owners_count":25214030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["libvlc","obs","obs-studio","obs-studio-plugin","streamlink","vlc","windows"],"created_at":"2025-09-07T14:55:22.787Z","updated_at":"2026-05-03T15:35:22.355Z","avatar_url":"https://github.com/Chimildic.png","language":"C","funding_links":["https://yoomoney.ru/to/410014208620686"],"categories":[],"sub_categories":[],"readme":"# obs-vlc-video-plugin\n\nModified VLC-plugin with [Streamlink](https://streamlink.github.io) and hardware acceleration support for OBS Studio.\n\n## Features\n\n- Launch video stream via link to channel by local server from Streamline with additional parameters. Twitch and more.\n- Hardware acceleration support (move part of the load to the graphics card).\n- Custom UI\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"80%\" style=\"margin: 0\" src=\"assets/vlc-video-plugin-properties-en.png\"\u003e\u003c/img\u003e\u003c/p\u003e\n\n## Install\n\n\u003e Save backup of the files before install: `vlc-video.dll`, `vlc-video.pdb`. Default path `C:\\Program Files\\obs-studio\\obs-plugins\\64bit`.\n\n1. [Install VLC Player](https://www.videolan.org/vlc/)\n2. [Install Streamlink](https://streamlink.github.io/install.html).\n3. Download archive in [releases](https://github.com/Chimildic/obs-vlc-video-plugin/releases).\n4. Unpack archive to root folder of OBS Studio. Default path `C:\\Program Files\\obs-studio`.\n\n## Streamlink\n\nStreamlink allows to receive a video stream via link to channel. For example, by link like `https://www.twitch.tv/igorghk` the plugin will create a new process in which to run the local server. It is also possible to use additional parameters: low latency, skip twitch ads, personal token and more.\n\nUse the field `Streamlink options` to fine-tuning. Each parameter starts with `--` and is separated by space. For example `--hls-live-edge 1 --twitch-disable-ads`. See [Streamlink documentation](https://streamlink.github.io/cli.html).\n\n## libVLC\n\nlibVLC is library that the plugin uses to communicate with the VLC player. It can also be configured via the `VLC options` field. Their list is in the [documentation](https://wiki.videolan.org/VLC_command-line_help). In particular [parameters for hardware acceleration](https://wiki.videolan.org/Documentation:Modules/avcodec/).\n\nThe each option looks like `:key=value` and is separated by space `:avcodec-skip-frame=1 :avcodec-hw=any`.\n\n## Build\n\nThe plugin has many dependencies that not provided here. In order to build `.dll` youself, place modified files to [vlc-video](https://github.com/obsproject/obs-studio/tree/master/plugins/vlc-video) folder from OBS Studio repository.\n\n\u003e The `get_free_port` function requires `Ws2_32.lib` dependency. The path for Visual Studio: `Project Properties \u003e Linker \u003e Input \u003e Additional Dependencies`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimildic%2Fobs-vlc-video-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchimildic%2Fobs-vlc-video-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimildic%2Fobs-vlc-video-plugin/lists"}