flymzero/webdav_client

how to use this client to play video or audio

Opened this issue · 2 comments

Ask: How to use this client to play video or audio on Android or web

同样的问题,怎么直接在线播放视频

Option 1: The currently provided method for reading files (client. read) is to retrieve the entire file content (Listtype). You can try using this data to connect to the corresponding audio and video client, but if the file is too large, it is not recommended to do so
Option 2 (theoretically feasible): Webdav is also based on the HTTP protocol. First, take a look at the magic modification to obtain the request body corresponding to client.read, and then connect it to the client that supports the corresponding HTTP source

I should be able to provide a streaming output method in the later stage, which is more likely to rewrite the entire project