digitalmars.D.learn - vibe.d and video files?
- bauss (6/6) Sep 17 2020 Does vibe.d not work properly with ex. mp4 files?
- WebFreak001 (5/11) Sep 17 2020 videos and streaming have long been implemented in 2016 (see
Does vibe.d not work properly with ex. mp4 files? I have a consistent issues that it will only play part of video files in the browser. As if it won't "stream" the rest of the video. Is that a problem with vibe.d or is it some configuration that needs to be enabled?
Sep 17 2020
On Thursday, 17 September 2020 at 18:29:12 UTC, bauss wrote:Does vibe.d not work properly with ex. mp4 files? I have a consistent issues that it will only play part of video files in the browser. As if it won't "stream" the rest of the video. Is that a problem with vibe.d or is it some configuration that needs to be enabled?videos and streaming have long been implemented in 2016 (see https://github.com/vibe-d/vibe.d/pull/1634) since 0.8.0, what exactly is the issue (console, network logs) and do you have a reproduction case?
Sep 17 2020