stream a file #1181
Answered
by
Liryna
duckfromdiscord
asked this question in
Q&A
stream a file
#1181
-
Hi! I'm making a project in Rust with Dokan that I want to show the user placeholder audio files, and when you open one, the actual music/data is streamed from a remote server. Is it possible to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
Liryna
Oct 18, 2023
Replies: 1 comment 5 replies
-
Hi @duckfromdiscord , Yes you can! The filesystem content and what is read is up to the implementation. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will really depend on the application readying the file. If it lookup the file size at first and then sees the file size while readying is not the expected one...it might detect that as a failure.
It is really up to the media player implementation which is out of control.