-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Video messages not working? #11651
Description
Description
Trying to send a video message does not work.
Server Setup Information:
Version of Rocket.Chat Server: 0.68.2
Operating System: Ubuntu 16.04
Deployment Method(snap/docker/tar/etc): docker
Number of Running Instances: 1
mongoDB Version: 3.2
Steps to Reproduce:
Trying to send a video message. Click the record button, click the stop button, click ok.
Get the error message "File empty".
I tried it with my local instance and with your demo instance, both do not work.
I tried it in the browser and in the Rocket.Chat client, both do not work.
Note: I followed the logs of the container all the time and set the logging to level 2. Nothing was logged. So I guess this is an issue on the client-side?
Normal file uploads and voice messages work fine btw.
Expected behavior:
Video gets recorded and sent to other people.
Would greatly appreciate any help. Thank you.