Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use this client to play video or audio #34

Open
yydsapi opened this issue Jul 30, 2023 · 2 comments
Open

how to use this client to play video or audio #34

yydsapi opened this issue Jul 30, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@yydsapi
Copy link

yydsapi commented Jul 30, 2023

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

@wengxianxun
Copy link

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

@flymzero
Copy link
Owner

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

@flymzero flymzero added the enhancement New feature or request label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants