:rocket: Project Update โ€“ Desktop Support Added! :...
# feed
r
๐Ÿš€ Project Update โ€“ Desktop Support Added! ๐Ÿ–ฅ๏ธ Excited to share the latest milestone for VideoWeb-KMP ๐ŸŽฅ โ€” our Kotlin Multiplatform video framework now extends its reach to Desktop(bundled VLC binaries โ€” no external installation needed)! ๐Ÿ’ป With this update: โœ… Desktop platform joins our growing list of supported targets. โœ… Unified common API for easier integration across platforms. โœ… Simplified usage for both sample apps and real-world implementations. Whatโ€™s next? ๐Ÿ“Œ Continuing to enhance the framework for even smoother cross-platform video experiences. ๐Ÿ“Œ Upcoming improvements for Android in the next cycle. Check out the repo and try it out: ๐Ÿ”— https://github.com/TheReprator/KVideo-Player Building toward one video framework to rule them all โ€” Web,Desktop, Pending( Android, iOS) . ๐Ÿš€ #KotlinMultiplatform #WASM #VideoStreaming #ComposeForWeb #VideoJS #OpenSource #HLS #MPD #KMP #KotlinWasm #DevTools #DeveloperExperience #MediaStreaming #CMP #C01D6HTPATV
K 2
๐Ÿ‘€ 1
a
@Reprator Howโ€™s this project different from the following video player? https://github.com/kdroidFilter/ComposeMediaPlayer
r
@Armond Avanes I don't think you can play hls/mpd/Progressive videos files direclty with html5. Since, i am using video.js under the hood, it allows you to play any video(HLS/mpd/Adaptive streaming/Or any latest known tech/ videos) for web, Even for desktop, My repo. relies on VLC(which is itself bundled), which will help you in running (HLS/Adaptive streaming videos), which is currently not supported by composeMediaPlayer
๐Ÿ‘ 1