Skip to content

Commit e4799fe

Browse files
committed
seed: register mediaplayer + ytdlp + audiolink
1 parent 665f7c4 commit e4799fe

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

src/BasisPM.Server/seed/packages.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,53 @@
128128
"basisVersion": "main",
129129
"version": "0.0.1",
130130
"icon": "📚"
131+
},
132+
{
133+
"id": "com.basis.mediaplayer",
134+
"name": "Basis Media Player",
135+
"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.",
136+
"author": "BasisVR",
137+
"authorUrl": "https://github.com/BasisVR",
138+
"category": "Media",
139+
"tags": [ "media", "video", "streaming", "player" ],
140+
"source": "curated",
141+
"gitUrl": "https://github.com/BasisVR/BasisMediaPlayer.git",
142+
"repoUrl": "https://github.com/BasisVR/BasisMediaPlayer",
143+
"unity": "6000.0",
144+
"basisVersion": "main",
145+
"version": "0.0.1",
146+
"icon": "🎬"
147+
},
148+
{
149+
"id": "com.basis.integration.ytdlp",
150+
"name": "Basis yt-dlp Integration",
151+
"description": "Resolves page URLs (YouTube, Twitch, …) to playable streams via the in-process yt-dlp plugin and hands them to Basis Media Player. Optional bolt-on.",
152+
"author": "BasisVR",
153+
"authorUrl": "https://github.com/BasisVR",
154+
"category": "Media",
155+
"tags": [ "media", "video", "youtube", "integration" ],
156+
"source": "curated",
157+
"gitUrl": "https://github.com/BasisVR/BasisYtDlpIntegration.git",
158+
"repoUrl": "https://github.com/BasisVR/BasisYtDlpIntegration",
159+
"unity": "6000.0",
160+
"basisVersion": "main",
161+
"version": "0.0.1",
162+
"icon": "📺"
163+
},
164+
{
165+
"id": "com.basis.integration.audiolink",
166+
"name": "Basis AudioLink Integration",
167+
"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.",
168+
"author": "BasisVR",
169+
"authorUrl": "https://github.com/BasisVR",
170+
"category": "Integrations",
171+
"tags": [ "integration", "audiolink", "audio", "reactive" ],
172+
"source": "curated",
173+
"gitUrl": "https://github.com/BasisVR/BasisAudioLinkIntegration.git",
174+
"repoUrl": "https://github.com/BasisVR/BasisAudioLinkIntegration",
175+
"unity": "6000.0",
176+
"basisVersion": "main",
177+
"version": "0.0.1",
178+
"icon": "🎵"
131179
}
132180
]

0 commit comments

Comments
 (0)