Skip to content

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: Bearer header. Streaming is then managed directly over a raw TLS/HTTP connection (read/seek/control)
  • service discovery: provides the user interface (WIP)

Merge request reports

Loading