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
We are trying to generate thumbnail image of any uploaded video/file in Openfire xmpp server from our iOS client app. The code that we are using to generate thumbnail image it requests byte range of the selected url. But byte range request is not enabled in Openfire server for any file. How can I enable byte range request in Openfire server.
Accept-Ranges: bytes
The text was updated successfully, but these errors were encountered:
guusdk
added a commit
to guusdk/openfire-httpFileUpload-plugin
that referenced
this issue
Jun 9, 2020
Hi We are using Openfire 4.5.1
We are trying to generate thumbnail image of any uploaded video/file in Openfire xmpp server from our iOS client app. The code that we are using to generate thumbnail image it requests byte range of the selected url. But byte range request is not enabled in Openfire server for any file. How can I enable byte range request in Openfire server.
Accept-Ranges: bytes
The text was updated successfully, but these errors were encountered: