Skip to content

Commit fc34d94

Browse files
committed
packages: list Basis Media Player + yt-dlp + AudioLink integrations
1 parent f5c6729 commit fc34d94

2 files changed

Lines changed: 120 additions & 0 deletions

File tree

packages/catalog.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,54 @@
130130
}
131131
}
132132
}
133+
},
134+
"com.basis.mediaplayer": {
135+
"versions": {
136+
"0.0.1": {
137+
"name": "com.basis.mediaplayer",
138+
"displayName": "Basis Media Player",
139+
"version": "0.0.1",
140+
"description": "Permissively-licensed live/on-demand video for Basis: decodes RTSP/RTMP/RIST/HLS/MPEG-TS/fMP4 with OS hardware codecs (Media Foundation / MediaCodec) zero-copy into a Unity texture. No transcode server.",
141+
"unity": "6000.0",
142+
"url": "https://github.com/BasisVR/BasisMediaPlayer.git",
143+
"author": {
144+
"name": "BasisVR",
145+
"url": "https://github.com/BasisVR"
146+
}
147+
}
148+
}
149+
},
150+
"com.basis.integration.ytdlp": {
151+
"versions": {
152+
"0.0.1": {
153+
"name": "com.basis.integration.ytdlp",
154+
"displayName": "Basis yt-dlp Integration",
155+
"version": "0.0.1",
156+
"description": "Resolves page URLs (YouTube, Twitch, \u2026) to playable streams via the in-process yt-dlp plugin and hands them to Basis Media Player. Optional bolt-on.",
157+
"unity": "6000.0",
158+
"url": "https://github.com/BasisVR/BasisYtDlpIntegration.git",
159+
"author": {
160+
"name": "BasisVR",
161+
"url": "https://github.com/BasisVR"
162+
}
163+
}
164+
}
165+
},
166+
"com.basis.integration.audiolink": {
167+
"versions": {
168+
"0.0.1": {
169+
"name": "com.basis.integration.audiolink",
170+
"displayName": "Basis AudioLink Integration",
171+
"version": "0.0.1",
172+
"description": "Reactive components that drive lights and materials from AudioLink audio bands, plus a republisher that keeps AudioLink globals resolving across Desktop/VR mode switches. Optional bolt-on.",
173+
"unity": "6000.0",
174+
"url": "https://github.com/BasisVR/BasisAudioLinkIntegration.git",
175+
"author": {
176+
"name": "BasisVR",
177+
"url": "https://github.com/BasisVR"
178+
}
179+
}
180+
}
133181
}
134182
}
135183
}

packages/packages.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,77 @@
197197
"forks": 2,
198198
"icon": "\uD83D\uDCDA",
199199
"updated": "2026-07-05"
200+
},
201+
{
202+
"id": "com.basis.mediaplayer",
203+
"name": "Basis Media Player",
204+
"description": "Permissively-licensed live/on-demand video for Basis: decodes RTSP/RTMP/RIST/HLS/MPEG-TS/fMP4 with OS hardware codecs (Media Foundation / MediaCodec) zero-copy into a Unity texture. No transcode server.",
205+
"author": "BasisVR",
206+
"authorUrl": "https://github.com/BasisVR",
207+
"category": "Media",
208+
"tags": [
209+
"media",
210+
"video",
211+
"streaming",
212+
"player"
213+
],
214+
"source": "curated",
215+
"gitUrl": "https://github.com/BasisVR/BasisMediaPlayer.git",
216+
"repoUrl": "https://github.com/BasisVR/BasisMediaPlayer",
217+
"unity": "6000.0",
218+
"basisVersion": "main",
219+
"version": "0.0.1",
220+
"stars": 0,
221+
"forks": 0,
222+
"icon": "\uD83C\uDFAC",
223+
"updated": "2026-07-05"
224+
},
225+
{
226+
"id": "com.basis.integration.ytdlp",
227+
"name": "Basis yt-dlp Integration",
228+
"description": "Resolves page URLs (YouTube, Twitch, \u2026) to playable streams via the in-process yt-dlp plugin and hands them to Basis Media Player. Optional bolt-on.",
229+
"author": "BasisVR",
230+
"authorUrl": "https://github.com/BasisVR",
231+
"category": "Media",
232+
"tags": [
233+
"media",
234+
"video",
235+
"youtube",
236+
"integration"
237+
],
238+
"source": "curated",
239+
"gitUrl": "https://github.com/BasisVR/BasisYtDlpIntegration.git",
240+
"repoUrl": "https://github.com/BasisVR/BasisYtDlpIntegration",
241+
"unity": "6000.0",
242+
"basisVersion": "main",
243+
"version": "0.0.1",
244+
"stars": 0,
245+
"forks": 0,
246+
"icon": "\uD83D\uDCFA",
247+
"updated": "2026-07-05"
248+
},
249+
{
250+
"id": "com.basis.integration.audiolink",
251+
"name": "Basis AudioLink Integration",
252+
"description": "Reactive components that drive lights and materials from AudioLink audio bands, plus a republisher that keeps AudioLink globals resolving across Desktop/VR mode switches. Optional bolt-on.",
253+
"author": "BasisVR",
254+
"authorUrl": "https://github.com/BasisVR",
255+
"category": "Integrations",
256+
"tags": [
257+
"integration",
258+
"audiolink",
259+
"audio",
260+
"reactive"
261+
],
262+
"source": "curated",
263+
"gitUrl": "https://github.com/BasisVR/BasisAudioLinkIntegration.git",
264+
"repoUrl": "https://github.com/BasisVR/BasisAudioLinkIntegration",
265+
"unity": "6000.0",
266+
"basisVersion": "main",
267+
"version": "0.0.1",
268+
"stars": 0,
269+
"forks": 0,
270+
"icon": "\uD83C\uDFB5",
271+
"updated": "2026-07-05"
200272
}
201273
]

0 commit comments

Comments
 (0)