{"id":31207989,"url":"https://github.com/bosqmode/unityvlcplayer","last_synced_at":"2025-09-20T22:51:09.426Z","repository":{"id":62779729,"uuid":"294809412","full_name":"bosqmode/UnityVLCPlayer","owner":"bosqmode","description":"Minimalistic libvlc player for Unity","archived":false,"fork":false,"pushed_at":"2023-10-27T07:54:36.000Z","size":32,"stargazers_count":19,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-10-27T08:36:45.435Z","etag":null,"topics":["libvlc","rtsp","unity","unity3d","videolan","vlc-player"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bosqmode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-11T20:49:27.000Z","updated_at":"2023-10-27T07:54:40.000Z","dependencies_parsed_at":"2022-11-06T10:45:40.245Z","dependency_job_id":null,"html_url":"https://github.com/bosqmode/UnityVLCPlayer","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/bosqmode/UnityVLCPlayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bosqmode%2FUnityVLCPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bosqmode%2FUnityVLCPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bosqmode%2FUnityVLCPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bosqmode%2FUnityVLCPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bosqmode","download_url":"https://codeload.github.com/bosqmode/UnityVLCPlayer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bosqmode%2FUnityVLCPlayer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276169663,"owners_count":25596956,"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-20T02:00:10.207Z","response_time":63,"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","rtsp","unity","unity3d","videolan","vlc-player"],"created_at":"2025-09-20T22:51:04.814Z","updated_at":"2025-09-20T22:51:09.420Z","avatar_url":"https://github.com/bosqmode.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libvlc player for Unity\nMinimalistic libvlc player to be used inside Unity. (Mainly for playing rtmp/rtsp streams)\n\nNote that the wrapper is partial and doesn't include options that assets in the\nAsset store or https://code.videolan.org/videolan/vlc-unity/ offers.\n\n### Requirements\n-Unity 2021.3.17f1+ (might work with other ones, just not tested with)\n\n-Win64 build target\n\n-libvlc 3.0.19 (win64) (again, might work with other ones)\n\n## Getting Started\n1. Clone\n\n2. Download or build libvlc (https://artifacts.videolan.org/vlc/release-win64/) and copy the contents into 'Assets/Plugins/x86_64/VLC/'\n\n\tThe hierarchy of the 'Assets/Plugins/x86_64/VLC/' -folder should look like this:\n\n\t\t*/hrtfs\n\n\t\t*/locale\n\n\t\t*/lua\n\n\t\t*/plugins\n\n\t\t*/sdk\n\n\t\t*/skins\n\n\t\t*axvlx.dll\n\n\t\t*libvlc.dll\n\n\t\t*libvlccore.dll\n\nNote! It is important to keep the libvlc's root folder named 'VLC' as in the cloned project.\n\n3. Open Scenes/SampleScene or drop a VLCPlayerMono.cs to a gameobject and set a target RawImage.\n\nPress play. (some url's will take a while to load before playing; i.e. rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov)\n\n## VLC Player Mono\nMonobehaviour component that plays a video and outputs the texture to a RawImage\n\n### Raw Image\nRender target\n\n### Url\nURL of the playable video/stream (eg. rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov)\n\n### Width / Height\nWidth and height of the video to be played, configures the internal VLC-libraries to use these\ndimensions. Can be left to 0 to automatically detect the dimensions and use them instead.\n\n### Autoscale RawImage\nAutomatically scales the target rawimage to the aspect ratio of the video.\n(Currently only tweaks the height to match the aspect ratio)\n\n## Acknowledgments\n\n* https://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc.html\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbosqmode%2Funityvlcplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbosqmode%2Funityvlcplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbosqmode%2Funityvlcplayer/lists"}