Gracefully surfacing asynchronous C APIs to .NET
.NET was one of the first ecosystem to offer the async/await pattern to simplify writing asynchronous code, if not the first. It has since been added to many...
.NET was one of the first ecosystem to offer the async/await pattern to simplify writing asynchronous code, if not the first. It has since been added to many...
This post explores possibilities of torrenting and streaming technologies in .NET by combining key features from several libraries to build a unique and fun ...
Today, we are announcing the initial release of VLC for Unity (Windows) on the Videolabs Store!
Apple and Google already provide MediaPlayer frameworks for iOS and Android developers, but they are quite limited compared to what VLC can do in terms of co...
One of the great features of libvlc is that it can play all sorts of network streams. This is possible thanks to a huge number of supported network protocols.