Reputation: 367
I am trying to stream audio files using a windows phone app which plays background audio, the files reside in OneDrive. Looking at the OneDrive api i have figured ways to discover these files but to stream these files my hunch is that the OneDrive platform should be exposing a stream url through some api, as there are couple of apps which stream audio from OneDrive including the official OneDrive App itself.I have not been able to figure out this api.
I have done the same with dropbox using the GetMediaAsync api from the DropNet library, i was hoping for something similar with OneDrive api ? Has anyone figured this out ?
Upvotes: 0
Views: 2416