We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239ede6 commit 586646aCopy full SHA for 586646a
dartvlc/mediasource/media.hpp
@@ -55,7 +55,7 @@ class Media: public MediaSource {
55
Media* media = new Media();
56
media->id = id;
57
media->resource = path;
58
- media->location = "file:///" + std::filesystem::temp_directory_path().u8string() + path;
+ media->location = "file:///" + std::filesystem::temp_directory_path().u8string() + "/" + path;
59
media->mediaType = "MediaType.asset";
60
if (parse) media->parse(timeout);
61
return media;
0 commit comments