How to use 'Dropbox API' for streaming video in android? -
i want make application can streaming video dropbox server.
so use coreapi , refered documents, tutorial can't find example streaming video. find download picture, upload picture...
so have no idea how start project! t.t understand how authentication, doesn't know how access uploaded video, , download or streaming play.
should make mediaplayer class? surfaceview?
is there example this?
i desire want solution.
just create media link. see core http docs: https://www.dropbox.com/developers/core/docs#media.
here's android call: https://www.dropbox.com/static/developers/dropbox-android-sdk-1.6-docs/com/dropbox/client2/dropboxapi.html#media(java.lang.string, boolean).
that give temporary url file, should able pass whatever video player element use.
Comments
Post a Comment