Draft: cloudstorage: integrate with VLC
it integrates libcloudstorage into VLC, enabling browsing and playback directly from cloud storage providers (Google Drive, OneDrive, etc.)
- access module: handles
cloudstorage://URLs- includes special handling for Google APIs: strips the access_token from the URL and transparently injects it into an
Authorization: Bearerheader. Streaming is then managed directly over a raw TLS/HTTP connection (read/seek/control)
- includes special handling for Google APIs: strips the access_token from the URL and transparently injects it into an
- service discovery: provides the user interface (WIP)