Hello,
File size is not empty as following pic.
configuration of S3
OPENVIDU_PRO_RECORDING_STORAGE=s3
OPENVIDU_PRO_AWS_S3_BUCKET=OOOOOOOOOO
# OPENVIDU_PRO_AWS_S3_HEADERS=
OPENVIDU_PRO_AWS_ACCESS_KEY=XXXXXXXXXXXXX
OPENVIDU_PRO_AWS_SECRET_KEY=XXXXXXXXXXXXX
OPENVIDU_PRO_AWS_REGION=us-east-2
#JavaScript  Client
 
  
  
    
  
  
    
    
      
        opened 02:20AM - 11 Sep 20 UTC 
      
      
     
    
        
          bug
         
    
   
 
  
    I used Docker to deploy the whole service normally, now I'm using your source co… de to develop OpenVidu-Server, the recording module is problematic. Recording alone with a REST-API call results are fine, but the generated ZIP file unzips only one JSON, which has been bothering me for a long time. Please help to check, thank you
<img width="646" alt="截屏2020-09-1110 10 37" src="https://user-images.githubusercontent.com/25785854/92844341-5626d780-f418-11ea-8066-ab12a3005891.png">
<img width="328" alt="截屏2020-09-1110 10 49" src="https://user-images.githubusercontent.com/25785854/92844372-5c1cb880-f418-11ea-9d8e-89b4bbd69b8b.png"> 
   
   
  
    
    
  
  
 
It has been bothering me for a long time, thanks for helping.
             
            
              
            
           
          
            
              
                cruizba  
              
                  
                    September 24, 2021,  7:43pm
                   
                  3 
               
             
            
              Is this replicable? Does it happen doing manual recordings? (Instead of mode = ALWAYS)
What are the steps to reproduce? Just a simple session with recording mode=ALWAYS and S3?
             
            
              
            
           
          
            
            
              I use the POST /openvidu/api/sessions API.
{
    customSessionId: "CUSTOM_SESSION_ID",
    recordingMode : 'ALWAYS', 
   defaultOutputMode: 'INDIVIDUAL', 
   defaultRecodingProperties: { outputMode: 'INDIVIDUAL'}
}
Just a simple session with recording mode= ALWAYS.