Laravel Controller endpoint + file is shown as "live" and scrubbing not possible #1680
Unanswered
torbentschechne
asked this question in
Q&A
Replies: 1 comment
-
|
It seems that I solved it by adding: to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I have a file URL from an audio file that I pass into the vidstack Vue component. The file is stored on DigitalOcean and is routed through a Laravel controller. The controller looks like this:
My vidstack component looks like this:
Now I face two issues:
What is the issue here exactly? Is the response of my Laravel controller wrong? Or - as AI - suggests, need to implement a wild "range" header that streams the file from a specific byte? ;-)
Does someone have an idea? Would be great! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions