You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having problems running this plugin on my IOS device using video urls hosted on our server.
On our server we have an endpoint that requests a presignedUrl from our S3 storage and returns a streaming response of the asset to the user.
if I paste the url to the browser it gets automatically downloaded, whereas another sample video I found online (working with the plugin) simply gets played on the browser.
I tried and both of these videos are working on the browser if I use them inside a <video /> tag, the problem is only with the plugin, since I can't use <video/>tags on the native IOS device.
@jepiqueau What do I need to return from my server endpoint to get the videoPlayer working?
The text was updated successfully, but these errors were encountered:
yannickBona
changed the title
Player not working with streaming-response video
Player not working with specific streaming-response
Feb 21, 2024
Hi,
I'm having problems running this plugin on my IOS device using video urls hosted on our server.
On our server we have an endpoint that requests a presignedUrl from our S3 storage and returns a streaming response of the asset to the user.
if I paste the url to the browser it gets automatically downloaded, whereas another sample video I found online (working with the plugin) simply gets played on the browser.
I tried and both of these videos are working on the browser if I use them inside a
<video />
tag, the problem is only with the plugin, since I can't use<video/>
tags on the native IOS device.@jepiqueau What do I need to return from my server endpoint to get the videoPlayer working?
The text was updated successfully, but these errors were encountered: