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
let video = PhotosPickerItem.loadTransferable(type: Data.self) to get the video data and pass it to server.appendRoute return HTTPResponse(statusCode:.ok, body: video!),Can't play mp4 online
The text was updated successfully, but these errors were encountered:
Yes, server.appendRoute downloads files correctly, can FlayFox do static resource management similar to Jetty, I can use Jetty for online playback, I don't know if FlayFox needs to add headers to HTTPResponse for online playback
let video = PhotosPickerItem.loadTransferable(type: Data.self) to get the video data and pass it to server.appendRoute return HTTPResponse(statusCode:.ok, body: video!),Can't play mp4 online
The text was updated successfully, but these errors were encountered: