Videos upload as a black box with a play arrow. They play fine, however.
Server Setup Information
Version of Rocket.Chat Server: recent/latest
Operating System: Ubuntu 18
Deployment Method:native
Number of Running Instances: 1
DB Replicaset Oplog:
NodeJS Version:
MongoDB Version: 12.8.4 (?)
Proxy: nginx
Firewalls involved:
Any additional Information
I’ve been using Element with Matrix/Synapse and really like how the mobile client generates a thumbnail of the video to send up. This is really the only thing that really bugs me about RC. Are there plans for this in the roadmap? Thanks.
The issue is that it downloads the video in order to get the first frame and show as thumb and that might take some time.
The usual way to do is the server doing this job on upload and returning a thumb for requests.
The same should be done for images as well.
Interesting. Glad it’s at least getting some traction.
Can the thumbnail be generated client-side? I see that’s what Element is doing. What about integrating ffmpeg? The problem with how Element is doing it (client side) is that if the video was uploaded via web, the mobile client wont have this thumbnail (unless the web client also generates a thumbnail).